Click here to Skip to main content
15,892,298 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 Updated

MVC 

7 Oct 2016 by Andrew Blank
Better ways to create a .NET MVC Single Page application
19 Jul 2010 by Artem Smirnov
Using Ivonna and CThru for testing ASP.NET MVC views
23 Jul 2011 by Artem Smirnov
Testing MVC with Ivonna -- first look
16 Oct 2016 by Arun Endapally
Implementation of single sign on in ASP.NET MVC
11 May 2014 by Arun Ramachandran India
How to create a ListBox in ASP.NET MVC
16 Jan 2015 by ashish__shukla
Model binding in MVC
11 Mar 2013 by AssemblySoft
A trivial business logic layer from scratch with a TDD approach.
21 Jan 2019 by bapak71
How to implement w2ui in ASP.NET MVC - w2ui grid
28 May 2014 by Ben Liebert
Best practice front-end architecture using Microsoft ASP.NET MVC and Rivet.js
12 Aug 2014 by Ben Liebert
MVC output caching using custom FilterAttribute
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.
12 Oct 2011 by Buaziz
a detailed article on how to change the location of the Shared folder, also applies to the Views folder.
12 Oct 2011 by Buaziz
creating an MVC HTML Helper for Google Maps
4 Dec 2011 by Buaziz
An easy way to add social buttons to your MVC site
4 Dec 2011 by Buaziz
In this article, we will define our implementation to handle Captcha images.
22 Feb 2012 by Buaziz
Enable email notifications on errors, and create custom pages for handling errors in MVC
1 May 2015 by Camilo Reyes
Writing JavaScript can be daunting. What begins with fun light scripting, quickly escalates into a tangled mess. I once found myself in an unimaginative hodgepodge of callbacks tight coupled to HTML. But then, I began to believe that there must be a better way.
29 Oct 2015 by Camilo Reyes
SOLID principles in ASP.NET MVC
1 Dec 2015 by Camilo Reyes
Build ASP.NET MVC from source code
8 Sep 2015 by chetanvihite
Understanding Filters in ASP.NET MVC
31 Jul 2020 by Chinmoy Mohanty
How to use JSON in an ASP.NET application over a REST service using WebApi
5 Apr 2015 by Dileep Ashok
Configure Many-To-Many Relationship and ListBox control in MVC and Entity Framework
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.
10 Mar 2012 by Dylan Morley
log4net Controller Action tracing using global filters.
12 Nov 2015 by Ehsan Sajjad
Image ActionLink HTML helper in ASP.NET MVC
7 Jan 2013 by eric hexter
How to load KnockoutJS View Models from ASP.NET MVC, for faster page loads
28 Sep 2016 by Florian Lopes
This post explains how to restrict access to an area, based on active Spring profile.
21 Mar 2016 by Garry Pilkington
Offline Web Applications with MVC
29 Aug 2010 by Gediminas Geigalas
Implementing a custom RoleProvider using Unity IoC library to support custom roles in ASP.NET MVC
21 Jul 2011 by Gediminas Geigalas
Teleric MVC Grid ActionLink Column
18 Sep 2011 by Gediminas Geigalas
ASP.NET MVC localization using ActionFilter
11 Feb 2015 by Gerd Wagner
AngularJS does not have a Model: It's not MV*, But rather VM*
2 Nov 2019 by Ghanshyam N Patel
This post lists a few interesting things about Web API in ASP.NET MVC.
25 Jan 2018 by Gordon Beeming
How to create an asynchronous AuthorizeAttribute in MVC
1 Oct 2015 by Hamid Mosalla
MVC 6 Attribute Routing New Features and Differences with MVC 5
23 Nov 2015 by Himen M Patel
Single page CRUD application (SPA) using ASP.NET MVC, Entity Framework and AngularJS
25 Mar 2014 by Imran Abdul Ghani
Understanding routing in ASP.NET MVC
27 Jun 2014 by Imran Abdul Ghani
How to build your first MVC application with Entity Framework
8 Jul 2014 by Imran Abdul Ghani
ASP.NET MVC HTML helpers
25 Jul 2014 by Imran Abdul Ghani
Here are 2 simple ways to create Custom HTML Helper in ASP.NET MVC
5 Jan 2010 by James Kolpack
ASP.NET MVC ViewModel Value Formatting using AutoMapper.
10 Jul 2011 by jgauffin
A summary of all my answers focusing on View Models in ASP.NET MVC
13 Sep 2011 by jgauffin
How to get clean and flexible model + validation localization in ASP.NET MVC3
17 Feb 2012 by jgauffin
Repositories, Unit Of Work and ASP.NET MVC
22 Apr 2016 by jgauffin
Return markdown directly from your ASP.NET MVC controller
2 Dec 2013 by John Atten
Configuring ASP.NET MVC 4 membership with a SQL CE database.
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.
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.
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.
7 Apr 2014 by John Atten
ASP.NET MVC: How to keep private settings out of source control
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.
28 Dec 2012 by Karl Stoney
In this programming article, I will show you how to create a custom action filter for .NET MVC which will throttle repeat requests.
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.
16 Jan 2013 by kishore Gaddam
This is an introduction to HTML5 development using VS2010, HTML5, jQuery Mobile and ASP.NET MVC 4
5 Jan 2016 by levelnis
Article discussing how to unit test ASP.NET MVC controllers using NUnit and NSubstitute
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
11 Jan 2012 by M Sheik Uduman Ali
Partial View Auto Refresh in ASP.NET MVC3
9 Feb 2015 by madan535
How to save or upload Base64 data to S3 using AWS SDK in ASP.NET MVC
9 Feb 2015 by madan535
Implement Foursquare Authentication in ASP.NET MVC
9 Feb 2015 by madan535
In this article we can learn how to file upload in ASP.NET MVC using Dropzone JS and HTML .
9 Feb 2015 by madan535
In this post we will learn how to send an HTML formatted email templates in ASP.NET MVC.
9 Feb 2015 by madan535
Use Dapper.NET ORM in ASP.NET MVC
9 Feb 2015 by madan535
In this post, we will create a simple mail helper class for sending emails in ASP.NET MVC using C#.
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.
9 Feb 2015 by madan535
ASP.NET MVC Performance Tips
6 Oct 2014 by Marla Sukesh
Advantages of ViewModel in MVC (Model View Controller)
15 Jan 2018 by Marla Sukesh
ViewModel in MVC
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.
23 Jan 2010 by Matthew Dennis
In this article, I will walk through the modification of the default ASP.NET MVC 2 application to use the Munq IOC container.
22 Apr 2016 by Mayur V Lohite
A way to create custom HTML helper in ASP.NET MVC
29 Apr 2016 by Mayur V Lohite
12 Feb 2017 by Mayur V Lohite
A helper function which verifies that an uploading file is in valid image format in MVC
2 Jan 2024 by Mayur V Lohite
How to check session timeout by using ActionFilters in MVC
5 May 2011 by MBigglesworth79
Using the UrlHelper class to query the routing engine and generate the correct URLs for us
19 Mar 2012 by Md. Rashim Uddin
How to define your own dialog box
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...
15 Oct 2015 by morzel
Setting version of assemblies in ASP.NET MVC application with TeamCity Build Feature
31 Mar 2011 by Naveen
Explains how Leakmon is able to track down all the resource leaks
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.
24 Apr 2012 by Neeraj Kaushik1980
Implementing Jquery.tmpl (template) with KnockoutJS, ASP.NET MVC 3.
18 Aug 2015 by nirman b doshi
MVC attribute to restrict users to enter any kind of HTML tags in the input fields
24 Sep 2012 by ozkary
If you are using Razor views and need to build a grid to show data, you can leverage the WebGrid  HTML helper.
5 Apr 2016 by Passion4Code
Unobstrusive Ajax and how to handle unauthorized request in MVC
23 Jul 2018 by Passion4Code
How to compress and zip files using DotNetZip
23 Jul 2018 by Passion4Code
This post lists a few features of ASP.NET Core 2.0.
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.
1 Mar 2017 by Paul D. Sheriff
In this blog post, you will learn how to add Angular to your MVC applications
6 Mar 2017 by Paul D. Sheriff
In this post, you are going to learn to search for products. You also learn how to handle all post backs through a single method in your MVC controller. You will add code to check for no rows being returned, and display a message to the user.
6 Mar 2017 by Paul D. Sheriff
This post is going to finish the MVC application using a MVVM approach.
6 Mar 2017 by Paul D. Sheriff
In this post you add a product detail page in order to gather product data for adding to the product table.
6 Mar 2017 by Paul D. Sheriff
This blog post is the first in a series of four posts to discuss how to use a Model-View-View-Model (MVVM) approach in an MVC application.
12 Apr 2013 by pollirrata
How to localize your MVC app based on a subdomain
23 Jul 2012 by PratapReddyP
The era of global connectivity has begun. Social networking being the first step in this process, most of the latest technologies are coming up with different kinds of support for social network sites.
3 Feb 2010 by Rajeesh.C.V
How we could write a conditional rendering HTML helper in ASP.NET 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
13 Aug 2014 by raju melveetilpurayil
One more example of how to do Paging in MVC
21 Sep 2011 by Raymund Macaalay
Here is a simple implementation of MVC cascading Ajax dropdown
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.