ASP.NET MVC Articles (111) - Page 4

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
Binding views with Anonymous type collection in ASP.NET MVC 
Last updated on: 07 Jun 2016 11:09:33 PM by Sheonarayan | Views: 49717 | Category: ASP.NET MVC |
Votes: 3 | Rating: 4.33 out of 5
In this article, I am going to explain how to bind ASP.NET MVC views with anonymous type collection objects.
Sheonarayan
Working with Roles in ASP.NET MVC 4+ 
Last updated on: 06 Nov 2013 09:30:34 PM by Sheonarayan | Views: 325546 | Category: ASP.NET MVC |
Votes: 6 | Rating: 4.5 out of 5
In this article, We'll look into how to create a new role, delete a role and attach a user to a specific role in ASP.NET MVC using default Role provider under System.Web.Security namespace.
Rama Sagar
Edit,Add,Delete Data Using Knockout in MVC 5 
Last updated on: 26 Oct 2013 11:42:33 AM by Rama Sagar | Views: 29335 | Category: ASP.NET MVC |
Votes: 1 | Rating: 5 out of 5
Knockout is a standalone JavaScript implementation of the Model-View-ViewModel pattern with templates.For more info http://en.wikipedia.org/wiki/KnockoutJS
Rama Sagar
Using knockoutjs in MVC5 
Last updated on: 24 Oct 2013 02:25:46 PM by Rama Sagar | Views: 15898 | Category: ASP.NET MVC |
Knockout is a standalone JavaScript implementation of the Model-View-ViewModel pattern with templates.For more info http://en.wikipedia.org/wiki/KnockoutJS
Sheonarayan
Pagination in ASP.NET MVC 4 
Last updated on: 15 Nov 2013 06:58:11 PM by Sheonarayan | Views: 97801 | Category: ASP.NET MVC |
Votes: 6 | Rating: 5 out of 5
In this article, we are going to learn how to do pagination in ASP.NET MVC. ASP.NET MVC 4 version and PagedList.Mvc is used to achieve this quick pagination.
Rama Sagar
Using Fluent Validation in Asp.Net MVC5 Application (Visual Studio 2013 RC) 
Last updated on: 14 Oct 2013 11:45:17 AM by Rama Sagar | Views: 13862 | Category: ASP.NET MVC |
Votes: 1 | Rating: 3 out of 5
Fluent Validation is a small validation library for .NET that uses a fluent interface and lambda expressions for building validation rules for your business objects.
Rama Sagar
Asp.Net MVC 5 Server Side Validation(Visual Studio 2013 RC) 
Last updated on: 14 Oct 2013 11:00:14 AM by Rama Sagar | Views: 22380 | Category: ASP.NET MVC |
Server side validations are required for validating the user input whether it is correct and valid. If the received input data is valid then we do the further processing with the data.
  • Rama Sagar
    Using Database First Approach in MVC5 (Visual Studio 2013 RC) Part 2 
    Last updated on: 14 Oct 2013 01:18:09 AM by Rama Sagar | Views: 15174 | Category: ASP.NET MVC |
    Database First Approach is an alternative to the Code First and Model First approaches to the Entity Data Model which creates model codes (classes,properties, DbContext etc) from the database in the project and that classes behaves as the link between database and controller.
    Rama Sagar
    Using Database First Approach in MVC5 (Visual Studio 2013 RC) Part 1 
    Last updated on: 13 Oct 2013 05:39:31 AM by Rama Sagar | Views: 9625 | Category: ASP.NET MVC |
    Database First Approach is an alternative to the Code First and Model First approaches to the Entity Data Model which creates model codes (classes,properties, DbContext etc) from the database in the project and that classes behaves as the link between database and controller.
    Rama Sagar
    Learn IIS Host and Publish in MVC5 using Visual Studio 2013 RC 
    Last updated on: 09 Oct 2013 02:46:29 PM by Rama Sagar | Views: 26654 | Category: ASP.NET MVC |
    Lets Learn How to create an MVC 5 Application to store the data and how to publish and browse the application from IIS Manager.
    Rama Sagar
    Working with ASP.NET SignalR in MVC 5 using Visual studio 2013 RC 
    Last updated on: 08 Oct 2013 02:20:47 PM by Rama Sagar | Views: 15812 | Category: ASP.NET MVC |
    SignalR provides a very simple, high-level API for doing server to client RPC.
    Sourabh_Mishra1
    CheckBoxList in ASP.NET MVC4 
    Last updated on: 07 Oct 2013 10:14:38 AM by Sourabh_Mishra1 | Views: 7125 | Category: ASP.NET MVC |
    When we use MVC in ASP.Net, we are not using server-side webform controls. We always use @Html helper controls or simple HTML controls.
    Rama Sagar
    Validations In MVC5 Application Using Data Annotations (Visual Studio 2013 RC) 
    Last updated on: 05 Oct 2013 10:12:58 AM by Rama Sagar | Views: 9332 | Category: ASP.NET MVC |
    Data Annotations is a Library in .NET Framework which resides in Assembly System.ComponentModel.DataAnnotations. DataAnnotations contains Validation Attributes to enforce the validation rules..
    Rama Sagar
    Twitter Authentication in MVC5 
    Last updated on: 03 Oct 2013 12:37:34 AM by Rama Sagar | Views: 6510 | Category: ASP.NET MVC |
    There are Various Types of Authentication which we can use to login in our Asp.net Applications...This Article Provides a brief Explanation on Twitter Authentication in Asp.net MVC5 Application
    Rama Sagar
    Working With Search Panel in MVC5 Application Using Visual Studio 2013 RC 
    Last updated on: 03 Oct 2013 12:32:05 AM by Rama Sagar | Views: 4983 | Category: ASP.NET MVC |
    Search panel in Asp.net MVC Application helps you to sort the data...