Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / MVC / MVC4

MVC4

MVC4

Great Reads

by SrikantSahu
This is a simple application developed using C# MVC and jquery for basic CRUD operations. The application can be unit tested using selenium web drivers.
by Dirk_Strauss
Securing Your .NET Applications – A Summary Review Of Visual Guard
by gunjan k saxena
This tip will help to create an action filter to compress the contents like Json, partial view, etc.
by raddevus
This article extends the 2-part article I wrote showing you how to write your own blog engine in ASP.NET MVC.

Latest Articles

by SrikantSahu
This is a simple application developed using C# MVC and jquery for basic CRUD operations. The application can be unit tested using selenium web drivers.
by Dirk_Strauss
Securing Your .NET Applications – A Summary Review Of Visual Guard
by gunjan k saxena
This tip will help to create an action filter to compress the contents like Json, partial view, etc.
by raddevus
This article extends the 2-part article I wrote showing you how to write your own blog engine in ASP.NET MVC.

All Articles

Sort by Score

MVC4 

by Dirk_Strauss
Securing Your .NET Applications – A Summary Review Of Visual Guard
by raddevus
This article extends the 2-part article I wrote showing you how to write your own blog engine in ASP.NET MVC.
by Snesh Prajapati
In this article, we will learn the concept of Areas in ASP.NET MVC and how to use it with a practical scenario.
by raddevus
After working through this article you will have a novel way of easily posting new blog articles which will auto-update the content on your site and you will have learned the C# ASP.NET MVC code to do this.
by sanjivksingh
Customizing form based authentication in MVC 4 for your requirement.
by Hussain Patel
In this article I will show how to create an ASP.NET MVC web application with a custom bootstrap theme / layout. For this demo I am using Visual Studio 2012, ASP.NET MVC 4, a custom bootstrap theme (Bootstrap Business Casual).
by Ehsan Sajjad
File Uploading in asp.net mvc without reloading complete page using IFrame
by Rammohan Raja
Web development for desktop applications developers
by Rammohan Raja
Navigation, forms and data table
by Prabu ram
A complete automatic generation of menu in ASP.NET MVC using attributes applied on controllers.
by freedeveloper
A tutorial to catch the Model in your client side and use client events to show filtered information without returning to server
by Phil Lee NZ
This article will show you a pattern for sending and receiving messages using Azure Service Bus + worker roles in a strongly typed manner, taking advantage of the built-in functionality that comes with Brokered Messages.
by Ehsan Sajjad
Better approach to bind dropdownlist with enum in MVC
by Akhil Mittal
Complete CRUD Operations in MVC 4 using Entity Framework 5 without writing a single line of code.
by Akhil Mittal
This article will be a kind of tutorial to explain how we can set up a knockout.js environment in an MVC4 application that is also capable of performing CRUD operations
by Gaurav Aroraa
In this article, we will learn how to consume ASP.NET WEB API hosted on another server (as a REST services only) using ASP.NET MVC4 (as a client) with RESTSHARP.
by Khademul Basher
How to create a set of data models from a set of database tables.
by Dmitry Tretyakov
Step by Step tutorial describes how to create custom Security Token Service.
by Ehsan Sajjad
Writing Custom Validation Message Helper extension in ASP.NET MVC
by nirman b doshi
This article demonstrates the use of MultiSelectTreeView.Mvc NuGet package in MVC application
by Marla Sukesh
Supporting article for MVC step by step series. Here we will see detail demonstration on exception handling.
by demouser743
I would like to share the application which is done in MVC4 using Entity Framework.
by Relly Rivlin
This article describes a server and client side code including explanations of a generic database frontend web application.
by DataBytzAI
A quick tutorial on using Google Maps in MS MVC 4
by Novalys
This article demonstrates how Visual Guard has been able to help meet the strict criteria of health regulations in the United States. It will look at why two major health care actors have integrated Visual Guard into their applications.
by Hussain Patel
In this article I will show how to display an SSRS report in ASP.NET MVC application.For this demo I am using Visual Studio 2012, ASP.NET MVC 4 - Empty Template, an existing SSRS report deployed on SSRS Server and a nuGet package.
by Guruprasad.K.Basavaraju
An MVC application to make a copy of CodeProject articles in your Browser Cache using HTML5's AppCache feature
by NewAmbition
A tutorial on how to use common technologies to improve the general speed of your site.
by Slava Khristich
How to use JSRender templates with knockout.js in MVC4
by Shivprasad koirala, Marla Sukesh
In day 4 we will look in to JSON ,Jquery ,Aysnch controllers and session management.
by Marla Sukesh
In this article we will take our MVC 5 Project into next level by introducing Data Entry Screen and Database Communication.
by Passion4Code
Here I would be demonstrating an application to chat and chat private as well, using SignalR. Before that we need to know first what is SignalR! SignalR is an open and free library which can be used to have real-time functionality integrated to your web applications
by Suraj Pant
Create custom validation in ASP.Net MVC application through data annotation and get customized error messages from XML file.
by Mahdi K.
This article will help you to handle all types of errors in MVC platform; MVC Views, API, 404.0, Synchronous/Asynchronous Calls all with same user experience centrally.
by AmosLong
An ASP.NET MVC 4 Implementation of Sudoku, with a Board Builder
by Er. Puneet Goel
This is quick tutorial how to start with ajax in mvx with all basic Add, Update, Edit and delete functionality in a sinlge page
by santosh poojari
The intent is to try getting reportviewer like control in MVC razor by rendering RDLC report in View form. Moreover also tried to output report based on search filter criteria in MVC Razor.
by Aydin Khatamneajd
Using ModelMetadataProvider to Set Display Name Metadata for the Model Fields at Runtime
by raddevus
Why is the _ViewStart.cshtml file so important to understanding MVC and the Razor ViewEngine? This article shows you the magic of the _ViewStart file and reveals secrets of MVC code using ILSpy.
by Vikas Sharma
In this article we are to going to create Web APIs for manipulating and performing CRUD operations on student resource of our project.
by Tushar_Gupta
A custom security architecture for role based access to components in a page
by Teddy Segoro
Lazy load control to load items on window scroll using jQuery and ASP.NET MVC.
by Dirk_Strauss
Securing Your .NET Applications – A Summary Review Of Visual Guard
by Mahsa Hassankashi
Best approach for having more secure channel to transfer user information throughout the web
by Sumit Thakur
Send & Receive SMS using TWILIO SMS API
by Sheshnath Kumar
This article will find out a solution to serialize/deserialize object by reference at server and client, also will serialize/deserialize objects having circular references.
by Brownie24
A simple, step-by-step guide to implementing a multi-select list in .NET MVC, intended for beginners to .NET.
by Rahul Rajat Singh
In this article we will look into ASP.NET Simple Membership Provider which comes as the default authentication and authorization mechanism with ASP.NET MVC 4 internet application
by Muhammad Magdi
Simple native file Uploader with a progress bar without using flash player or any external file Upload plugins