关于[Keeping up with .NET: learning about new features and APIs]的摘要:
In a recent post I looked at a new API, Task.WaitAsync(), introduced in .NET 6. This new API was pointed out to me by Andreas Gehrke on Twitter, but it raises an interesting point: how can you keep track of all the new APIs introduced in new versions of .NET? I received this question recently, so I thought I would quickly document some of the sources I use to stay up to date when a new version of .NET is released.
原文地址: https://andrewlock.net/keeping-up-with-dotnet-learning-about-new-features-and-apis/