0

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

Erick Petrucelli
  • 14,386
  • 8
  • 64
  • 84
Iwalu
  • 5
  • 1
  • 3
  • I don't understand your question at all. – Oded Jun 15 '11 at 19:11
  • As with all things, it depends on what you want to do. ASP.NET is good for certain scenarios, ASP.NET MVC is good for others. I have tried both, and for many reasons I prefer MVC, but YMMV. Offhand, I can't think of a good instance where you should *not* use MVC. – Robert Harvey Jun 15 '11 at 22:56

3 Answers3

0

Yes. Asp.Net MVC is an alternative to Webforms for websites.

taylonr
  • 10,732
  • 5
  • 37
  • 66
0

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

Tassadaque
  • 8,129
  • 13
  • 57
  • 89
0

see

Community
  • 1
  • 1
moi_meme
  • 9,180
  • 4
  • 44
  • 63