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