Posts about

csharp

HomeDevelopmentDesignTechnologyPhotographyAbout
SECURING YOUR ASP.NET MVC 4 APPLICATION
development, csharp, asp.netApril 25, 2013By admin

SECURING YOUR ASP.NET MVC 4 APPLICATION

Out of the Box when you create an MVC web site, anyone can post anything to your web site. So we need to control the user access.

OPTIMIZING ASP.NET MVC SITES
development, csharp, asp.netApril 29, 2013By admin

OPTIMIZING ASP.NET MVC SITES

In this article we discuss about four ways of optimizing ASP.NET MVC sites

ENTITY FRAMEWORK CODE FIRST
development, csharpJuly 21, 2014By admin

ENTITY FRAMEWORK CODE FIRST

Entity Framework introduced Code First approach from Entity Framework 4.1. This tutorial covers all the features of Entity Framework Code-First. We will start with the basics of code-first and then we will see how we can configure one-to-one, one-to-many and many-to-many relationship with DataAnnotation as well as Fluent API.

    Created by Sean Amarasinghe