.....
...........

Tuesday
Mar 09th

ASP.NET MVC Beta Released

E-mail Print
(0 Votes)

The ASP.NET MVC Beta release provides a new Model-View-Controller (MVC) framework that facilitates developers in taking take advantage of the MVC design patterns to create their Web Applications. Applications that include the ability to achieve and maintain a clear separation of concerns (the UI or view from the business and application logic and backend data), as well as facilitate test driven development (TDD). This MVC framework defines a specific pattern to the Web Application folder structure and provides a controller base-class to handle and process requests for “actions”. This release comes with an explicit "go-live" license that allows you to deploy it in production environments.

 Download: ASP.NET MVC Framework

To learn/explore more about ASP.NET MVC Framework, please follow the links given below:

Tutorials 

  1. Creating a Tasklist Application with ASP.NET MVC
  2. Understanding Models, Views, and Controllers
  3. Understanding Controllers, Controller Actions, and Action Results
  4. Understanding Views, View Data, and HTML Helpers

Quickstarts

  1. ASP.Net Model-View-Controller Applications

Videos

  1. Creating a Tasklist Application with ASP.NET MVC
  2. Understanding Models, Views, and Controllers
  3. Episode 1 with Paul Litwin - Creating a Data Driven MVC Application
  4. Episode 2 with Paul Litwin - Creating the Controller and View

Sample Applications (Starter Kits)

  1. ASP.NET MVC StoreFront Starter Kit
  2. Northwind Demo Application
  3. Kigg Demo Application

Blogs and external links

  1. ScottGu's Blog

幸運を祈りなさい (All the Best)

 

Latest from the web

Most Read