help on MVC
i am new to mvc. i need to add html pages to application using MVC. how to work with html designs in mvc if anyone knows please help me
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhijit KakadePosted Dec 30, 2014, 7:25 AM
I think this below link will give you good idea with simple steps with pictures.
http://www.codeproject.com/Articles/695850/Complete-CRUD-Operations-in-MVC
Just follow steps one by one , let me know if you face any problem.
Sarath KumarPosted Dec 30, 2014, 7:15 AM
for example,crud operations in mvc with entity framework.
and if you know how to work with stored procedures in mvc.if it isthere can you provide some sample code for me.
here is my mail id: [email protected]
Abhijit KakadePosted Dec 23, 2014, 7:39 AM
I can provide you code samples.
Regards
Abhijit Kakade
Sarath KumarPosted Dec 23, 2014, 7:33 AM
now i am asking how to work with html pages in mvc i mean integration in mvc razor application
Abhijit KakadePosted Dec 23, 2014, 4:31 AM
In MVC there are views. you need to add views in view folders. extension of view file is .cshtml. you can follow this link.
http://www.asp.net/mvc/overview/older-versions/getting-started-with-aspnet-mvc4/adding-a-view