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

MVC3

MVC3

Great Reads

by Akhil Mittal
Repository pattern in MVC3 application with entity framework
by PratapReddyP
CodeProjectIn this post we will see when to use and How to use ajax calls in MVC Razor using JQuery.When i am trying to create a POC for combination of entity framework and a MVC Application, i came across this requirement which made me to use $.post() and $.get().Now, people very easily say, $
by Liviu Ignat
MVC 3 plugin architecture with embedded razor views: steb-by-step description and demo application.
by Keith Barrow
A DatePicker based Event Calendar with MVC3 and AJAX

Latest Articles

by Akhil Mittal
Repository pattern in MVC3 application with entity framework
by PratapReddyP
CodeProjectIn this post we will see when to use and How to use ajax calls in MVC Razor using JQuery.When i am trying to create a POC for combination of entity framework and a MVC Application, i came across this requirement which made me to use $.post() and $.get().Now, people very easily say, $
by Liviu Ignat
MVC 3 plugin architecture with embedded razor views: steb-by-step description and demo application.
by Keith Barrow
A DatePicker based Event Calendar with MVC3 and AJAX

All Articles

Sort by Score

MVC3 

by PratapReddyP
CodeProjectIn this post we will see when to use and How to use ajax calls in MVC Razor using JQuery.When i am trying to create a POC for combination of entity framework and a MVC Application, i came across this requirement which made me to use $.post() and $.get().Now, people very easily say, $
by Buaziz
Enable email notifications on errors, and create custom pages for handling errors in MVC
by jqwidgets
How to bind jqxGrid to SQL Database using ASP.NET MVC 3
by Neeraj Kaushik1980
Client side Model binding with ASP.NET MVC 3 and KnockoutJs
by PratapReddyP
CodeProjectFilters in MVC are attributes which you can apply to a controller action or an entire controller. This will allow us to add pre and post behavior to controller action methods. There are 4 types of Filters.
by Simon Pickersgill
How to extend the MVC3 RemoteAttribute to validate server-side when JavaScript is disabled
by PratapReddyP
Isn't this different from Google home page. Yes it is. This is my custom MVC Razor search page, which i have created with full features of Asynchronous data retrieval, displaying Page Preview
by jgauffin
How to handle transactions in ASP.NET MVC3
by PratapReddyP
Html GridView in MVC3
by PratapReddyP
Html.BeginForm() vs Ajax.BeginForm() in MVC3
by Ehsan Sajjad
Image ActionLink HTML helper in ASP.NET MVC
by PratapReddyP
CodeProjectIn this post we will see 2 important things.1. Using Unity Dependency Resolver2. What is Lifetime manager and its significance.Step 1: Create a regular MVC web application. create a new separate class library project.
by PratapReddyP
CodeProject"In Progress Icon" is the best way of intimating a client about server side action, so that he can wait until it is completed.In this post we will see how to display one in a MVC Razor application.Step 1:  Create a MVC Razor application.
by eglasius
How ot use cookies to control return page after login on ASP.NET MVC 3.