Click here to Skip to main content
15,894,646 members
Articles / Programming Languages / C#

The Power of a POC

Rate me:
Please Sign up or sign in to vote.
4.42/5 (6 votes)
26 Apr 2011CPOL13 min read 50K   358   19  
The importance of creating a POC as the first step to your next adventure

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Code Generation", "Code Generation", "{9EE3CCF8-5023-423B-A32F-391859B3A0BB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common", "Common", "{5C2E05EE-0FB7-4CAD-A17C-6C923F2CB733}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{DB1318C2-EB99-4958-8AC3-F2DCBF674F3C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Library", "Library", "{2692B9FD-AA84-4E37-AB76-2955B9EE0B41}"
	ProjectSection(SolutionItems) = preProject
		Library\AutoMapper.dll = Library\AutoMapper.dll
	EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Server", "Server", "{D5716602-A39A-4A74-9382-72CBBC6ABFB7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EdmxLibrary", "CodeGeneration\EdmxLibrary\EdmxLibrary.csproj", "{5E6D86F2-95C1-449F-9E22-35A7497CE4F5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeGeneration", "CodeGeneration\Templates\CodeGeneration.csproj", "{17177473-E18D-4581-BAA3-2F94C6DBD9FB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdventureWorksModel", "Source Code\Common\AdventureWorksModel\AdventureWorksModel.csproj", "{DE2151F2-6CD9-4042-9AEA-454630110BA6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SearchHelpers", "Source Code\Common\SearchHelpers\SearchHelpers.csproj", "{5971C48B-C16B-438F-95B0-B7FC6438C30B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdventureWorksEntityModel", "Source Code\Server\AdventureWorksEntityModel\AdventureWorksEntityModel.csproj", "{F1BE7AF8-FAD8-46B7-B439-08713F1DEB6A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServerRepository", "Source Code\Server\ServerRepository\ServerRepository.csproj", "{3EAFD17F-5F54-4BED-BDED-40F775FAF7F3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C938EF38-406D-4B11-8FE6-8CFA1FFE1F0F}"
	ProjectSection(SolutionItems) = preProject
		GenericWcfWithPocos.vsmdi = GenericWcfWithPocos.vsmdi
		Local.testsettings = Local.testsettings
		TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EntityServiceTests", "Tests\EntityServiceTests\EntityServiceTests.csproj", "{837E29B9-D520-4ED0-9A8F-D44EEC629804}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdventureWork.Interface", "Source Code\Common\AdventureWorks.Interface\AdventureWork.Interface.csproj", "{216532F3-EAEE-4CA3-BE64-A89BF713F2BC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdventureWorksService", "Source Code\Server\AdventureWorksService\AdventureWorksService.csproj", "{31DE11EA-CEFE-4178-BE5D-E02E358953C6}"
EndProject
Global
	GlobalSection(TestCaseManagementSettings) = postSolution
		CategoryFile = GenericWcfWithPocos.vsmdi
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{5E6D86F2-95C1-449F-9E22-35A7497CE4F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{5E6D86F2-95C1-449F-9E22-35A7497CE4F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{5E6D86F2-95C1-449F-9E22-35A7497CE4F5}.Release|Any CPU.Build.0 = Release|Any CPU
		{17177473-E18D-4581-BAA3-2F94C6DBD9FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{17177473-E18D-4581-BAA3-2F94C6DBD9FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{17177473-E18D-4581-BAA3-2F94C6DBD9FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{17177473-E18D-4581-BAA3-2F94C6DBD9FB}.Release|Any CPU.Build.0 = Release|Any CPU
		{DE2151F2-6CD9-4042-9AEA-454630110BA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{DE2151F2-6CD9-4042-9AEA-454630110BA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{DE2151F2-6CD9-4042-9AEA-454630110BA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{DE2151F2-6CD9-4042-9AEA-454630110BA6}.Release|Any CPU.Build.0 = Release|Any CPU
		{5971C48B-C16B-438F-95B0-B7FC6438C30B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{5971C48B-C16B-438F-95B0-B7FC6438C30B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{5971C48B-C16B-438F-95B0-B7FC6438C30B}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{5971C48B-C16B-438F-95B0-B7FC6438C30B}.Release|Any CPU.Build.0 = Release|Any CPU
		{F1BE7AF8-FAD8-46B7-B439-08713F1DEB6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{F1BE7AF8-FAD8-46B7-B439-08713F1DEB6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{F1BE7AF8-FAD8-46B7-B439-08713F1DEB6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{F1BE7AF8-FAD8-46B7-B439-08713F1DEB6A}.Release|Any CPU.Build.0 = Release|Any CPU
		{3EAFD17F-5F54-4BED-BDED-40F775FAF7F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{3EAFD17F-5F54-4BED-BDED-40F775FAF7F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{3EAFD17F-5F54-4BED-BDED-40F775FAF7F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{3EAFD17F-5F54-4BED-BDED-40F775FAF7F3}.Release|Any CPU.Build.0 = Release|Any CPU
		{837E29B9-D520-4ED0-9A8F-D44EEC629804}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{837E29B9-D520-4ED0-9A8F-D44EEC629804}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{837E29B9-D520-4ED0-9A8F-D44EEC629804}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{837E29B9-D520-4ED0-9A8F-D44EEC629804}.Release|Any CPU.Build.0 = Release|Any CPU
		{216532F3-EAEE-4CA3-BE64-A89BF713F2BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{216532F3-EAEE-4CA3-BE64-A89BF713F2BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{216532F3-EAEE-4CA3-BE64-A89BF713F2BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{216532F3-EAEE-4CA3-BE64-A89BF713F2BC}.Release|Any CPU.Build.0 = Release|Any CPU
		{31DE11EA-CEFE-4178-BE5D-E02E358953C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{31DE11EA-CEFE-4178-BE5D-E02E358953C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{31DE11EA-CEFE-4178-BE5D-E02E358953C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{31DE11EA-CEFE-4178-BE5D-E02E358953C6}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(NestedProjects) = preSolution
		{5E6D86F2-95C1-449F-9E22-35A7497CE4F5} = {9EE3CCF8-5023-423B-A32F-391859B3A0BB}
		{17177473-E18D-4581-BAA3-2F94C6DBD9FB} = {9EE3CCF8-5023-423B-A32F-391859B3A0BB}
		{DE2151F2-6CD9-4042-9AEA-454630110BA6} = {5C2E05EE-0FB7-4CAD-A17C-6C923F2CB733}
		{5971C48B-C16B-438F-95B0-B7FC6438C30B} = {5C2E05EE-0FB7-4CAD-A17C-6C923F2CB733}
		{216532F3-EAEE-4CA3-BE64-A89BF713F2BC} = {5C2E05EE-0FB7-4CAD-A17C-6C923F2CB733}
		{837E29B9-D520-4ED0-9A8F-D44EEC629804} = {DB1318C2-EB99-4958-8AC3-F2DCBF674F3C}
		{F1BE7AF8-FAD8-46B7-B439-08713F1DEB6A} = {D5716602-A39A-4A74-9382-72CBBC6ABFB7}
		{3EAFD17F-5F54-4BED-BDED-40F775FAF7F3} = {D5716602-A39A-4A74-9382-72CBBC6ABFB7}
		{31DE11EA-CEFE-4178-BE5D-E02E358953C6} = {D5716602-A39A-4A74-9382-72CBBC6ABFB7}
	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
Software Developer (Senior) Webbert Solutions
United States United States
Dave is an independent consultant working in a variety of industries utilizing Microsoft .NET technologies.

Comments and Discussions