Distinguished Engineer at Microsoft, Creator of NuGet, SignalR, ASP.NET Core, Aspire and Barbadian π§π§, Tennis Player, Father, other half @symonefowler
Iβve been holding onto this news for over a week, Iβve been promoted to Distinguished Engineer at Microsoft! I feel the need to buy a monocle now π§.
I'm now convinced there should be an entire university course on how to work in an existing code base (notice I didn't use the word legacy). The end goal being to make a change to it without breaking the functionality. This would be a senior course. CS401 Software Refactoring.
.NET 8 is going to be a bombshell of a release π₯. There are a TON of improvements but one of the things I'm most excited about is better out of the box metrics for our http and networking stack. We're also looing to ship grafana default dashboards #dotnet
Your .net code does not need 15 projects with a class per command and query. You donβt need an interface for everything either. Itβs amazing to read extremely simple samples using .net vs node vs go. It seems our ecosystem is attracted to complexity... #dotnet