home / developersection / category
How to create and consume with CRUD operation (Create, Read, Update, Delete) using Entity Framework in Asp.Net MVC 4.
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.
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.
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.
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
In this article I have described how to display dynamic tooltip on dropdownliast in ASP.Net MVC.
This article discusses about searching text from existing table. In this demonstration I’m going to explain you how can you use SQL...
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.
Sometimes a partial view in ASP.Net MVC needs to refresh on every particular interval or specified period of time.
In this article I tell you how to add reference of System.Web.Optimization in your existing application.
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