It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
What are the Strengths, Weaknesses, Opportunities and Threats by migrating a Web Application from .Ne开发者_开发知识库t 2 to .Net 4 ?
This application is using Ado.Net and stored procedures.
First of all, since .Net 3.5 you can use WCF.
Besides .Net 4.0 has more features you can use.
Only disadvantage is that when you publish it you need to make sure the target machine has .Net 4.0.
精彩评论