Using ASP.Net 4.0 for new Dev projects

Posted by JBeckton on Stack Overflow See other posts from Stack Overflow or by JBeckton
Published on 2010-03-11T17:45:58Z Indexed on 2010/03/11 17:54 UTC
Read the original article Hit count: 216

Filed under:
|

I am currently in the early stages of developing a couple web applications, I have not written any code yet as I am still just gathering requirements and scoping things out. I want to target ASP.Net 4.0 winforms as the platform for these apps but I want to make sure there are no glaring issues with this new version before I commit.

I understand that if I was porting an existing app from 2.0, 3.5 to 4.0 there may be issues but I am starting from scratch on these projects and plan to write these apps to support the new features of 4.0.

Should I wait for the first service pack to come out? Just seems like more work to start with 3.5 now only to go back through and tweak things for 4.0 in just a few months or even before I finish the app.

Our servers are Win 2K3 with IIS6 and MS SQL 2000, Should I expect any problems with VS 2010 and MS SQL 2000 in regards to Linq to SQL and EF?

© Stack Overflow or respective owner

Related posts about asp.net-4.0

Related posts about .net-4.0