Is there any documentation about the changes that may occur when porting an application from dotnet 2.0 to 3.5. His understanding is that this is actually not a major change in runtime, but rather the addition of many new libraries (LINQ, etc.). Assuming I'm right, should I change any 2.0 code to compile to 3.5. My concern than compiling time gaps is all that compiles fine, but subtly works differently.
.NET 3.5 adds many new builds, but the main runtime is 2.0. Or it’s actually 2.0 SP1, so in very rare cases you can see the differences, but in most cases you don’t have to do anything.
Here is a useful overview of wikipedia versions .
The simple answer is that switching the target application runtime should not lead to impaired functionality.
, . , . 1 3.5, SQL CE, .
, 3.5 2.0. 2.0 , , , 2.0., , , 2.0 3.5 , 2.0, - MethodMissingException , .
Source: https://habr.com/ru/post/1722156/More articles:Using C ++ API in C # - c ++Database design: storing delimited strings in a database is bad - database-designПолучение сертификата Symbian Code Signing в качестве единого разработчика? - code-signingKML / Google Map - indicating the zoom level of the embedded map in iFrame - google-mapsWhy is the size of any type of data dependent on the machine? - programming-languages | fooobar.comMySQL command to search for CSV (or similar array) - sqlSpring - Aspect does not apply at run time - springpdo binding asc / desc order dynamically - databaseCSS hover menu appears behind pdf iframe - cssCompile the .pyw file so that it can be run as .pyc without the console - pythonAll Articles