Is the asp.net-mvc instead way of regular asp.net web froms? [closed]
I have a question about MVC,
Can we say that mvc is the instead way of regular asp.net web froms?
If not开发者_JAVA技巧 which scenario that I should not use MVC pattern?
Thanks
Yes MVC is alternate to webform. The scenario in which you should not use asp.net mvc is when you don't have solid oop concepts. you can read more from this blog post
Yes. Asp.Net MVC is an alternative to Webforms for websites.
see
- Should you use asp net mvc
- Deciding when use aspnet mvc
- When to use asp net mvc vs asp net web forms
精彩评论