category

home / developersection / category

CRUD Operation using Asp.Net Web API and Entity Framework in Asp.Net MVC 4
asp.net mvc 21-Aug-2014
CRUD Operation using Asp.Net Web API and Entity Framework in Asp.Net MVC 4

How to create and consume with CRUD operation (Create, Read, Update, Delete) using Entity Framework in Asp.Net MVC 4.

MVC 3 + Ninject + Moq + Unit Test Step By Step
asp.net mvc 21-Nov-2013
MVC 3 + Ninject + Moq + Unit Test Step By Step

In the following example, I'll show you how to use Ninject on a simple ASP.Net MVC applicatoin, and I'll write a Unit Test for the Home Controller with Moq.

Add Videos Player in ASP.NET MVC 4
asp.net mvc 06-May-2013
Add Videos Player in ASP.NET MVC 4

In this article I have described how to play video or embedded player in your web application. For playing video, player’s plugin are required.

Add reference of Microsoft.Web.Helpers in MVC 4
asp.net mvc 22-Apr-2013
Add reference of Microsoft.Web.Helpers in MVC 4

Microsoft.Web.Helpers package contains web helpers to easily add functionality to your site such as Captcha validation, Twitter profile and search boxes, Gravatars, Video, Bing search, site analytics or themes.

Calling partial view using Ajax in ASP.NET MVC 4
asp.net mvc 06-Apr-2013
Calling partial view using Ajax in ASP.NET MVC 4

In this blog I have described how to render partial view using Ajax method within any control. Ajax provides flexibility to render page without post back. Steps are given below

Dynamic Tooltip on Custom DropDownList in ASP.Net MVC
asp.net mvc 05-Mar-2013
Dynamic Tooltip on Custom DropDownList in ASP.Net MVC

In this article I have described how to display dynamic tooltip on dropdownliast in ASP.Net MVC.

Search Functionality in ASP.NET MVC 4
asp.net mvc 05-Feb-2013
Search Functionality in ASP.NET MVC 4

This article discusses about searching text from existing table. In this demonstration I’m going to explain you how can you use SQL...

Upload File using Model Validation in ASP.NET MVC
asp.net mvc 29-Jan-2013
Upload File using Model Validation in ASP.NET MVC

Many times, we required to upload the file with the strongly-typed view and also apply validation on uploading the file using data annotation validators.

Auto Refresh Partial View in ASP.NET MVC
asp.net mvc 29-Jan-2013
Auto Refresh Partial View in ASP.NET MVC

Sometimes a partial view in ASP.Net MVC needs to refresh on every particular interval or specified period of time.

Add reference of System.Web.Optimization in MVC 4
asp.net mvc 29-Jan-2013
Add reference of System.Web.Optimization in MVC 4

In this article I tell you how to add reference of System.Web.Optimization in your existing application.

Session Management in ASP.NET MVC
asp.net mvc 24-Jan-2013
Session Management in ASP.NET MVC

I tell you how to pass data from one view to another in ASP.NET MVC using session and also I tell you how to manage login user information using session.

Upload file using Ajax form and Modal dialog in ASP.Net MVC
asp.net mvc 21-Jan-2013
Upload file using Ajax form and Modal dialog in ASP.Net MVC

Upload file using Ajax form and Modal dialog in ASP.Net MVC