Click here to Skip to main content
15,892,537 members
Articles / Programming Languages / C#

Bend the .NET Object to your Will!

Rate me:
Please Sign up or sign in to vote.
4.83/5 (25 votes)
14 Jan 2009CPOL4 min read 47K   123   70  
Clone, serialize, and deep-compare any .NET object, regardless of type

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeProject.Batte.ObjectMastery", "CodeProject.Batte.ObjectMastery\CodeProject.Batte.ObjectMastery.csproj", "{0437C97A-9B2E-476A-A873-E6329A3F8E0E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{C606FB39-DE51-4475-9A7E-0A717FD395C3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lib", "Lib", "{52A6700A-04F7-4C38-AF79-9EFB329DD918}"
	ProjectSection(SolutionItems) = preProject
		Lib\nunit.framework.dll = Lib\nunit.framework.dll
	EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{F5F4CD70-4DC3-471D-A419-2C03A254A8CD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeProject.Batte.ObjectMastery.Tests", "CodeProject.Batte.ObjectMastery.Tests\CodeProject.Batte.ObjectMastery.Tests.csproj", "{14B186C2-2F7A-48DE-9528-2F69FC7DCA85}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{0437C97A-9B2E-476A-A873-E6329A3F8E0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{0437C97A-9B2E-476A-A873-E6329A3F8E0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{0437C97A-9B2E-476A-A873-E6329A3F8E0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{0437C97A-9B2E-476A-A873-E6329A3F8E0E}.Release|Any CPU.Build.0 = Release|Any CPU
		{14B186C2-2F7A-48DE-9528-2F69FC7DCA85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{14B186C2-2F7A-48DE-9528-2F69FC7DCA85}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{14B186C2-2F7A-48DE-9528-2F69FC7DCA85}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{14B186C2-2F7A-48DE-9528-2F69FC7DCA85}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(NestedProjects) = preSolution
		{0437C97A-9B2E-476A-A873-E6329A3F8E0E} = {C606FB39-DE51-4475-9A7E-0A717FD395C3}
		{14B186C2-2F7A-48DE-9528-2F69FC7DCA85} = {F5F4CD70-4DC3-471D-A419-2C03A254A8CD}
	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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
United States United States
I'm a professional developer with over 9 years of experience in advanced C# development. I've worked extensively with every phase of the SDLC and have developed and deployed many enterprise solutions using the latest .Net technologies. Please let me know if you have any suggestions or questions.

Comments and Discussions