I have a question about MVC,
Can we say that mvc is the instead way of regular asp.net web froms?
If not which scenario that I should not use MVC pattern?
Thanks
I have a question about MVC,
Can we say that mvc is the instead way of regular asp.net web froms?
If not 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