Afgelopen maand waren er ook interessante artikelen over ons vak in de media.
Martin Watts (.NET Developer/Architect) raadt de volgende vier artikelen aan om te lezen.

1. .NET 6 Desktop Dev Options: WPF, WinForms, UWP, .NET MAUI, Blazor …

Choosing the right tooling for writing a desktop app can be a challenge. The number of options is overwhelming. This interesting article by David Ramel discusses the many options available and in which direction they are heading.

https://visualstudiomagazine.com/articles/2021/02/03/net-6-desktop.aspx

2. Announcing .NET 6 Preview 1

The first preview release of .NET 6 has been out for almost a month now. If you haven’t checked it out yet, this article explains some of the interesting new features.

https://devblogs.microsoft.com/dotnet/announcing-net-6-preview-1/

3. Frictionless repeated edits: IntelliCode suggestions in completion list

If you’re like me, you will be quite accustomed to hitting Ctrl+. To apply IntelliCode suggestions to your (existing) code. One exiting new feature in Visual Studio 16.9 is that you can now apply an IntelliCode suggestion in all the places where it applies at once. Now that is cool!

https://devblogs.microsoft.com/visualstudio/repeated-edits-intellicode-suggestions-completion-list/