Click here to Skip to main content
15,901,505 members
Everything / MVC / MVC4

MVC4

MVC4

Great Reads

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 SEJohnson
Linking to an existing SQLDB in ASP MVC4.0 and EF5.x.
by Arora Sumit
Routing in MVC
by Dirk_Strauss
Securing Your .NET Applications – A Summary Review Of Visual Guard

Latest Articles

by Ejrr1085
This article describes two ways of how to create a multiple HTML select control in ASP.NET MVC programmatically, using JQuery, C# and Razor.
by Mahsa Hassankashi
Best approach for having more secure channel to transfer user information throughout the web
by Khademul Basher
How to create a set of data models from a set of database tables.
by Muhammad Albedewy
Validate Anti-Forgery in 6 easy steps

All Articles

Sort by Title

MVC4 

30 Nov 2014 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.
17 Apr 2014 by gunjan k saxena
This tip will help to create an action filter to compress the contents like Json, partial view, etc.
13 Mar 2014 by BradodarB
Simple example outlining how to optionally employ AHAH based views in an MVC application.
27 Sep 2012 by Shemeer NS
ASP.NET MVC 4 for VS2010 Installation Errors, 0x81f40001 - This product is incompatible with .NET 4.5 or earlier. You must upgrade to .NET Framework 4.5 to the latest version before installing this product, with Web Platform Installer and MSI.
28 Oct 2014 by jackie verma
This article will help you to understand and create partial view in short and easy way.
21 Aug 2013 by karlodegrano
A generic HttpContent Reader that can be used to replace FromBody parameter on Http Action
6 Oct 2014 by Lyubomir Rumenov Velchev
Display Bootstrap Modal Dialog using Version Bootstrap v3.2.0 and v3.0.0 - issue
20 Jan 2016 by Indresh_Prajapati
This tip will help beginners to implement CRUD operations in ASP.NET MVC 4 with scripting language as KnockOut and Database as MS SQL 2008R2.
6 Mar 2014 by Suraj Sahoo | Coding Passion
Customizing the view Engines (Razor View Engine) in MVC4 to optimize our App.
28 Feb 2016 by Er. Puneet Goel
When you are dealing with Date&Time input from user, it's always complicated to handle the Date&Time format. You are not sure about how you will handle the user input format. So, here is the solution.
9 May 2013 by Abhay@Accenture
1 May 2013 by Abhishek Kumar Goswami
This helps to make a visible date field in Chrome native datepicker while it will bind from the Model in ASP.NET MVC 4.
21 May 2013 by julitogtu
Manage controller/action not found in ASP.NET MVC
13 Apr 2016 by GauravSaxena.Net
How to unit test the JSon result
16 Dec 2013 by pollirrata
Html.RatingFor: Extending the MVC HtmlHelper
16 Jul 2015 by Arkadeep De
In this post, we will learn about to create a HTML jQuery CSS slider where images are binding from a specific folder.
24 Aug 2013 by Ankit Sarkar
Input masking in model using data annotation
28 Dec 2015 by Dhruti90
MVC functionalities with web service with simple integration
23 Dec 2015 by Dhruti90
MVC functionalities with Web Service with simple integration
20 Nov 2012 by SEJohnson
Linking to an existing SQLDB in ASP MVC4.0 and EF5.x.
21 Dec 2014 by Saswat Mohanty
Model and list object post to controller in ASP.NET MVC
26 Jan 2016 by yehia2amer
This method will use jQuery Ajax to POST and GET Handsontable JSON data from/to Controller in ASP.NET MVC.
13 Apr 2014 by Edson_Ferreira
This tip will demonstrate how to create a SPA using an MVC Application, AJAX and History.js
18 Nov 2015 by Pavel Rytikov
Brief review of existing validation techniques
12 Jan 2020 by Ejrr1085
This article describes two ways of how to create a multiple HTML select control in ASP.NET MVC programmatically, using JQuery, C# and Razor.
20 Oct 2014 by IpsitaMishra
Here is a tip about how the Model binder work in MVC.
24 Feb 2016 by Pavel Rytikov
Simple pattern which I use to solve view model filling problem
21 Sep 2014 by Arora Sumit
Routing in MVC
19 Mar 2015 by Yaseer Mumtaz
Using SignalR with AngularJS to develop real time communication application in ASP.NET MVC and C#.
26 Dec 2013 by Jeson Martajaya
MVC 4 knockoutJS project at bare minimum
15 Apr 2014 by Aravinda Sringarapuram
One of the ways of persisting values across requests in MVC involves interacting with Session, an instance of “HttpSessionStateBase”.
23 Oct 2014 by Dennis Betten
How to implement Switch user functionality using MVC4 and Windows Authentication (a bit like SharePoint)
11 May 2014 by Shahriar Hossain
Understanding the routing framework in ASP.NET MVC
3 Jun 2013 by julitogtu
How to organize an ASP.NET MVC project using areas.
23 May 2013 by julitogtu
How to use the Grid.MVC in ASP.NET MVC
30 Jun 2015 by Ibrahim ben Salah
This tip describes how to write Selenium based tests while allowing you to mock/fake parts of the server components.