February 16, 2014

Entity Framework 5.0 – Getting Started

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. https://www.youtube.com/watch?v=EPXFc6pAnMs&list=PLt2cGgt6G8WqLLhZXFLmnYMUmK4pI4WAj (6 videos)
February 4, 2014

C# Razor Syntax Quick Reference

An excellent summary of ASP .Net Razor command.
February 1, 2014

ASP .Net MVC4 Tutorials

The ASP.NET MVC Framework is an open source web application framework that implements the model–view–controller pattern. https://www.youtube.com/watch?v=-pzwRwYlXMw&list=PL6n9fhu94yhVm6S8I2xd6nYz2ZORd7X2v (100+ ASP .Net MVC 4 Tutorials) https://www.youtube.com/watch?v=XkACPxxlmic A brief but very useful series about ASP .Net MVC 4 by Fabio Scopel
January 16, 2014

ASP .Net Tutorials

ASP.NET is a server-side Web application framework designed for Web development to produce dynamic Web pages. It was developed by Microsoft to allow programmers to build dynamic web sites, web applications and web services. It was first released in January 2002 with version 1.0 of the .NET Framework, and is […]