Click here to Skip to main content
15,886,518 members
Articles / Programming Languages / XML

NoteBook using XML and ADO.NET

Rate me:
Please Sign up or sign in to vote.
3.67/5 (15 votes)
22 Dec 20024 min read 102.4K   2K   45  
An article on using XML and ADO.NET to create an appointment/address book.
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NoteBook", "NoteBook.csproj", "{FC32BB44-0DE4-42D0-B431-7CB034E85B51}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{FC32BB44-0DE4-42D0-B431-7CB034E85B51}.Debug.ActiveCfg = Debug|.NET
		{FC32BB44-0DE4-42D0-B431-7CB034E85B51}.Debug.Build.0 = Debug|.NET
		{FC32BB44-0DE4-42D0-B431-7CB034E85B51}.Release.ActiveCfg = Release|.NET
		{FC32BB44-0DE4-42D0-B431-7CB034E85B51}.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.


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions