Entity Framework Overview

Entity Framework Overview

Entity Framework (EF) is an object-relational mapper that enables .NET developers to work with relational data using domain-specific objects. It eliminates the need for most of the data-access code that developers usually need to write.

Read More
ASP.NET MVC Overview

ASP.NET MVC Overview

MVC is designed so that programmers, designers and testers can work independently.

Read More