c# - Are there any benefits beyond getting new features to upgrade the targeted framework in a .NET project -


i'm working on updated dependencies of nuget project , considering updating framework targets. question, if there no features need new framework, there other benefits (performance benefits) doing upgrade. have read running .net 3.5 assembly in .net 4.5 host can gain performance improvements. i've seen nothing suggest compiling later version of framework help.

it might depend on classes , libraries you're using in project. newer framework versions have code improvements can provide various performance improvements. also, if come .net 3.5, you're upgrading clr 4.0.

in other hand, when target new framework version need check has been considered obsolete , deprecated, because maybe you're looking performance gains , application/service gets broken...

in summary, there's no general performance gain, depends on framework usage.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -