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

Advancing the Model-View-Presenter Pattern - Fixing the Common Problems

Rate me:
Please Sign up or sign in to vote.
4.53/5 (28 votes)
6 Sep 2007CPOL7 min read 186.5K   611   105  
Addressing the common issues related to the MVP pattern using ASP.NET and WinForms clients.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "D:\...\mvp\", "mvp", "{C29698E6-6583-4A36-8CF3-113B862FB454}"
	ProjectSection(WebsiteProperties) = preProject
		ProjectReferences = "{661A4261-2CE9-41EF-ACA0-D7A44101BF45}|Sample.Presentation.dll;"
		Debug.AspNetCompiler.VirtualPath = "/mvp"
		Debug.AspNetCompiler.PhysicalPath = "d:\Downloads\mvp\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\mvp\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/mvp"
		Release.AspNetCompiler.PhysicalPath = "d:\Downloads\mvp\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\mvp\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "1118"
		DefaultWebSiteLanguage = "Visual C#"
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample.Presentation", "Sample.Presentation\Sample.Presentation.csproj", "{661A4261-2CE9-41EF-ACA0-D7A44101BF45}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample.WinFormsView", "Sample.WinFormsView\Sample.WinFormsView.csproj", "{0C7589F1-7490-41E2-BC6C-8F419FBB4421}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|.NET = Debug|.NET
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Release|.NET = Release|.NET
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{C29698E6-6583-4A36-8CF3-113B862FB454}.Debug|.NET.ActiveCfg = Debug|.NET
		{C29698E6-6583-4A36-8CF3-113B862FB454}.Debug|.NET.Build.0 = Debug|.NET
		{C29698E6-6583-4A36-8CF3-113B862FB454}.Debug|Any CPU.ActiveCfg = Debug|.NET
		{C29698E6-6583-4A36-8CF3-113B862FB454}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET
		{C29698E6-6583-4A36-8CF3-113B862FB454}.Debug|Mixed Platforms.Build.0 = Debug|.NET
		{C29698E6-6583-4A36-8CF3-113B862FB454}.Release|.NET.ActiveCfg = Debug|.NET
		{C29698E6-6583-4A36-8CF3-113B862FB454}.Release|.NET.Build.0 = Debug|.NET
		{C29698E6-6583-4A36-8CF3-113B862FB454}.Release|Any CPU.ActiveCfg = Debug|.NET
		{C29698E6-6583-4A36-8CF3-113B862FB454}.Release|Mixed Platforms.ActiveCfg = Debug|.NET
		{C29698E6-6583-4A36-8CF3-113B862FB454}.Release|Mixed Platforms.Build.0 = Debug|.NET
		{661A4261-2CE9-41EF-ACA0-D7A44101BF45}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{661A4261-2CE9-41EF-ACA0-D7A44101BF45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{661A4261-2CE9-41EF-ACA0-D7A44101BF45}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{661A4261-2CE9-41EF-ACA0-D7A44101BF45}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{661A4261-2CE9-41EF-ACA0-D7A44101BF45}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{661A4261-2CE9-41EF-ACA0-D7A44101BF45}.Release|.NET.ActiveCfg = Release|Any CPU
		{661A4261-2CE9-41EF-ACA0-D7A44101BF45}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{661A4261-2CE9-41EF-ACA0-D7A44101BF45}.Release|Any CPU.Build.0 = Release|Any CPU
		{661A4261-2CE9-41EF-ACA0-D7A44101BF45}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{661A4261-2CE9-41EF-ACA0-D7A44101BF45}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{0C7589F1-7490-41E2-BC6C-8F419FBB4421}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{0C7589F1-7490-41E2-BC6C-8F419FBB4421}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{0C7589F1-7490-41E2-BC6C-8F419FBB4421}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{0C7589F1-7490-41E2-BC6C-8F419FBB4421}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{0C7589F1-7490-41E2-BC6C-8F419FBB4421}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{0C7589F1-7490-41E2-BC6C-8F419FBB4421}.Release|.NET.ActiveCfg = Release|Any CPU
		{0C7589F1-7490-41E2-BC6C-8F419FBB4421}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{0C7589F1-7490-41E2-BC6C-8F419FBB4421}.Release|Any CPU.Build.0 = Release|Any CPU
		{0C7589F1-7490-41E2-BC6C-8F419FBB4421}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{0C7589F1-7490-41E2-BC6C-8F419FBB4421}.Release|Mixed Platforms.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 PageLabs
United States United States
I'm the founder of PageLabs, a web-based performance and SEO optimization site.

Give your site a boost in performance, even take a free speed test!

http://www.pagelabs.com

Comments and Discussions