XML, AJAX & FxCop Articles and Tutorials
An XML (Extensible Markup Language) Tutorial
Learn the terminology and concepts behind XML and how and why to use it.
A DTD (Document Type Definition) Tutorial
DTDs outline the legal elements in an XML document and the rules for building
an XML document from those elements.
An XML Schema Tutorial
Schemas provide a better tool than DTDs (Data Type Definitions) for defining
the legal elements in an XML document and how those elements can be combined
together.
An XSL (Extensible Stylesheet Language) Tutorial
XSL allows you to transform an existing XML data structure to a new structure
and format it for display in a browser.
A DOM (Document Object Model) Tutorial
Learn all about the XML DOM - how to create, load, navigate, manipulate and
save it. See how to add, change and delete XML nodes, elements and data.
An XHTML (Extensible Hypertext Markup Language)
Tutorial
XHTML is the planned replacement for HTML (Hypertext Markup Language) and is
based on XML concepts.
An AJAX (Asynchronous JavaScript And XML) Tutorial
AJAX stands for Asynchronous JavaScript
and XML. AJAX is a type of programming used to
provide better and faster web applications.
Create Custom FxCop Rules
FxCop is a free, open source code analysis tool
from Microsoft. FxCop, stands for "Framework Police" and is a rules-based
engine that checks managed code assemblies. for compliance against a set of
rules that describe recommended coding standards and practices.
|