Click here to Skip to main content
15,896,063 members
Articles / Web Development / ASP.NET

Take MVC to the Next Level in .NET

Rate me:
Please Sign up or sign in to vote.
4.62/5 (11 votes)
30 Apr 2013GPL315 min read 73.2K   858   75  
How to quickly build reusable and flexible WPF, Silverlight, or ASP.NET applications with the powerful Xomega Framework using the best MVVM principles.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xomega.Framework_CP3.5", "Xomega.Framework_CP3.5.csproj", "{D8040452-ECAC-4526-B42D-221679162E5B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xomega.Framework_3.5", "Xomega.Framework_3.5.csproj", "{33B75E57-A4C5-499D-9F44-3AAB9B169E16}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xomega.Framework_SL3", "Xomega.Framework_SL3.csproj", "{6AB3002C-4CED-4678-A1A3-1D02C0255AD6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xomega.Framework_4.0", "Xomega.Framework_4.0.csproj", "{82AA05AD-E535-42C5-B891-2B8E08785139}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xomega.Framework_CP4.0", "Xomega.Framework_CP4.0.csproj", "{290C4577-80E5-4F93-8D0E-22A8B94D5BC7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xomega.Framework_SL4", "Xomega.Framework_SL4.csproj", "{FFB478FD-F4FE-4F64-A9AF-B529CC005277}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{D8040452-ECAC-4526-B42D-221679162E5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{D8040452-ECAC-4526-B42D-221679162E5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{D8040452-ECAC-4526-B42D-221679162E5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{D8040452-ECAC-4526-B42D-221679162E5B}.Release|Any CPU.Build.0 = Release|Any CPU
		{33B75E57-A4C5-499D-9F44-3AAB9B169E16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{33B75E57-A4C5-499D-9F44-3AAB9B169E16}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{33B75E57-A4C5-499D-9F44-3AAB9B169E16}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{33B75E57-A4C5-499D-9F44-3AAB9B169E16}.Release|Any CPU.Build.0 = Release|Any CPU
		{6AB3002C-4CED-4678-A1A3-1D02C0255AD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{6AB3002C-4CED-4678-A1A3-1D02C0255AD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{6AB3002C-4CED-4678-A1A3-1D02C0255AD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{6AB3002C-4CED-4678-A1A3-1D02C0255AD6}.Release|Any CPU.Build.0 = Release|Any CPU
		{82AA05AD-E535-42C5-B891-2B8E08785139}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{82AA05AD-E535-42C5-B891-2B8E08785139}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{82AA05AD-E535-42C5-B891-2B8E08785139}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{82AA05AD-E535-42C5-B891-2B8E08785139}.Release|Any CPU.Build.0 = Release|Any CPU
		{290C4577-80E5-4F93-8D0E-22A8B94D5BC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{290C4577-80E5-4F93-8D0E-22A8B94D5BC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{290C4577-80E5-4F93-8D0E-22A8B94D5BC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{290C4577-80E5-4F93-8D0E-22A8B94D5BC7}.Release|Any CPU.Build.0 = Release|Any CPU
		{FFB478FD-F4FE-4F64-A9AF-B529CC005277}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{FFB478FD-F4FE-4F64-A9AF-B529CC005277}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{FFB478FD-F4FE-4F64-A9AF-B529CC005277}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{FFB478FD-F4FE-4F64-A9AF-B529CC005277}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	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 GNU General Public License (GPLv3)


Written By
Architect Xomega.Net
United States United States
Xomega Team is striving to increase productivity and development quality by utilizing Model Driven Development coupled with Code Generation and the best design practices for application development.
We provide MDD tools, code generators and frameworks for Visual Studio and .Net development.
Visit us at http://www.xomega.net
This is a Organisation

1 members

Comments and Discussions