Please go through the Part 1 first.In my previous article I talked about why MVP is required, how it overcomes the problem of cluttered UI code and Unit Testing.In this article we will go step-by-step and see how ASP.Net MVP applications can be developed.What are we developing?We are about to develop a customer screen with the 2 functionalities:
The output should look like this:Development
As you can see we don't have any kind of decision making in view.
That's it we are done with the development.
In short MVP
Refer following link to see how to perform unit testing using visual studio.
http://msdn.microsoft.com/en-us/library/ms379625(v=vs.80).aspx
Hope you enjoyed reading the article.
Don't forget to share the link and put some good comments.