Click here to Skip to main content
15,892,005 members
Everything / MVC

MVC

MVC

Great Reads

by Ajcek84
Open source library for music engraving in desktop, mobile and web applications
by Vahid_N
PdfReport is a code-first reporting engine which is built on top of the iTextSharp and EPPlus libraries.
by John Atten
Add Basic Group-Based permissions management to your ASP.NET MVC application. For applications of moderate complexity, which require a little more granularity in authorization permissions, but which may not warrant moving to a heavy-weight solutions such as Active Directory.
by Jovan Popovic(MSFT)
Reordering table rows using drag and drop functionality with jQuery DataTables plug-in in ASP.NET MVC applications

Latest Articles

by Coding Notes
In Part 4, we added basic support for the shopping cart, and now we'll enhance and refine that functionality.
by Mark Pelf
A practical guide to building a multi-language ASP.NET 8 MVC application
by Mark Pelf
A practical guide to build a multi-language ASP.NET 8 MVC application
by Mark Pelf
How to build a multi-language ASP.NET 8 MVC application

All Articles

Sort by Title

MVC 

7 Oct 2016 by Andrew Blank
Better ways to create a .NET MVC Single Page application
11 Mar 2013 by AssemblySoft
A trivial business logic layer from scratch with a TDD approach.
25 Jul 2014 by Imran Abdul Ghani
Here are 2 simple ways to create Custom HTML Helper in ASP.NET MVC
12 Feb 2017 by Mayur V Lohite
A helper function which verifies that an uploading file is in valid image format in MVC
28 Sep 2016 by Florian Lopes
This post explains how to restrict access to an area, based on active Spring profile.
5 May 2011 by MBigglesworth79
Using the UrlHelper class to query the routing engine and generate the correct URLs for us
1 Mar 2017 by Paul D. Sheriff
In this blog post, you will learn how to add Angular to your MVC applications
1 Mar 2017 by Paul D. Sheriff
In this blog post, you will learn how to add a Web API that can be called from an Angular service.
18 Apr 2015 by Duy H. Thai
ASP.NET Dynamic Data lets us manage data right on the website instead of having to access the database. You can add it as an admin interface to your MVC website, but it seems there has never been an easy way to do so. I'll try to make the task easier for you if you have never done it.
4 Dec 2011 by Buaziz
An easy way to add social buttons to your MVC site
6 Oct 2014 by Marla Sukesh
Advantages of ViewModel in MVC (Model View Controller)
11 Feb 2015 by Gerd Wagner
AngularJS does not have a Model: It's not MV*, But rather VM*
3 Dec 2013 by Rion Williams
Applying conditional attributes in ASP.NET MVC Views.
14 Apr 2014 by Rion Williams
How to apply conditional attributes in ASP.NET MVC views
18 Nov 2015 by xszaboj
ASP MVC handle Ajax errors properly
17 Sep 2016 by xszaboj
IMapper interface is injected into constructors of my classes by Unity framework, but you can use any other DI framework or inject IMapper interface manually.
28 Aug 2017 by User 1043264
How to run code before and after MVC request pipeline in ASP.NET Core. Continue reading...
28 Aug 2017 by User 1043264
How to reuse parts of web pages using partial views in ASP.NET Core MVC. Continue reading...
1 Sep 2017 by User 1043264
How does routing work in ASP.NET Core MVC. Continue reading...
22 Feb 2012 by Buaziz
Enable email notifications on errors, and create custom pages for handling errors in MVC
7 May 2010 by TheyCallMeMrJames
The 4th post in a series on jQuery and ASP.NET MVC 2 in Visual Studio 2010. In this article, I'm going to look at three more complex examples of real-world model binding and where jQuery might fit in the mix.
16 Feb 2014 by Sebastian Solnica
ASP.NET MVC Bundles internals
6 Jan 2014 by John Atten
Often we need to create a table for our ASP.NET MVC web application with a checkbox next to each row, in order to allow the user to select one or more items from our list for additional processing. While the concept is not terribly challenging, it is not intuitive or obvious if you are newer to MVC.
8 Jul 2014 by Imran Abdul Ghani
ASP.NET MVC HTML helpers
18 Sep 2011 by Gediminas Geigalas
ASP.NET MVC localization using ActionFilter
2 Aug 2011 by Rui Jarimba
Use ASP.NET MVC T4 custom templates to generate resource files and localized views
9 Feb 2015 by madan535
ASP.NET MVC Performance Tips
5 Jan 2010 by James Kolpack
ASP.NET MVC ViewModel Value Formatting using AutoMapper.
29 Sep 2011 by Sazzad Hossain
ASP.NET MVC - Binding to dictionary
3 Feb 2010 by Rajeesh.C.V
How we could write a conditional rendering HTML helper in ASP.NET MVC
11 May 2014 by Arun Ramachandran India
How to create a ListBox in ASP.NET MVC
3 Apr 2012 by Rui Jarimba
You can use Metadata Providers to add microdata to your ASP.NET MVC applications.
2 Dec 2013 by John Atten
Configuring ASP.NET MVC 4 membership with a SQL CE database.
7 Apr 2014 by John Atten
ASP.NET MVC: How to keep private settings out of source control
23 Oct 2013 by John Atten
In this post, we are going to look specifically at the vexing situation I ran into deploying from source control with an application using Entity Framework's "Model-First" strategy.
3 Mar 2014 by Sacha Barber
Attribute Routing
1 Jan 2013 by Karl Stoney
In this post, I will show you how to handle automatic encryption and decryption of hidden form fields using Rijndael.
28 May 2014 by Ben Liebert
Best practice front-end architecture using Microsoft ASP.NET MVC and Rivet.js
26 Jan 2014 by Sampath Lokuge
Review of the Book "Learning JavaScriptMVC"
1 Dec 2015 by Camilo Reyes
Build ASP.NET MVC from source code
27 Jun 2014 by Imran Abdul Ghani
How to build your first MVC application with Entity Framework
5 Nov 2011 by TheyCallMeMrJames
Built-In Authentication and Authorization Providers in ASP.NET with the MVC Framework
3 Nov 2015 by Sibeesh Passion
Caching in MVC
4 Dec 2014 by Shivprasad koirala
In this article we will learn can we overload mvc controller action methods.
12 Oct 2011 by Buaziz
a detailed article on how to change the location of the Shared folder, also applies to the Views folder.
2 Jan 2024 by Mayur V Lohite
How to check session timeout by using ActionFilters in MVC
18 Dec 2013 by John Atten
In this post we will review setting up the basic Identity accounts, pointing them at an external SQL Server (or whatever other database you choose) instance instead of the default (local) SQL Server CE in App_Data, and configuring Entity Framework Migrations so seed the database with initial data.
22 Jan 2013 by jotorres
CodeIgniter Template Parser Class enables you to parse pseudo-variables contained within your view files. It can parse simple variables or variable tag pairs.
3 Sep 2013 by Rion Williams
Common approaches to responsive design
7 Aug 2014 by Sebastian Solnica
Common Authentication/Authorization between .NET4.0 and .NET4.5 Web Applications
23 Jul 2018 by Passion4Code
How to compress and zip files using DotNetZip
5 Apr 2015 by Dileep Ashok
Configure Many-To-Many Relationship and ListBox control in MVC and Entity Framework
10 Oct 2013 by Rion Williams
How to create advanced audit trails using ActionFilters in ASP.NET
25 Jan 2018 by Gordon Beeming
How to create an asynchronous AuthorizeAttribute in MVC
25 Sep 2015 by Rajneesh Kumar Verma
This article will guide you to Create, Read, Update and Delete Data using Angular JS in ASP.NET MVC 4
29 Feb 2016 by Sibeesh Passion
How to create a custom deferred grid in MVC using Web API and Angular JS
29 Aug 2010 by Gediminas Geigalas
Implementing a custom RoleProvider using Unity IoC library to support custom roles in ASP.NET MVC
3 Aug 2015 by xszaboj
Custom validation attribute - contains
19 Jul 2012 by Rui Inacio
A KnockoutJS plug-in for model and property validation that is named Knockout validation
19 Mar 2012 by Md. Rashim Uddin
How to define your own dialog box
1 Nov 2014 by Shivprasad koirala
In this article, I have explained the difference between ViewResult() and ActionResult() in MVC.
7 Oct 2013 by Raymund Macaalay
How to make a sortable list which you can drag and pass that sorted list information back to your server.
13 Sep 2011 by jgauffin
How to get clean and flexible model + validation localization in ASP.NET MVC3
9 Nov 2015 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
EntityType: EntitySet ‘[Entity Name]’ is Based on Type ‘[Entity Name]’ that has no keys defined
9 Feb 2015 by madan535
In this post, we will learn how to implement an Event Calendar in ASP.NET MVC and Entity Framework by using jQuery Fullcalendar plugin.
28 Jun 2016 by Rion Williams
How to extend MVC controllers from external assemblies and projects
23 Jul 2018 by Passion4Code
This post lists a few features of ASP.NET Core 2.0.
9 Feb 2015 by madan535
In this article we can learn how to file upload in ASP.NET MVC using Dropzone JS and HTML .
24 Apr 2016 by Sibeesh Passion
If you are getting some reference errors, or if your bundles are not getting configured properly in your server, here's a fix.
4 Dec 2011 by Buaziz
In this article, we will define our implementation to handle Captcha images.
29 Apr 2016 by Mayur V Lohite
10 Oct 2013 by Rion Williams
This post will cover how to get yourself up and running using SignalR within Visual Studio 2010 in a jiffy.
12 Oct 2011 by Buaziz
creating an MVC HTML Helper for Google Maps
21 Mar 2019 by Benktesh Sharma
The caching of HTTP response implies that when an HTTP request is made, the response generated by the server is stored in some place by the browser or the server for potential re-use in successive HTTP request for the same resource.
22 Apr 2016 by Mayur V Lohite
A way to create custom HTML helper in ASP.NET MVC
16 Feb 2016 by Sibeesh Passion
In this post, we will see how we can create Angular JS dynamics tabs in MVC application.
19 May 2015 by Shivprasad koirala
In this blog we will discuss how to handle multiple submit button issues in ASP.NET MVC
6 Feb 2017 by levelnis
This post will show you how to quickly configure your MVC website in IIS.
24 Feb 2017 by levelnis
How to quickly set up Dependency Injection with Autofac
2 Oct 2011 by wullinkm
i18n globalization with gettext and ASP.NET MVC
12 Nov 2015 by Ehsan Sajjad
Image ActionLink HTML helper in ASP.NET MVC
9 Feb 2015 by madan535
Implement Foursquare Authentication in ASP.NET MVC
24 Apr 2012 by Neeraj Kaushik1980
Implementing Jquery.tmpl (template) with KnockoutJS, ASP.NET MVC 3.
23 Jul 2012 by Neeraj Kaushik1980
This article demonstrates implementation of knockoutjs observable viewmodel with jquery and ASP.NET MVC 3 and how to bind viewmodel with HTML controls.
16 Oct 2016 by Arun Endapally
Implementation of single sign on in ASP.NET MVC
26 Oct 2017 by Sam_IN
In this post, we will explore some important tips while working on MVC5. These tips are useful while hands on ASP.NET MVC.
31 Jul 2010 by Thomas Weller
Including custom client-side validations in your ASP.NET MVC app
4 Aug 2010 by Thomas Weller
From the many available IoC containers out there, LinFu is the one that I like most. This is because it is extremely simple to use, needs almost no configuration at all, and yet it is highly flexible and extensible, if you need to do some more complicated things
31 Jul 2010 by Thomas Weller
Integrating a LinFu IoC container with your ASP.NET MVC application
31 Jul 2010 by Thomas Weller
Integration testing an ASP.NET MVC application without Web Server or browser
2 Nov 2019 by Ghanshyam N Patel
This post lists a few interesting things about Web API in ASP.NET MVC.
16 Jan 2013 by kishore Gaddam
This is an introduction to HTML5 development using VS2010, HTML5, jQuery Mobile and ASP.NET MVC 4
23 Nov 2010 by Matthew Dennis
This is the first in a series of articles about using the Munq DI IOC Container and IOC containers in general.
22 Apr 2014 by morzel
Creating Autocomplete for string property is very easy. Using it for selecting some custom type is a bit more complex but there is a way to implement it cleanly...
31 Jul 2020 by Chinmoy Mohanty
How to use JSON in an ASP.NET application over a REST service using WebApi
19 Aug 2009 by webdev_hb
IIS can be a bully to your poor web application and when you're in a hosted environment you have even less control. In this post we discuss how we can keep your website from being recycled and do it without needing external code!
20 Nov 2015 by Scott Dorman
Kendo Grid MVC Wrapper Automatic Column Configuration
31 Mar 2011 by Naveen
Explains how Leakmon is able to track down all the resource leaks
13 Feb 2016 by Shivprasad koirala
Learn AngularJS Step by Step – Lab 2 (Events and Validations)
27 Feb 2016 by Shivprasad koirala
Learn ASP.NET MVC step by step