vote up 3 vote down star

I need to know the Microsoft has accepted the MVC(Model View Controller) concepts to included in .net framework latest version.

How far MVC uses to others

flag

47% accept rate
Too localized? I think he's trying to assess whether or not ASP.NET MVC will have staying power; enough to invest development in, at least. A valid question. – Will Apr 13 at 11:39
I think Jeff was using "localized" in the context of "localization." Basically a cheeky way to say that the question was too difficult to understand. – Troy Apr 13 at 12:38
MVC is to .NET as C# was to VB6. It is a serious innovation with some real staying power. Don't underestimate it. – Al Katawazi Apr 13 at 14:16

closed as too localized by Jeff Atwood Apr 13 at 11:29

1 Answer

vote up 1 vote down check

I'm not sure what your question really is, but ASP.NET MVC is scheduled to ship with Visual Studio 2010, along with .NET Framework 4.0.

link|flag
@Jon I want to know whether Microsoft will introduce MVC in .net Framework 4.0. Will it become much popular among all others – BALAMURUGAN Apr 13 at 11:25
Balamurugan, you can trust that MVC has Microsoft's full support and backing. And it is a great improvement over the standard ASP.NET model. Start using it. – Will Apr 13 at 11:38
Balamurugan, You actually don't need to wait for .NET Framework 4.0 to come out and use ASP.NET MVC, you can download it now and use it with .NET Framework 3.5 :) – Jon Limjap Apr 13 at 15:50
As for popularity, that's an altogether difficult question to answer. I suspect it will be popular with Intermediate to Advanced users of the Framework, but I'm not sure if that will be sufficient to justify its use to managers. – Jon Limjap Apr 13 at 16:36

Not the answer you're looking for? Browse other questions tagged or ask your own question.