ASP.NET MVC Articles (111) - Page 2

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.
 
Sheonarayan
Simple controller dependency injection in ASP.NET MVC 
Last updated on: 01 Dec 2015 07:13:11 PM by Sheonarayan | Views: 15554 | Category: ASP.NET MVC |
Votes: 2 | Rating: 5 out of 5
This article describes how to inject an object into controllers in ASP.NET MVC. To do that we shall use either DefaultControllerFactory class or IControllerFactory interface that help us in creating custom controller factory.
Sheonarayan
WebGrid in ASP.NET MVC 
Last updated on: 14 Oct 2015 03:43:18 AM by Sheonarayan | Views: 60028 | Category: ASP.NET MVC |
Votes: 3 | Rating: 5 out of 5
In this article, we shall learn how to work with WebGrid in ASP.NET MVC ie. we shall learn how to sort, paginate, specify column names, format column styles, making SEO friendly listing of data in ASP.NET MVC.
Saillesh
Learn MVC Step by step – Part 1 
Last updated on: 10 Jul 2015 08:01:29 AM by Saillesh | Views: 17901 | Category: ASP.NET MVC |
Votes: 2 | Rating: 5 out of 5
In this article we will learn ASP.NET MVC in step by step manner.
Vivek.Ramapuram
Exporting Data in to ASP.NET MVC. 
Last updated on: 02 Apr 2015 03:56:39 AM by Vivek.Ramapuram | Views: 9959 | Category: ASP.NET MVC |
Learn how to export to excel using asp.net mvc. Here we shall try to export grid table to MS Excel in ASP.NET MVC. We shall also learn export to MS Word and XML.
Vivek.Ramapuram
How to insert a record into database using Ajax in ASP.NET MVC ? 
Last updated on: 27 Mar 2015 03:49:48 AM by Vivek.Ramapuram | Views: 12263 | Category: ASP.NET MVC |
In this article, we are going to learn how to insert a record into database using ajax in ASP.NET MVC.
Sheonarayan
How to work with Transactions in ASP.NET MVC ? 
Last updated on: 27 Mar 2015 10:40:44 AM by Sheonarayan | Views: 31905 | Category: ASP.NET MVC |
Votes: 2 | Rating: 5 out of 5
In this article, we are going to learn how Transactions work in ASP.NET MVC.
Vivek.Ramapuram
Database Migration In ASP.NET MVC 4 
Last updated on: 23 Mar 2015 01:37:11 AM by Vivek.Ramapuram | Views: 7167 | Category: ASP.NET MVC |
In this tutorial we will see how to enable migrations
  • Sheonarayan
    Consuming Restful Web API in ASP.NET MVC? 
    Last updated on: 04 Mar 2015 07:53:20 PM by Sheonarayan | Views: 39970 | Category: ASP.NET MVC |
    Votes: 3 | Rating: 5 out of 5
    In this article, we are going to learn how to consume external Web API in ASP.NET MVC.
    Sheonarayan
    Quickly listing records in Grid in ASP.NET MVC 
    Last updated on: 04 Mar 2015 07:27:12 PM by Sheonarayan | Views: 7660 | Category: ASP.NET MVC |
    Votes: 2 | Rating: 5 out of 5
    In this article, we are going to learn how to quickly list the data from the database into Grid in ASP.NET MVC.
    Sheonarayan
    Creating a custom route handler in ASP.NET MVC 
    Last updated on: 22 Dec 2014 08:55:07 AM by Sheonarayan | Views: 31942 | Category: ASP.NET MVC |
    Votes: 2 | Rating: 5 out of 5
    In the last two articles, we learnt different types of convention based routing and attribute routing. In this article, we shall learn how to create a custom route handler in ASP.NET MVC that helps us to redirect user to a particular location based on a specific url typed.
    Sheonarayan
    Attribute routing in ASP.NET MVC 5+ 
    Last updated on: 18 Dec 2014 08:57:55 AM by Sheonarayan | Views: 11984 | Category: ASP.NET MVC |
    Votes: 3 | Rating: 4.67 out of 5
    In the previous article, we learnt about convention based routing. In this article, we shall learn about Attribute based routing that is directly applied to the action method of the controller. This feature is only supported in ASP.NET MVC 5+ versions.
    Sheonarayan
    Different types of routing in ASP.NET MVC 
    Last updated on: 15 Dec 2014 08:27:37 AM by Sheonarayan | Views: 82021 | Category: ASP.NET MVC |
    Votes: 4 | Rating: 5 out of 5
    In this article, we are going to learn about different types of Routing in ASP.NET MVC. We will learn convention based routing. In the next article, we shall learn attribute based routing.
    Sheonarayan
    Custom authentication filter in ASP.NET MVC 
    Last updated on: 04 Jun 2015 04:35:23 AM by Sheonarayan | Views: 59179 | Category: ASP.NET MVC |
    Votes: 6 | Rating: 4.67 out of 5
    In this article, we shall learn how to create custom authentication filter in ASP.NET MVC 5+ using built in Authentication filter.
    Sheonarayan
    How to control the output of Html.EditorFor in ASP.NET MVC? 
    Last updated on: 11 Jul 2014 05:18:28 AM by Sheonarayan | Views: 36606 | Category: ASP.NET MVC |
    Votes: 3 | Rating: 4.67 out of 5
    In this article, we are going to learn how to control the output of Html.EditorFor helper method in ASP.NET MVC.
    Sheonarayan
    Working with DropDownList in ASP.NET MVC 
    Last updated on: 07 Jul 2014 04:25:41 AM by Sheonarayan | Views: 141728 | Category: ASP.NET MVC |
    Votes: 5 | Rating: 4.6 out of 5
    In this article, we are going to learn several tips and tricks of working with DropDownList in ASP.NET MVC.