Murugan.com
Murugan Andezuthu Dharmaratnam

  |  HOME   |  BLOG   |  TWITTER   |  ARTICLES   |  8086  |  C++   |  VC++   |  ASP .NET   |  VB .NET   |  JAVA SCRIPT   |  MS SQL   |  PHP   |  MY   |  VIDEOS   |  DOWNLOADS   |  CONTACT ME   |  



Features of the ASP.NET MVC Framework


Home  > ASP.NET  > MVC  > Features of the ASP.NET MVC Framework 
       
Here are the Features of the ASP.NET MVC Framework

The ASP.NET MVC framework provides the following features:

    *

      Separation of application tasks (input logic, business logic, and UI logic), testability, and test-driven development (TDD). All core contracts in the MVC framework are interface-based and can be tested by using mock objects, which are simulated objects that imitate the behavior of actual objects in the application. You can unit-test the application without having to run the controllers in an ASP.NET process, which makes unit testing fast and flexible. You can use any unit-testing framework that is compatible with the .NET Framework.
    *

      An extensible and pluggable framework. The components of the ASP.NET MVC framework are designed so that they can be easily replaced or customized. You can plug in your own view engine, URL routing policy, action-method parameter serialization, and other components. The ASP.NET MVC framework also supports the use of Dependency Injection (DI) and Inversion of Control (IOC) container models. DI enables you to inject objects into a class, instead of relying on the class to create the object itself. IOC specifies that if an object requires another object, the first objects should get the second object from an outside source such as a configuration file. This makes testing easier.
    *

      Extensive support for ASP.NET routing, which is a powerful URL-mapping component that lets you build applications that have comprehensible and searchable URLs. URLs do not have to include file-name extensions, and are designed to support URL naming patterns that work well for search engine optimization (SEO) and representational state transfer (REST) addressing.
    *

      Support for using the markup in existing ASP.NET page (.aspx files), user control (.ascx files), and master page (.master files) markup files as view templates. You can use existing ASP.NET features with the ASP.NET MVC framework, such as nested master pages, in-line expressions (<%= %>), declarative server controls, templates, data-binding, localization, and so on.
    *

      Support for existing ASP.NET features. ASP.NET MVC lets you use features such as forms authentication and Windows authentication, URL authorization, membership and roles, output and data caching, session and profile state management, health monitoring, the configuration system, and the provider architecture.
index

mvc combobox ajax

What is MVC

MVC design pattern

Advantages of an MVC Based Web Application

Advantages of a Web Forms Based Web Application

Features of the ASP.NET MVC Framework

common used mvc namespace or mvc classes

mvc ActionLink return value from a textbox

MVC What does controller do

mvc how http request is processed

mvc Action Methods

MVC Return Types of mvc function or Action Retrun Types of an Action Method

mvc NonActionAttribute

MVC Partial Views

Helper Classes and Members for Rendering Views

What is MVC ViewDataDictionary

What is MVC Model

MVC Routing

MVC Helper Methods

mvc ActionLink

mvc routeValues

mvc what is reflection

asp net mvc passing data between controllers views and action methods

Create Mvc view by rendering data from differenet action methods

asp.net mvc dropdownlist example

How to publish MVC Application on web

mvc dropdownlist get selected text

asp .net mvc populate a dropdownlist from DataSet

asp .net mvc create a list selectlist from DataSet

asp .net mvc select options dropdownlist

Works on local machine System.ArgumentException Format of the initialization string does not conform to specification starting at index

mvc session timeout

iis mvc displays directory list and not application

iis mvc HTTP Error 50019 Internal Server Error section is locked at a parent level overrideMode

iis mvc error Could not load file or assembly System.Web.Mvc Version 2.0.0.0

SETTING UP THE DATABASE FOR MEMBERSHIP AUTHENTICATION IN MVC

One or more validation errors were detected during model generation

mvc authorize attribute does not store persist post data

asp .net mvc captcha

mvc Class Persistance Postback

Charts & Graphs Jquery plugin

Html.EditorFor Adding HTML Attributes



  |  HOME   |  BLOG   |  TWITTER   |  ARTICLES   |  8086  |  C++   |  VC++   |  ASP .NET   |  VB .NET   |  JAVA SCRIPT   |  MS SQL   |  PHP   |  MY   |  VIDEOS   |  DOWNLOADS   |  CONTACT ME   |  

Copyright 2009 @ Murugan Andezuthu Dharmaratnam