We are starting a new project, but we don’t want to use beta software. At the same time, we can not wait for MVC 4 release.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Will the application you are developing support multiple devices (mobile, tablet, and PC)? If it will support multiple devices then there are some considerations on how you structure your project and naming conventions used to switch to device specific controllers and views. Checkout this tutorial for an explanation of the changes. Also if your application will have some REST web services or API’s then you will want to look at the ASP.NET Web API, which is part of MVC 4.