#dotnet LTS support window too short for upgrade and adoption cycles ⬇️
This still comes up a lot.
Have Microsoft got the balance right between being able to get us new features quickly while also being able to support existing releases for a reasonable time? Or do you think LTS version should have longer cycles for example?
github.com/dotnet/core/issue…
Does the specification pattern just move complexity from one place to another? Are we using it to just 'fix' the problems from another abstraction (repo pattern)?
Who likes to use it?
#dotnet
JIT: Optimize async OSR resumptions
#dotnet
I'm not sure how widely applicable this PR will be to the kind of async code our apps actually use day to day but going from 6357.1 ms to 457.1 ms in the benchmark is some optimization.
github.com/dotnet/runtime/pu…
LinkedIn .NET Post Bingo 🤣
Print out the card and mark the #dotnet topics off when you see them on LinkedIn. Remember to shout "BINGO" out really loudly when you've marked them all off.
Don’t migrate the architecture and the runtime at the same time.
OP was planning to move from #dotnet 4 to .NET 8 (Core) and significantly change architecture at same time. Great advice from Jimmy Bogard below...
ALT Excerpt from Reddit thread about migrating a large project to new architecture and new .NET version at same time.