Sir, I am .Net trainee.
I would like to know the importance of MVC and its scope for job.
Is MVC or WCF is important as far as a .Net Developer is concerned?
Loading
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.
Scott LyslePosted Aug 13, 2013, 5:22 AM
MVC and WCF are two different tools; both I would say are very important. I also would not discount Web Forms development if you want to focus on being a .NET web developer. It is not at all uncommon to use a variety of technologies in a single web application (for example you might be tasked with working on a MVC 4 web application that uses Entity Framework for the basis of the data access layer, and also uses WCF to provide a service layer used by the web application and possibly by outside service consumers. When dealing with MVC you will most assuredly want to be comfortable with the razor view engine, HTML markup in general, CSS, JavaScript and JQuery. The more you know the better.