Quantcast
Channel: C Sharp - ASP.Net Tutorials for Microsoft Technologies
Viewing all articles
Browse latest Browse all 15

5 Ways to Parse XML in C#

$
0
0
Creating a test web application to parse XML Follow the steps below to create a test web application to be used in parsing a sample XML document: Launch Visual Web Developer. Go to File - gt; New website. Select ASP.NET website under Visual Studio Templates. Select File System, and under language, select C#. Select where in your Windows drive you would like to save your application. Click OK. In the Solution explorer, expand Default.aspx until you see Default.aspx.cs. Throughout this tutorial, you will only be modifying the contents of Default.aspx.cs (the C# script) to learn the ...

Viewing all articles
Browse latest Browse all 15

Trending Articles