How does the flow of information takes place when something new comes up?
Say something new get released (.net 7), and something new 'X' has been introduced.
To understand X do self learners try their hands using the available documentation and share with others.
Or it's like Microsoft's developers share how to use 'X' in their blog and from that you start your own learning further?
6 Replies
Every major release will have a blogpost, all RC and preview versions will have them as well. On release, the patchnotes for the version will be added to the docs that talk about the gist of all new features, and provide links to the relevant in-depth docs
What's new in .NET 6
Learn about the new features introduced in .NET 6.
An example for .NET 6 release
both
and more
I see. Thank you!
The dotnet is also open source nowadays, so if it's a library feature you could manage by checking out the source code