i want to create first asp,net mvc application

Posted by Shail12345 under ASP.NET MVC on 10/6/2013 | Points: 10 | Views : 2539 | Status : [Member] | Replies : 6
Hello my Senior,
i am beginner mvc so i want first mvc application created
such as insert,delete, update,in GridView through databae
For Eg,
Employee...
EmpId
EmpName
EmpAddres
EmpPhoneNo.




Responses

Posted by: Bandi on: 10/7/2013 [Member] [MVP] Platinum | Points: 25

Up
0
Down
Refer these links for creating MVC application
http://pluralsight.com/training/Player?author=scott-allen&name=mvc4-building-m1-intro&mode=live&clip=0&course=mvc4-building
http://www.asp.net/mvc/tutorials/getting-started-with-ef-using-mvc/implementing-basic-crud-functionality-with-the-entity-framework-in-asp-net-mvc-application
http://www.codeproject.com/Articles/620786/Learning-MVC-Part-3-Creating-MVC-Application-Perfo
http://www.asp.net/web-api/overview/creating-web-apis/using-web-api-with-entity-framework/using-web-api-with-entity-framework,-part-1

Mark This Response as Answer
--
Chandu
http://www.dotnetfunda.com/images/dnfmvp.gif

Shail12345, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Bandi on: 10/7/2013 [Member] [MVP] Platinum | Points: 25

Up
0
Down
We have three approaches to develop MVC applications using ASP .NET
1) Code First
2) Model First
3) Database First
Refer the following link for detailed description
http://www.codeproject.com/Articles/644605/CRUD-Operations-Using-the-Repository-Pattern-in-MV

Mark This Response as Answer
--
Chandu
http://www.dotnetfunda.com/images/dnfmvp.gif

Shail12345, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Kmandapalli on: 10/7/2013 [Member] Silver | Points: 25

Up
0
Down
Hi,

You can go through MvcMusicStore sample or JobSiteSeekers which will give you better idea about MVC.
These are the best samples for learning MVC.

Mark as Answer if satisfied...

Regards,
Shree M.


Kavya Shree Mandapalli

Shail12345, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Nimit.Joshi on: 2/25/2014 [Member] Starter | Points: 25

Up
0
Down
Hi, You can refer the e-book of MVC 5 in which I've described to start and create the ASP.NET Web Application with the MVC 5 Project Template. Here are the link of MVC 5 Book:

http://www.c-sharpcorner.com/ebooks/free/80/programming-Asp-Net-mvc-5.aspx

Shail12345, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Chakravarthi on: 2/25/2014 [Member] Starter | Points: 25

Up
0
Down
Hi,

Hope this will helpful to you

http://www.dotnetfunda.com/articles/show/2727/using-webgrid-to-populate-data-as-gridview-in-aspnet-mvc-razorview

Thanks

Chakravarthi

Shail12345, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Sravan661 on: 2/25/2014 [Member] Bronze | Points: 25

Up
0
Down

Login to post response