Click here to Skip to main content
15,896,063 members
Articles / Web Development / ASP.NET

Introduction to DataSets and working with XML files

Rate me:
Please Sign up or sign in to vote.
4.50/5 (18 votes)
18 Jul 20028 min read 354.8K   6.6K   139  
This article gives you an introduction to .NET's DataSets and how you can use them with XML files
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataSetDemo", "DataSetDemo.csproj", "{A4709233-97A4-4F91-BF74-C92A19C24F77}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{A4709233-97A4-4F91-BF74-C92A19C24F77}.Debug.ActiveCfg = Debug|.NET
		{A4709233-97A4-4F91-BF74-C92A19C24F77}.Debug.Build.0 = Debug|.NET
		{A4709233-97A4-4F91-BF74-C92A19C24F77}.Release.ActiveCfg = Release|.NET
		{A4709233-97A4-4F91-BF74-C92A19C24F77}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
I work as a Software Project Manager for United Management Technolgies developing Project Portfolio Management applications.

I have a degree in Computer Sciences from Politechnica University of Bucharest.

I enjoy programming very much, my favourite languages is C++. Other interests include basketball, crossword-puzzles and traveling.

Comments and Discussions