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 DapperDanH
I am learning from John Papa's Single Page Apps with HTML5, Web API, Knockout and jQuery
by Karl Stoney
A programming with .NET article with code of how to create a compliant RSS 2.0 feed using .NET XmlDocument
by Karl Stoney
A .NET programming article including code showing how to create a compliant RSS 2.0 feed using .NET Syndication Namespaces
by Bhupindra Singh
Dependency Injection in ASP.NET MVC4 and webapi using Ninject
by Karl Stoney
This .NET Tutorial explains how to set up and configure ELMAH (Error Logging Modules and Handlers) in an .NET 4.5 MVC 4 application
by Monjurul Habib
Domain Model Layer will be better isolated from infrastructure implementation. Everything what you can configure with DataAnnotations is also possible with the Fluent API. The reverse is not true. So, from the viewpoint of configuration options and flexibility the Fluent API is “better”.
by Karl Stoney
In this programming article, I will show how to generate an approved sitemap automatically for use with search engines.
by Ehsan Sajjad
Image ActionLink HTML helper in ASP.NET MVC
by PratapReddyP
CodeProjectIn this post we will see how to create a our own WEB API service and will consume it in client using JQuery.This is the UI i am planning to create, which in-turn talk to a ASP.NET WEB API Service for rendering data.
by Karl Stoney
This .NET Tutorial will tell you how to Install and Configure MiniProfiler for .NET 4.5 MVC 4 Web Application including Entity Framework logging.
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.