Menu

ASP.NET MVC

How to enable Edit and Continue in Visual Studio 2012 within the ASP.NET MVC project?

The Edit and Continue is a feature that is useful specially for debugging . When the debugger breaks , the developers can edit the code and still continue debugging with this feature. There are couple of ways to enable this feature in Visual Studio . One such way is to enable Read More →

Review of Expert Web Development with ASP.NET MVC 4

For the last few months , I had the opportunity to try out the new ASP.NET MVC 4 from CampusMVP "Expert Web Development with ASP.NET MVC 4" which is an insightful course on ASP.NET MVC . In one of my previous blog post , I shared a preview Read More →

Preview – Expert Web Development with ASP.NET MVC 4

From last few months , I have been involved in the ASP.NET MVC Project and have been in search of some good tutorials to start my ASP.NET MVC Career path . That's when I found the tutorial "Expert Web Development with ASP.NET MVC 4" from CampusMVP. I have started using Read More →

How to return a string as result from a Controller in ASP.NET MVC 4 Application ?

Do you want to return a string as result from a Controller in ASP.NET MVC 4 Application ? If Yes , you can use return the ContentResult instead of the actual view/partial view.

How to return a string as result from a Controller in ASP.NET MVC 4 Application ?

public ActionResult Read More →           

How to create Dropdownlist in ASP.NET MVC from Enum Data source ?

If you have a Enum and want to bind it to the Dropdownlist in ASP.NET MVC 4 Page , you can do this easily with the help of LINQ and Anonymous properties.

How to create Dropdownlist in ASP.NET MVC from Enum Data source ?

Below is a sample sourecode demonstrating how Read More →

Collection of ASP.NET MVC View Engines

Looking for different View Engines available in ASP.NET MVC ? In this blog post , I will share some of the ASP.NET MVC View Engines available for the ASP.NET Developers.

Collection of ASP.NET MVC View Engines

1. ASPX View Engine

This View Engine is familiar for most of the ASP.NET developers . [caption id="" Read More →

MvcMailer for sending Emails from ASP.NET MVC 4 Application

MvcMailer is an ASP.NET MVC Mailer that helps the ASP.NET MVC developers to easily compose email using ASP.NET MVC views. MvcMailer is inspired by Ruby on Rails Action Mailer. The Mvc Mailer provides the developers with the Action Mailer style email sending form NuGet Package for ASP.NET MVC 3 and ASP.NET MVC Read More →

How to Install ASP.NET MVC using Web Platform Installer?

In this blog post, I will share some information of how to install ASP.NET MVC and setup the development environment. If you are using Visual Studio 2012, then the templates for ASP.NET MVC 2, ASP.NET MVC 3, and ASP.NET MVC 4 are available out of the box. If you are using Read More →

Visual Studio 2010 and .NET Framework 4 Training Kit – June 2010 Release

The Visual Studio 2010 and .NET Framework 4 Training Kit includes presentations, hands-on labs, and demos that introduces or helps one to learn about Visual Studio 2010 features . The June 2010 Release of the Visual Studio 2010 and .NET Framework 4 Training Kit is now available for download from Microsoft Read More →

ASP.NET MVC in Delphi Prism – Introduction

ASP.NET MVC is a web development framework from Microsoft that combines the effectiveness of the model-view-controller architecture . It is an alternative to the WebForms that was and is still mostly used one in ASP.NET .

What is a Model View Controller (MVC) Framework?

MVC is a framework methodology that divides Read More →

Retreive User’s IP Address in ASP.NET

There may be a requirement of getting the user's IP address using ASP.NET and C# or VB .NET when a user logs in to the webpage. This can be achieved easily with the .NET Framework. The IP Address can be retreived in the following ways.
String str = Read More →           
Back to top

© 2011-2013 Senthil Kumar's Blog This is my personal blog .The opinions expressed here represent my own and not those of my employer . All Rights Reserved -- Copyright notice by Blog Copyright

Protected by Copyscape Duplicate Content Detection Software