About MVC Applications
Hi all, I am new in MVC. I want to know why we are using Entity framework here instead of Ado.net?Another question is, is it possible to view the design mode in MVC without running the application(like in Asp.net)?
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.
Sharon HoffmanPosted May 20, 2015, 8:56 AM
Vincent Maverick DuranoPosted Apr 30, 2015, 12:09 PM
Regarding your 2nd question, No. Unlike in WebForms, MVC doesn't have a designer for you to be able to preview your UI.
Gowtham RajamanickamPosted Apr 21, 2015, 6:13 AM
Guest UserPosted Apr 21, 2015, 5:27 AM
You can right-click a .cshtml and select "preview in browser".