ASP.NET MVC Articles (111) - Page 5

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.
 
Rama Sagar
Introduction to Scaffolding in Visual Studio 2013 RC 
Last updated on: 14 Oct 2013 07:29:38 AM by Rama Sagar | Views: 8497 | Category: ASP.NET MVC |
Scaffolding is a Code Generation Framework used to perform Crud Operations…It generates the code for create, read, update and delete operations in your application..we can save time developing standard types of Web Applications. We use Scaffolding to add moderate code to interact the data model
Rama Sagar
Working with model class and connection string in MVC 5 using Visual Studio 2013 RC 
Last updated on: 02 Oct 2013 10:02:32 AM by Rama Sagar | Views: 7624 | Category: ASP.NET MVC |
Votes: 1 | Rating: 3 out of 5
Working with Models and connection string in MVC5 Using Visual studio 2013 RC
Sourav.Kayal
Understand routing in MVC application 
Last updated on: 25 Sep 2013 02:11:30 PM by Sourav.Kayal | Views: 6109 | Category: ASP.NET MVC |
How to implement routing in MVC application
Sourav.Kayal
Create strong type view in MVC application 
Last updated on: 20 Sep 2013 01:53:48 PM by Sourav.Kayal | Views: 17238 | Category: ASP.NET MVC |
How to create strong type view in MVC appllication
Sourav.Kayal
Looping and branching in Razor view 
Last updated on: 20 Sep 2013 12:04:48 PM by Sourav.Kayal | Views: 7341 | Category: ASP.NET MVC |
How to implement looping and branching in Razor view
Sourav.Kayal
Partial view in MVC application 
Last updated on: 19 Sep 2013 01:04:15 PM by Sourav.Kayal | Views: 5926 | Category: ASP.NET MVC |
How to render partial view in MVC application
Sourav.Kayal
Various return types of action in MVC application 
Last updated on: 19 Sep 2013 11:22:41 AM by Sourav.Kayal | Views: 7985 | Category: ASP.NET MVC |
Various return type of action in MVC application
  • Sourav.Kayal
    Allow HTML element in MVC form 
    Last updated on: 17 Sep 2013 11:22:53 PM by Sourav.Kayal | Views: 11609 | Category: ASP.NET MVC |
    How to pass HTML element in view to controller class.
    Sourav.Kayal
    Exception handling in asp.net MVC application 
    Last updated on: 17 Sep 2013 02:39:10 PM by Sourav.Kayal | Views: 5394 | Category: ASP.NET MVC |
    How to handle exception in asp.net MVC application
    Sourav.Kayal
    3 ways to pass data from controller to view 
    Last updated on: 16 Sep 2013 10:39:20 PM by Sourav.Kayal | Views: 5187 | Category: ASP.NET MVC |
    Votes: 2 | Rating: 4.5 out of 5
    3 different ways to pass data from controller to view.
    Sourav.Kayal
    Validate Form using Data Annotation in MVC 
    Last updated on: 15 Sep 2013 10:24:18 AM by Sourav.Kayal | Views: 5161 | Category: ASP.NET MVC |
    How to validate html form using data annotation technique
    Sourav.Kayal
    Pass parameter from URL in ASP.NET MVC application 
    Last updated on: 14 Sep 2013 07:29:14 AM by Sourav.Kayal | Views: 21659 | Category: ASP.NET MVC |
    How to pass value from URL in MVC application.
    Sourav.Kayal
    Send List from Controller to View in MVC application 
    Last updated on: 11 Sep 2013 02:01:11 PM by Sourav.Kayal | Views: 108767 | Category: ASP.NET MVC |
    How to send list from controller to view.
    Sourav.Kayal
    Session in MVC application 
    Last updated on: 11 Sep 2013 12:15:45 PM by Sourav.Kayal | Views: 50393 | Category: ASP.NET MVC |
    Votes: 1 | Rating: 3 out of 5
    How to use session variable in MVC application
    Sourav.Kayal
    Display multiple model data in single view 
    Last updated on: 09 Sep 2013 11:20:20 PM by Sourav.Kayal | Views: 7560 | Category: ASP.NET MVC |
    How to display data from multiple model in single view