.NET Why Developers and Companies Hate .NET 9 The Fix for Your Database Performance Issues in .NET The NuGet package Delta. You can apply it for the entire backend (app.AddDelta()) or you can apply it to specific endpoints. For the…
All posts tagged “Professional Development”
Professional Development – 2024 – Week 47
.NET What’s New in .NET 9 with Examples (via Nick Chapsas) Why I’m Worried about Blazor and Its Future (vi Nick Chapsas) This video was a 4-year lookback on a video of the same name to react to the statements…
Professional Development – 2024 – Week 46
.NET The Only Type of Testing You Need (Nick Chapsas) Always Return Early in Your Code | Code Cop #024 (via Nick Chapsas) Returning early to avoid unnecessary nesting is fine. Nick had an issue with how the provider of…
Professional Development – 2024 – Week 45
.NET Stop Using AutoMapper in .NET (via Nick Chapsas) The primary argument is that if things aren’t set up correctly, you don’t know at compile time. Unit tests should never mock the AutoMapper; use the real mapper. Mapperly is an…
Professional Development – 2024 – Week 44
.NET How to Measure Time Correctly in .NET (via Nick Chapsas) The Best Way to Work with Units in .NET (via Nick Chapas)
Professional Development – 2024 – Week 43
Professional Development – 2024 – Week 42
.NET You’re Doing Validation Wrong in .NET – Code Cop #023 (via Nick Chapsas) The two types of validation considered were (1) method that returns bool if valid, and (2) method that returns IEnumerable<string> with the list of errors. Nick’s…
Professional Development – 2024 – Week 41
.NET The Alternative to Deleting Data in .NET (via Nick Chapsas) Should You Use Controllers or Minimal APIs in. NET? (via Nick Chapsas) Leadership Stop Ignoring Your High Performers (via HBR) Productivity How to Manage – and Avoid – Mental…
Professional Development – 2024 – Week 40
AI Two Computer Scientists Debunk A.I. Hype with Arvind Narayanan and Sayash Kapoor (via Adam Conover) This was an informative podcast on why there is so much hype around AI. There are too many details to list here, but some…
Professional Development – 2024 – Week 39
.NET Testing in .NET is About to Change (via Nick Chapsas) LINQ’s INSANE Improvements in .NET 9 (via Nick Chapsas) Stop Using Booleans in Your Code! | Code Cop #022 (via Nick Chapsas)