About TeiAssociates

XML in ASP.NET MVC

The Extensible Markup Language is a language used to create a document particularly formatted to hold vallues so that a human being or a machine can read the content of the document and use it as is necessary. As a result, XML can be used for various goals such as databases, communication, etc.

This series of lessons shows how to use XML to create file-based databases and applications. The instructions in the lesson are performed in Microsoft Visual Studio to create ASP.NET MVC applications.