Click here to Skip to main content
15,886,724 members
Articles / Programming Languages / C#

Migrate from Basic to MVVM and MEF Composable Patterns for a Silverlight Application - Part 3

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
3 May 2012CPOL12 min read 24.7K   464   9  
The article series shows how to upgrade a Silverlight application having basic patterns to the MVVM and MEF composable patterns with easy approaches and detailed coding explanations.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProductApp.Views", "ProductApp.Views\ProductApp.Views.csproj", "{DF7795D4-A73B-424A-880A-705D6E3FA4D6}"
	ProjectSection(ProjectDependencies) = postProject
		{4A4CAFFA-7F49-478F-A43F-C87D782F81B5} = {4A4CAFFA-7F49-478F-A43F-C87D782F81B5}
		{4A4CAFFA-7F49-478F-A43F-C87D782F81B5} = {4A4CAFFA-7F49-478F-A43F-C87D782F81B5}
		{4A4CAFFA-7F49-478F-A43F-C87D782F81B5} = {4A4CAFFA-7F49-478F-A43F-C87D782F81B5}
		{4A4CAFFA-7F49-478F-A43F-C87D782F81B5} = {4A4CAFFA-7F49-478F-A43F-C87D782F81B5}
		{4A4CAFFA-7F49-478F-A43F-C87D782F81B5} = {4A4CAFFA-7F49-478F-A43F-C87D782F81B5}
		{4A4CAFFA-7F49-478F-A43F-C87D782F81B5} = {4A4CAFFA-7F49-478F-A43F-C87D782F81B5}
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProductApp.Web", "ProductApp.Web\ProductApp.Web.csproj", "{4A4CAFFA-7F49-478F-A43F-C87D782F81B5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ProductRiaLib", "ProductRiaLib", "{3479DA69-8CAA-4E3A-B228-5FC64B045B4E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProductRiaLib.Web", "ProductRiaLib.Web\ProductRiaLib.Web.csproj", "{02FBFF2D-1CB0-4260-80ED-15D9911A8E32}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProductRiaLib", "ProductRiaLib\ProductRiaLib.csproj", "{F6EBF6A3-9731-4935-9F54-D3D5134DB954}"
	ProjectSection(ProjectDependencies) = postProject
		{02FBFF2D-1CB0-4260-80ED-15D9911A8E32} = {02FBFF2D-1CB0-4260-80ED-15D9911A8E32}
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProductApp.Main", "ProductApp.Main\ProductApp.Main.csproj", "{4003FD8C-B320-4FD9-9516-A0765ACE66E6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProductApp.Common", "ProductApp.Common\ProductApp.Common.csproj", "{0CECC358-EC8C-425E-9800-65EEC79557FC}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{DF7795D4-A73B-424A-880A-705D6E3FA4D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{DF7795D4-A73B-424A-880A-705D6E3FA4D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{DF7795D4-A73B-424A-880A-705D6E3FA4D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{DF7795D4-A73B-424A-880A-705D6E3FA4D6}.Release|Any CPU.Build.0 = Release|Any CPU
		{4A4CAFFA-7F49-478F-A43F-C87D782F81B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{4A4CAFFA-7F49-478F-A43F-C87D782F81B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{4A4CAFFA-7F49-478F-A43F-C87D782F81B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{4A4CAFFA-7F49-478F-A43F-C87D782F81B5}.Release|Any CPU.Build.0 = Release|Any CPU
		{02FBFF2D-1CB0-4260-80ED-15D9911A8E32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{02FBFF2D-1CB0-4260-80ED-15D9911A8E32}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{02FBFF2D-1CB0-4260-80ED-15D9911A8E32}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{02FBFF2D-1CB0-4260-80ED-15D9911A8E32}.Release|Any CPU.Build.0 = Release|Any CPU
		{F6EBF6A3-9731-4935-9F54-D3D5134DB954}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{F6EBF6A3-9731-4935-9F54-D3D5134DB954}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{F6EBF6A3-9731-4935-9F54-D3D5134DB954}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{F6EBF6A3-9731-4935-9F54-D3D5134DB954}.Release|Any CPU.Build.0 = Release|Any CPU
		{4003FD8C-B320-4FD9-9516-A0765ACE66E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{4003FD8C-B320-4FD9-9516-A0765ACE66E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{4003FD8C-B320-4FD9-9516-A0765ACE66E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{4003FD8C-B320-4FD9-9516-A0765ACE66E6}.Release|Any CPU.Build.0 = Release|Any CPU
		{0CECC358-EC8C-425E-9800-65EEC79557FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{0CECC358-EC8C-425E-9800-65EEC79557FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{0CECC358-EC8C-425E-9800-65EEC79557FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{0CECC358-EC8C-425E-9800-65EEC79557FC}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(NestedProjects) = preSolution
		{02FBFF2D-1CB0-4260-80ED-15D9911A8E32} = {3479DA69-8CAA-4E3A-B228-5FC64B045B4E}
		{F6EBF6A3-9731-4935-9F54-D3D5134DB954} = {3479DA69-8CAA-4E3A-B228-5FC64B045B4E}
	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
United States United States
Shenwei is a software developer and architect, and has been working on business applications using Microsoft and Oracle technologies since 1996. He obtained Microsoft Certified Systems Engineer (MCSE) in 1998 and Microsoft Certified Solution Developer (MCSD) in 1999. He has experience in ASP.NET, C#, Visual Basic, Windows and Web Services, Silverlight, WPF, JavaScript/AJAX, HTML, SQL Server, and Oracle.

Comments and Discussions