Create Team Project in Team Foundation Server 2013

This article explains how to create Team project in TFS 2013 and how to add applications in TFS 2013 source control

Categories: C#.Net, Asp.Net, Asp.Net MVC

Effect of Cross Site Scripting (XSS)

It explains how Cross Site Scripting (XSS) effects the web site security.

Categories: Asp.Net MVC

Data Entry Form in Asp.Net MVC

It explains about how to save the data to database in Asp.Net MVC using strongly typed view.

Categories: C#.Net, Asp.Net, Asp.Net MVC

Extension Methods in C#

This article explains how to implement Extension methods in C# with simple example.

Categories: Asp.Net MVC

HTML and URL Helper methods in Asp.Net MVC

It explains about how to generate HTML content by using HTML helper and URL helper classes in Asp.Net MVC

Categories: Asp.Net MVC

Asp.Net MVC View Model

This article explains about View Model and how to avoid type casting in Asp.Net MVC

Categories: Asp.Net MVC

Displaying Data in ASP.NET MVC using ViewData, ViewBag, and TempData

This article explains how to display data in Asp.Net MVC using ViewData, ViewBag, and TempData.

Categories: Asp.Net MVC

Partial Views in Asp.Net MVC

It explains about Partial Views in Asp.Net MVC and its advantages.

Categories: Asp.Net MVC

Layouts in ASP.NET MVC

It explains about how to maintain consistent look for Asp.Net MVC applications by using Layouts.