Are there any web application frameworks usable with .NET 2.0?

Posted by adhocgeek on Stack Overflow See other posts from Stack Overflow or by adhocgeek
Published on 2010-06-02T15:19:10Z Indexed on 2010/06/02 15:24 UTC
Read the original article Hit count: 235

Apologies if this has been asked many, many times before - I'm afraid I couldn't find any satisfactory answers.

I'm stuck in an environment (a bank) where, although we have VS 2008 on the development machines, production machines are locked down to the .Net framework 2.0 and SQL Server 2005.

Are there any modern application frameworks that I could employ?

I've looked at things like Spring.NET, PureMVC and ASP.NET MVC (S#arp Arch?), but I don't really have the luxury of time to investigate in depth.

I don't want to initiate a war over which framework might be best, I just want to know if there are any I can actually use.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about ASP.NET