.NET “Stop Using Async Await in .NET to Save Threads” | Code Cop #018 (via Nick Chapsas) Swagger is Going Away in .NET 9! (via Nick Chapsas)
All posts filed under “Career”
Professional Development – 2024 – Week 19
.NET Stop Using the Worst Way to Loop Lists in .NET! (via Nick Chapsas) Forget Grafana And Prometheus! Start With This. (via Nick Chapsas) Conflict 4 Common Types of Team Conflict — and How to Resolve Them (via HBR) Estimation…
Professional Development – 2024 – Week 18
.NET The New Collection Access Feature of C# 13 (via Nick Chapsas) C# 13 will have a new feature: implicit index access. Suppose you have an array (with four elements) and you want to get the last element. Your options…
Professional Development – 2024 – Week 17
.NET “Repositories in .NET Only Need Two Methods!” | Code Cop #017 (via Nick Chapsas) The code given as an example bundled repository retrieval as a predicate (e.g., Func<User, bool> predicate). The problem comes in translating that predicate into something…
Professional Development – 2024 – Week 16
.NET .NET 9 Fixed Exceptions but Still Don’t Use Them (via Nick Chapas)
Professional Development – 2024 – Week 15
.NET You Need to Update Your .NET Solution Files! (via Nick Chapsas) Business We Need More Calm Companies (via SWLW) Although this article enumerates several aspects of a “calm company,” the telling part was what the opposite — a “frenzied…
Professional Development – 2024 – Week 14
.NET “Stop Wasting Memory on Strings in C#!” | Code Cop #016 (via Nick Chapsas) String interning in .NET is where there is a special section of memory where you can put strings; if a string in the app has…
Professional Development – 2024 – Week 13
.NET The Fastest Way to Search Gets Even Better in .NET 9 (via Nick Chapsas) In .NET 8, we got a new class called SearchValues<T>. The example he used from a previous video was to take an input string and…
Professional Development – 2024 – Week 12
.NET “Turn All Your Enums Into Bytes Now!” | Code Cop 14 (via Nick Chapsas) “Stop Using Good Names in Your Code” | Code Cop #015 (via Nick Chapsas) Management Stop Overcomplicating It: The Simple Guidebook to Upping Your Management Game…
Professional Development – 2024 – Week 11
.NET The Ultimate .NET Developer Roadmap in 2024 (via Nick Chapsas) “.NET 9 Is Killing MediatR, MassTransit & Wolverine!” (via Nick Chapsas) .NET 9 is planning to include some kind of messaging framework, so many people have commented that there…