Click here to Skip to main content
15,892,697 members
Articles / Desktop Programming / Win32

Model View Presenter Using Dependency Injection and Threading Support

Rate me:
Please Sign up or sign in to vote.
4.73/5 (30 votes)
8 Jan 2008CPOL16 min read 113.8K   977   143  
How to code the MVP pattern using Spring.Net.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvpExample", "MvpExmaple\MvpExample.csproj", "{D3DD79FF-11FD-4CED-9563-F306A2D093CE}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{D3DD79FF-11FD-4CED-9563-F306A2D093CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{D3DD79FF-11FD-4CED-9563-F306A2D093CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{D3DD79FF-11FD-4CED-9563-F306A2D093CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{D3DD79FF-11FD-4CED-9563-F306A2D093CE}.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
Web Developer
Canada Canada
I am currently working as a team leader with a group of amazing .NET programmers. I love coding with .NET, and I love to apply design patterns into my work. Lately I had some free time, so I decided to write some articles, hoping I will spare someone frustration and anxiety.

Comments and Discussions