Asp.Net MVC has many great features, I have been playing around with Asp.NET MVC, and gone through couple of interesting things as part of Model Binding. Here I am putting together all my findings, and explained with a simple example, I am sure this will save a lot of time to people who are out there, looking to understand, how exactly Asp.NET MVC Model binding works.As this is going big, I am splitting this into parts, In this part I am covering Asp.Net MVC object model binding, Parameter binding using Query String parameters, and controlling Model binding using Bind Attribute. Below is the code structure To make it simple, and to concentrate more on Model binding, I am taking simple example, which is having Employee Model, and EmployeeController Control, and two Views EmployeeView1,EmployeeView2.