ASP.NET MVC Articles (111) - Page 7

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

111 records found.
 
Saratvaddilli
Advantages of MVC than Webforms 
Last updated on: 22 Apr 2013 07:46:20 AM by Saratvaddilli | Views: 8612 | Category: ASP.NET MVC |
In today's dot.net world MVC architecture was the new hot cake released in 2009 . In 2012 MVC4 has been released and the developers are moving towards Asp.Net MVC. Let us see why MVC than Web-forms and what are the advantages of MVC over Webforms .
Vasanthmvp
Validations In MVC Part 4 
Last updated on: 31 Jan 2013 02:56:02 PM by Vasanthmvp | Views: 12775 | Category: ASP.NET MVC |
Votes: 2 | Rating: 4 out of 5
In this article we will try to understand how to implement server side validation, client side validation logic to the Model class in ASP.NET MVC.
Vasanthmvp
ASP.NET MVC IN ACTION with a Sample Application – Part 3 
Last updated on: 26 Jan 2013 09:20:14 AM by Vasanthmvp | Views: 14243 | Category: ASP.NET MVC |
Votes: 1 | Rating: 5 out of 5
In this article, our goal is to demonstrate MVC in action by creating a sample data entry application.
Vasanthmvp
MVC – Application Structure, Components, Functionality with an example – Part 2 
Last updated on: 06 Jan 2013 01:22:36 PM by Vasanthmvp | Views: 8795 | Category: ASP.NET MVC |
Votes: 3 | Rating: 5 out of 5
In this article, we will try to understand how an MVC application structure looks like, the application components and its functionality with a static and a dynamic output example.
Vasanthmvp
Introduction to ASP.NET MVC (C#) – Part 1 
Last updated on: 01 Jan 2013 09:36:51 AM by Vasanthmvp | Views: 9049 | Category: ASP.NET MVC |
Votes: 1 | Rating: 5 out of 5
Let's start with a series of articles to learn, try to understand and dig more into ASP.NET MVC Framework. As part of it, I'm posting my first article.
Bharathi Cherukuri
Routing in ASP.NET MVC 
Last updated on: 23 Aug 2012 05:11:24 AM by Bharathi Cherukuri | Views: 6159 | Category: ASP.NET MVC |
Votes: 2 | Rating: 3 out of 5
In this article I am going to explain about Routing in ASP.NET MVC
Questpond
MVC tutorial number 12 - What is RAZOR in MVC 3? 
Last updated on: 24 Apr 2012 09:38:41 AM by Questpond | Views: 46738 | Category: ASP.NET MVC |
This is the 12thMVC (Model view controller) tutorial and in this article we will try to understand what is Razor in MVC 3.
  • Questpond
    How to validate using Data annotation(MVC tutorial number 11)? 
    Last updated on: 19 Apr 2012 09:18:26 AM by Questpond | Views: 26046 | Category: ASP.NET MVC |
    Votes: 2 | Rating: 5 out of 5
    In this article we will try to understand how we can use data annotations for doing validations in MVC web application.
    Questpond
    How to create partial views (MVC tutorial number 10)? 
    Last updated on: 10 Apr 2012 08:22:19 AM by Questpond | Views: 91566 | Category: ASP.NET MVC |
    This is the 10thMVC (Model view controller) tutorial and in this article we will try to understand how we can improve reusability using partial views.
    Shantanupatel
    Extensions for CSS 
    Last updated on: 01 Mar 2012 06:13:01 AM by Shantanupatel | Views: 8284 | Category: ASP.NET MVC |
    Votes: 4 | Rating: 5 out of 5
    Extension methods enable you to "add" methods to existing types without creating a new derived type, recompiling, or otherwise modifying the original type. Extension methods are a special kind of static method, but they are called as if they were instance methods on the extended type. For client code written in C# and Visual Basic, there is no apparent difference between calling an extension method and the methods that are actually defined in a type. Reference: http://msdn.microsoft.com/en-us/library/bb383977.aspx
    Questpond
    How to create MVC outbound URL’s (MVC Tutorial number 9)? 
    Last updated on: 14 Sep 2011 11:53:59 AM by Questpond | Views: 26758 | Category: ASP.NET MVC |
    This is the 9th MVC (Model view controller) tutorial and in this article we will try to create outbound navigation links using MVC framework. In case you are completely new to MVC (Model view controller), do have a look at the previous articles and videos given in the table below for quick start.
    Questpond
    How to validate data provided in MVC URL’s (MVC Tutorial number 8)? 
    Last updated on: 16 Aug 2011 01:12:51 PM by Questpond | Views: 29654 | Category: ASP.NET MVC |
    This is the 8th MVC (Model view controller) tutorial and in this article we try to understand how we can validate data passed in MVC URL’s. In case you are completely new to MVC (Model view controller), do have a look at the previous articles and videos given in the table below for quick start.
    Questpond
    What is MVC (Model view controller) routing (Tutorial number 7)? 
    Last updated on: 26 Jul 2011 09:09:19 AM by Questpond | Views: 29098 | Category: ASP.NET MVC |
    Votes: 1 | Rating: 4 out of 5
    This is the 7th MVC (Model view controller) tutorial and in this article we will look what is MVC routing. In case you are completely new to MVC (Model view controller), do have a look at the previous articles and videos given in the table below for quick start
    Questpond
    How can we do unit test in MVC (Model view controller) application (Tutorial number 6)? 
    Last updated on: 19 Sep 2011 01:41:46 PM by Questpond | Views: 46243 | Category: ASP.NET MVC |
    This is the 6th MVC (Model view controller) tutorial and in this article we will look in to how we can do unit testing using VSTS unit test suite.
    Questpond
    How to create MVC (model view controller) views faster by using HTML helper classes (Tutorial number 5)? 
    Last updated on: 19 Sep 2011 12:46:20 PM by Questpond | Views: 47874 | Category: ASP.NET MVC |
    Votes: 2 | Rating: 5 out of 5
    This is the 5th MVC (model view controller) tutorial and in this we will discuss about MVC HTML helper classes. In case you are completely new to MVC(Model view controller), do have a look at the previous articles and videos given in the table below for quick start.