Click here to Skip to main content
15,882,017 members
Articles / Desktop Programming / WPF

A nice approach for a LOB WPF application

Rate me:
Please Sign up or sign in to vote.
4.89/5 (39 votes)
22 Feb 2009CPOL13 min read 117.3K   2.1K   93  
An implementation of the MVVM Patterns + CommandModel within a WPF LOB application.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MVVMArticle", "MVVMArticle\MVVMArticle.csproj", "{32C7F5E3-B408-4BD5-A995-B827B44D0371}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mainardi.ViewModels", "Mainardi.ViewModels\Mainardi.ViewModels.csproj", "{BDD2EA61-FD83-406B-9C91-20A4D4779A64}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mainardi.Model", "Mainardi.Model\Mainardi.Model.csproj", "{92605F21-48E7-425C-9354-87E243237112}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{32C7F5E3-B408-4BD5-A995-B827B44D0371}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{32C7F5E3-B408-4BD5-A995-B827B44D0371}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{32C7F5E3-B408-4BD5-A995-B827B44D0371}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{32C7F5E3-B408-4BD5-A995-B827B44D0371}.Release|Any CPU.Build.0 = Release|Any CPU
		{BDD2EA61-FD83-406B-9C91-20A4D4779A64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{BDD2EA61-FD83-406B-9C91-20A4D4779A64}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{BDD2EA61-FD83-406B-9C91-20A4D4779A64}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{BDD2EA61-FD83-406B-9C91-20A4D4779A64}.Release|Any CPU.Build.0 = Release|Any CPU
		{92605F21-48E7-425C-9354-87E243237112}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{92605F21-48E7-425C-9354-87E243237112}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{92605F21-48E7-425C-9354-87E243237112}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{92605F21-48E7-425C-9354-87E243237112}.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 Code Project Open License (CPOL)


Written By
Architect
Brazil Brazil
Senior Software Architect from Brazil.

Comments and Discussions