Tuesday, November 20, 2012

All about

All about: Background – on quirks and compatibility The .NET Framework (including ASP.NET) strives to maintain near-100% compatibility when an existing framework is updated on a machine. We try to ensure as much as possible that if an application was developed and deployed against .NET Framework 4, it will just continue to work on 4.5. This normally means keeping quirky, buggy, or undesirable behaviors in the product between versions, as fixing them may negatively affect applications which were relying on those behaviors. Consider creating a new Console Application project targeting .NET Framework 4 and putting the following in Program.cs: class Program { static void Main( string [] args) { List < int > list = new List < int >() { 1, 2, 3 Read...(read more)

DIGITAL JUICE

No comments:

Post a Comment

Thank's!