Now that ASP.NET MVC 3 is in beta, and ready for “go-live“. Would it be safe to use in project, although not prevented I am curious on security, performance and ease of upgrade to release version.
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.
I started using it in a project, but I couldn’t get Dependency Injection working (using Unity). I was liking Razor, but the lack of intellisense did hurt my productivity.
I am sticking with MVC 2 for now. When this is more documentation on Razor available, I will probably upgrade to 3.
EDIT:
Check out this article. If you don’t care about DI, then you might be all set. The only other change was the validation model.