ITORIAN    

  public string WelcomeToRead() {

      return "Abhimanyu's Thoughts";

  }

Account Section
My First E-Book
Quick Report
Yearly Posts:
   i) In 2010: 12
   ii) In 2011: 380
   iii) In 2012: 64
   -------------------------
         Total: 456
   -------------------------
You can find my articles and blogs on:
   i) itorian.com
   ii) c-sharpcorner.com
   iii) dotnetfunda.com
   iv) codeproject.com

Greatest Hits
People I Follow
Disclaimer
This is my personal website and the opinions I have expressed here is my own. For any accuracy I recommend to visit official websites like MSDN for Microsoft. I developed this website to share my technical skills.

ASP.NET MVC


ASP.NET MVC 4 Beta Released Now
Posted by abhimanyu on 23/02/2012. Total Views 169. In category mvc
News: ASP.NET MVC 4 Beta is now available for download, released on 15 Feb 2012.
Database Programming in MVC 3 in 5 Minutes
Posted by abhimanyu on 13/02/2012. Total Views 644. In category mvc
In this post you are going to learn Database Programming in MVC 3 in 5 minutes. In this article I will take the advantage of Entity Framework 4.1 code first to create my database. I will also take the advantage of Scaffold templates.
Unable to update the EntitySet Table because it has a DefiningQuery and no InsertFunction element exists in the ModificationFunctionMapping element to support the current operation
Posted by abhimanyu on 03/02/2012. Total Views 274. In category mvc
In this quick post you are going learn the way to overcome the titled error.
@Html.ActionLink() in MVC
Posted by abhimanyu on 16/12/2011. Total Views 1994. In category mvc
In this video you will learn how to use @Html.ActionLink() in MVC. You will also learn how to use images in ActionLink().
Using foreach loop in Razor View Engine
Posted by abhimanyu on 15/12/2011. Total Views 346. In category mvc
In this quick video we are going to take a look at foreach loop in Razor View Engine.
Model, View and Controller Communications
Posted by abhimanyu on 14/12/2011. Total Views 327. In category mvc
In this video tutorial you will learn how Model, View and Controller communicates each other.
URL Routing in MVC 3
Posted by abhimanyu on 06/12/2011. Total Views 1329. In category mvc
In this video tutorial you will learn all about URL Routing in MVC 3. You will also learn the basics of folder structure in MVC Project.
Comparison between ViewBag and ViewData in MVC
Posted by abhimanyu on 01/12/2011. Total Views 528. In category mvc
In this quick post you will take a look at some key differences between ViewBag and ViewData in MVC.
Razor View Engine in MVC 3
Posted by abhimanyu on 23/11/2011. Total Views 21708. In category mvc
In this e-book you will learn all about Razor View Engine introduced in MVC 3. I will walk through the simple steps and even I will keep my ideas simple so that you can understand the Razor View Engine better.
A Quick tour of the Razor View Engine by comparing it to ASPX View Engine
Posted by abhimanyu on 22/11/2011. Total Views 620. In category mvc
A quick post, to learn fundamental difference between ASPX and Razor View Engine introduced in MVC3.
ViewBag property in MVC
Posted by abhimanyu on 23/10/2011. Total Views 447. In category mvc
In this quick post, you will take a look at ViewBag in MVC.