Question : How successful is the MVC Framework?

I started playing around with MVC a few years ago, just weeks after Microsoft published it.  Within days I landed a job using the Model View COntroller design pattern.  Then a few weeks after that ended I got a one year contract designing a Windows Forms app. using Model View Presenter.

So I am wondering if that's a great place for me to dig in and start using it once again.  I am between assignements and want to study things that will get me working again.

So is the MVC Framework taking off? What other technologies go along nicely with the MVC Framework?

Thanks,
newbieweb

Answer : How successful is the MVC Framework?

MVC is the way to go.  Microsoft seems to be focusing primarily on MVC for interactive applications.  .NET revolves around it, especially WinForms and WPF.  Even VC++ are being pressured to "upgrade" to MVC.
Random Solutions  
 
programming4us programming4us