Click here to Skip to main content
15,884,628 members
Articles / Database Development / MySQL

Enterprise Application Architecture: Designing Applications and Services in .NET - Part II

Rate me:
Please Sign up or sign in to vote.
4.71/5 (33 votes)
15 Nov 2010CPOL11 min read 169.5K   1.8K   117  
Database and Library Design for Customer Order Management System

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceLibraries.CustomerServiceLibrary", "ServiceLibraries.CustomerServiceLibrary\ServiceLibraries.CustomerServiceLibrary.csproj", "{66D743FF-D6EF-4EBF-8445-CB8547ADA280}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{467D9E00-36C6-450F-A05E-AF3186C6D5B5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomerOrderManagementSystemDEM", "CustomerOrderManagementSystemDEM\CustomerOrderManagementSystemDEM.csproj", "{12DAECAB-08FC-410A-B121-23A04157D5A8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Client", "Client", "{0287E104-495A-4FFF-BAFC-523018C9C6A3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestClient", "TestClient\TestClient.csproj", "{4639658A-298A-4DE4-BDD8-65F5D1B4BDE8}"
EndProject
Project("{C8D11400-126E-41CD-887F-60BD40844F9E}") = "Customer Database", "Customer Database\Customer Database.dbproj", "{67CBC824-A49E-4E9B-A947-360F3DFE65C3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Database", "Database", "{7F791E4F-044B-4816-AD06-C08D893E22AE}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{66D743FF-D6EF-4EBF-8445-CB8547ADA280}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{66D743FF-D6EF-4EBF-8445-CB8547ADA280}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{66D743FF-D6EF-4EBF-8445-CB8547ADA280}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{66D743FF-D6EF-4EBF-8445-CB8547ADA280}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{66D743FF-D6EF-4EBF-8445-CB8547ADA280}.Debug|x86.ActiveCfg = Debug|Any CPU
		{66D743FF-D6EF-4EBF-8445-CB8547ADA280}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{66D743FF-D6EF-4EBF-8445-CB8547ADA280}.Release|Any CPU.Build.0 = Release|Any CPU
		{66D743FF-D6EF-4EBF-8445-CB8547ADA280}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{66D743FF-D6EF-4EBF-8445-CB8547ADA280}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{66D743FF-D6EF-4EBF-8445-CB8547ADA280}.Release|x86.ActiveCfg = Release|Any CPU
		{12DAECAB-08FC-410A-B121-23A04157D5A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{12DAECAB-08FC-410A-B121-23A04157D5A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{12DAECAB-08FC-410A-B121-23A04157D5A8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{12DAECAB-08FC-410A-B121-23A04157D5A8}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{12DAECAB-08FC-410A-B121-23A04157D5A8}.Debug|x86.ActiveCfg = Debug|Any CPU
		{12DAECAB-08FC-410A-B121-23A04157D5A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{12DAECAB-08FC-410A-B121-23A04157D5A8}.Release|Any CPU.Build.0 = Release|Any CPU
		{12DAECAB-08FC-410A-B121-23A04157D5A8}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{12DAECAB-08FC-410A-B121-23A04157D5A8}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{12DAECAB-08FC-410A-B121-23A04157D5A8}.Release|x86.ActiveCfg = Release|Any CPU
		{4639658A-298A-4DE4-BDD8-65F5D1B4BDE8}.Debug|Any CPU.ActiveCfg = Debug|x86
		{4639658A-298A-4DE4-BDD8-65F5D1B4BDE8}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
		{4639658A-298A-4DE4-BDD8-65F5D1B4BDE8}.Debug|Mixed Platforms.Build.0 = Debug|x86
		{4639658A-298A-4DE4-BDD8-65F5D1B4BDE8}.Debug|x86.ActiveCfg = Debug|x86
		{4639658A-298A-4DE4-BDD8-65F5D1B4BDE8}.Debug|x86.Build.0 = Debug|x86
		{4639658A-298A-4DE4-BDD8-65F5D1B4BDE8}.Release|Any CPU.ActiveCfg = Release|x86
		{4639658A-298A-4DE4-BDD8-65F5D1B4BDE8}.Release|Mixed Platforms.ActiveCfg = Release|x86
		{4639658A-298A-4DE4-BDD8-65F5D1B4BDE8}.Release|Mixed Platforms.Build.0 = Release|x86
		{4639658A-298A-4DE4-BDD8-65F5D1B4BDE8}.Release|x86.ActiveCfg = Release|x86
		{4639658A-298A-4DE4-BDD8-65F5D1B4BDE8}.Release|x86.Build.0 = Release|x86
		{67CBC824-A49E-4E9B-A947-360F3DFE65C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{67CBC824-A49E-4E9B-A947-360F3DFE65C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{67CBC824-A49E-4E9B-A947-360F3DFE65C3}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
		{67CBC824-A49E-4E9B-A947-360F3DFE65C3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{67CBC824-A49E-4E9B-A947-360F3DFE65C3}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{67CBC824-A49E-4E9B-A947-360F3DFE65C3}.Debug|Mixed Platforms.Deploy.0 = Debug|Any CPU
		{67CBC824-A49E-4E9B-A947-360F3DFE65C3}.Debug|x86.ActiveCfg = Debug|Any CPU
		{67CBC824-A49E-4E9B-A947-360F3DFE65C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{67CBC824-A49E-4E9B-A947-360F3DFE65C3}.Release|Any CPU.Build.0 = Release|Any CPU
		{67CBC824-A49E-4E9B-A947-360F3DFE65C3}.Release|Any CPU.Deploy.0 = Release|Any CPU
		{67CBC824-A49E-4E9B-A947-360F3DFE65C3}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{67CBC824-A49E-4E9B-A947-360F3DFE65C3}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{67CBC824-A49E-4E9B-A947-360F3DFE65C3}.Release|Mixed Platforms.Deploy.0 = Release|Any CPU
		{67CBC824-A49E-4E9B-A947-360F3DFE65C3}.Release|x86.ActiveCfg = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(NestedProjects) = preSolution
		{66D743FF-D6EF-4EBF-8445-CB8547ADA280} = {467D9E00-36C6-450F-A05E-AF3186C6D5B5}
		{12DAECAB-08FC-410A-B121-23A04157D5A8} = {467D9E00-36C6-450F-A05E-AF3186C6D5B5}
		{4639658A-298A-4DE4-BDD8-65F5D1B4BDE8} = {0287E104-495A-4FFF-BAFC-523018C9C6A3}
		{67CBC824-A49E-4E9B-A947-360F3DFE65C3} = {7F791E4F-044B-4816-AD06-C08D893E22AE}
	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) Logitech Engineering & Design (India) Pvt. Ltd.
India India
Venugopal works as a Senior Software Engineer in Logitech Engineering & Design (India) Pvt. Ltd. He hold a Masters in Computer Applications and has 4+ years experience in C#, XAML, Silverlight & WPF.

Venugopal firmly believes "technology is impermanent, change is not"!. While he has strong technical inclination towards MS technologies, he is deeply passionate about pursuing his career in Windows7-WPF and Silverlight Technology.

Venu engages in a wide gamut of temperamental hobbies ranging from making friends, traveling, helping his friends studies. To murmuring songs and watching movies in leisure time.

Comments and Discussions