Click here to Skip to main content
15,886,422 members
Articles / Desktop Programming / WPF

Introduction to Model Driven Development with Sculpture – Part 1

Rate me:
Please Sign up or sign in to vote.
5.00/5 (23 votes)
3 Sep 2008CPOL15 min read 114.9K   759   124  
This article introduces how to create and manage .NET enterprise applications using your favorite technology (Data Access Application Block, LINQ, NHibernate, ASMX, and WCF) with the Model Driven Development approach by Sculpture.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{D64FC049-8F7D-4937-A8AF-00F9F6F3EBD2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructure", "Infrastructure", "{C61468BE-EADA-4C2B-9337-6D661D31FC7F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure.Interface", "Source\Infrastructure\Infrastructure.Interface\Infrastructure.Interface.csproj", "{3FB0D9C3-4444-48B7-9FD2-05CA9B2F7960}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure.Library", "Source\Infrastructure\Infrastructure.Library\Infrastructure.Library.csproj", "{316C0422-ADD6-4E3F-A073-331928EF4BE3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure.Module", "Source\Infrastructure\Infrastructure.Module\Infrastructure.Module.csproj", "{13820767-C485-4C98-9CCF-BD7065193044}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shell", "Source\Infrastructure\Shell\Shell.csproj", "{CA37667F-0713-43F0-8AE5-9DD3C6A06C58}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure.Layout", "Source\Infrastructure\Infrastructure.Layout\Infrastructure.Layout.csproj", "{B07CDA85-1DE0-4035-B21B-DF5A699CD357}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Module", "Module", "{C571ACA0-1CD4-423C-A75F-BCFABAFF119A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Module1", "Module1\Module1\Module1.csproj", "{52E57E0F-6138-4911-B11D-9E588D550E6C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Module1.Interface", "Module1\Module1.Interface\Module1.Interface.csproj", "{29C8A4B5-572F-486E-8C7F-1F2B0CE6D8D5}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{3FB0D9C3-4444-48B7-9FD2-05CA9B2F7960}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{3FB0D9C3-4444-48B7-9FD2-05CA9B2F7960}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{3FB0D9C3-4444-48B7-9FD2-05CA9B2F7960}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{3FB0D9C3-4444-48B7-9FD2-05CA9B2F7960}.Release|Any CPU.Build.0 = Release|Any CPU
		{316C0422-ADD6-4E3F-A073-331928EF4BE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{316C0422-ADD6-4E3F-A073-331928EF4BE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{316C0422-ADD6-4E3F-A073-331928EF4BE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{316C0422-ADD6-4E3F-A073-331928EF4BE3}.Release|Any CPU.Build.0 = Release|Any CPU
		{13820767-C485-4C98-9CCF-BD7065193044}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{13820767-C485-4C98-9CCF-BD7065193044}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{13820767-C485-4C98-9CCF-BD7065193044}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{13820767-C485-4C98-9CCF-BD7065193044}.Release|Any CPU.Build.0 = Release|Any CPU
		{CA37667F-0713-43F0-8AE5-9DD3C6A06C58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{CA37667F-0713-43F0-8AE5-9DD3C6A06C58}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{CA37667F-0713-43F0-8AE5-9DD3C6A06C58}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{CA37667F-0713-43F0-8AE5-9DD3C6A06C58}.Release|Any CPU.Build.0 = Release|Any CPU
		{B07CDA85-1DE0-4035-B21B-DF5A699CD357}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B07CDA85-1DE0-4035-B21B-DF5A699CD357}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B07CDA85-1DE0-4035-B21B-DF5A699CD357}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B07CDA85-1DE0-4035-B21B-DF5A699CD357}.Release|Any CPU.Build.0 = Release|Any CPU
		{52E57E0F-6138-4911-B11D-9E588D550E6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{52E57E0F-6138-4911-B11D-9E588D550E6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{52E57E0F-6138-4911-B11D-9E588D550E6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{52E57E0F-6138-4911-B11D-9E588D550E6C}.Release|Any CPU.Build.0 = Release|Any CPU
		{29C8A4B5-572F-486E-8C7F-1F2B0CE6D8D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{29C8A4B5-572F-486E-8C7F-1F2B0CE6D8D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{29C8A4B5-572F-486E-8C7F-1F2B0CE6D8D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{29C8A4B5-572F-486E-8C7F-1F2B0CE6D8D5}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(NestedProjects) = preSolution
		{C61468BE-EADA-4C2B-9337-6D661D31FC7F} = {D64FC049-8F7D-4937-A8AF-00F9F6F3EBD2}
		{C571ACA0-1CD4-423C-A75F-BCFABAFF119A} = {D64FC049-8F7D-4937-A8AF-00F9F6F3EBD2}
		{3FB0D9C3-4444-48B7-9FD2-05CA9B2F7960} = {C61468BE-EADA-4C2B-9337-6D661D31FC7F}
		{316C0422-ADD6-4E3F-A073-331928EF4BE3} = {C61468BE-EADA-4C2B-9337-6D661D31FC7F}
		{13820767-C485-4C98-9CCF-BD7065193044} = {C61468BE-EADA-4C2B-9337-6D661D31FC7F}
		{CA37667F-0713-43F0-8AE5-9DD3C6A06C58} = {C61468BE-EADA-4C2B-9337-6D661D31FC7F}
		{B07CDA85-1DE0-4035-B21B-DF5A699CD357} = {C61468BE-EADA-4C2B-9337-6D661D31FC7F}
		{52E57E0F-6138-4911-B11D-9E588D550E6C} = {C571ACA0-1CD4-423C-A75F-BCFABAFF119A}
		{52E57E0F-6138-4911-B11D-9E588D550E6C} = {C571ACA0-1CD4-423C-A75F-BCFABAFF119A}
		{29C8A4B5-572F-486E-8C7F-1F2B0CE6D8D5} = {C571ACA0-1CD4-423C-A75F-BCFABAFF119A}
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
		RootNamespace = DialogBox
		CommonProjectGuid = 3fb0d9c3-4444-48b7-9fd2-05ca9b2f7960
		ShellProjectGuid = ca37667f-0713-43f0-8ae5-9dd3c6a06c58
	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
Chief Technology Officer www.Dawliasoft.com
Egypt Egypt
Program Manager in Sculpture project, Interesting in .NET Model driven development.

Comments and Discussions