In this article i will show you, How to retrieve record from database table in MVC. This things we have already learned in ASP.NET WEB FORMS, Now the same things we can do in MVC. Before doing this task first to install Entity F...
Sunday, March 6, 2016
Friday, March 4, 2016
How to install Entity Framework from console and Solutions in MVC
By using the Entity Framework you can can communicate with the Sql Server. In which we have two approaches i.e "Code First" and "Model First". But, In this article, I will explain you how to install Entity Framework from console...
Thursday, October 22, 2015
Default Listing with Insert and Update in MVC 4
MVC 4 provides simple listing procedure through which developer can create CRUD actions for a database table. Awesome thing is developer don’t need to write a single line of code and will complete the task.
We have added new ta...