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

Building an MVP Framework for .NET. Part 4: Strongly Typed Associations

Rate me:
Please Sign up or sign in to vote.
4.86/5 (4 votes)
25 Apr 2008Ms-PL2 min read 27.5K   339   31  
In this article we continue developing a Model-View-Presenter framework for .NET platform. The new features we are implementing here are strongly typed asscoiations between controllers, views and tasks for higher convenience and type safety.
------------------------------
Folder structure
------------------------------
MVCSharp	- MVC# Framework sources
MVCSharp.Tests	- NUnit tests
Examples	- examples of using MVC# Framework
API Docs	- MVC# API documentation
------------------------------
Building and running projects
------------------------------
If you have Visual Studio installed you may open the solution files and
compile projects from the IDE.

Alternatively you may run Build.bat files located in the project folders.
Since they make use of the MSBuild tool make sure that .NET framework folder
is included in the PATH environment variable.
------------------------------
More information
------------------------------
You can find MVC# manuals and tutorials at the project website

	www.MVCSharp.org

API documentation is available offline and located in the "API Docs" folder.
------------------------------
License
------------------------------
This library is licensed under the Microsoft Public License (see License.txt).

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 Microsoft Public License (Ms-PL)


Written By
Team Leader
Russian Federation Russian Federation
Oleg Zhukov, born and living in Russia is Lead Engineer and Project Manager in a company which provides business software solutions. He has graduated from Moscow Institute of Physics and Technology (MIPT) (department of system programming) and has got a M.S. degree in applied physics and mathematics. His research and development work concerns architectural patterns, domain-driven development and systems analysis. Being the adherent of agile methods he applies them extensively in the projects managed by him.

Comments and Discussions