This post originated from an RSS feed registered with .NET Buzz
by SANKARSAN BOSE.
Original Post: A Layered ASP.NET MVC Application - Part IV
Feed Title: Sankarsan's Journal
Feed URL: https://sankarsan.wordpress.com/feed/
Feed Description: Technology,Science,Books,Movies.....
Building the ASP.NET MVC Application
In the last 2 posts we have seen how to develop the Repository and WCF Services for our sample ASP.NET MVC application.This application contains the following Views:
Home/Index (Index.aspx) - Displaying the list of Bookmarks with options to Add New,Edit and Delete.
Add New (Create.aspx) - Displaying a blank form to enter the [...]