Hello World


Friday, January 11, 2008

XML in the .NET Framework

Extensible Markup Language (XML) is a meta-markup language that provides a format for describing structured data. XML enables a new generation of Web-based data viewing and manipulation applications. XML is the universal language for data on the Web. XML gives developers the power to deliver structured data from a wide variety of applications to the desktop for local computation and presentation.

XML in the .NET Framework

Tuesday, January 8, 2008

ASP.NET Tracing

ASP.NET enables you to view diagnostic information about a request for an ASP.NET page. Tracing also enables you to write debug statements directly in your code without having to remove them from your application when it is deployed to production servers. You can write variables or structures in a page, assert whether a condition is met, or simply trace through the execution path of your page or application. You can view tracing information appended to the end of a page, or in a separate trace viewer, or both.

The topics in this section describe how tracing works, how to manage tracing, and how to integrate ASP.NET tracing with .NET system diagnostics.

ASP.NET Tracing
Application-level Trace Logging
diagnostics Element

Thursday, January 3, 2008

TopXML

General XML Tutorials

Top XML

XML Schema Part 0: Primer Second Edition

XML Schema Part 0: Primer is a non-normative document intended to provide an easily readable description of the XML Schema facilities, and is oriented towards quickly understanding how to create schemas using the XML Schema language. XML Schema Part 1: Structures and XML Schema Part 2: Datatypes provide the complete normative description of the XML Schema language. This primer describes the language features through numerous examples which are complemented by extensive references to the normative texts.

XML Schema Part 0: Primer Second Edition

4GuysFromRolla.com Headlines