- Loading...
-
Sponsored by Nick Chapsas—Want to learn how to build elegant REST APIs in .NET? Get 5% off Nick's latest course "From Zero to Hero: REST APIs in .NET"!
-
My new book ASP.NET Core in Action, Third Edition is available now! It supports .NET 7.0, and is available as an eBook or paperback.
-
A deep dive on StringBuilder
In this series I look at the source code behind StringBuilder, show how it is used to reduce allocations, and dig into some internal optimisations…
-
Conditional compilation for ignoring method calls with the ConditionalAttribute
In this post I describe conditional compilation using…
-
Benchmarking 4 reflection methods for calling a constructor in .NET
In this post I compare several different ways to call a constructor using reflection, and benchmark them to see which is fastest.…
-
Fixing build warning NETSSDK1138 when building projects with end-of-life .NET frameworks
In this post I describe how to hide the warning generated by the dotnet CLI when working with end-of-life frameworks like .NET Core 3.0 (netcoreapp3.0)…
-
ASP.NET Core in Action, Second Edition is available now!
My new book, ASP.NET Core in Action, Second Edition is available now. In this post I describe what's changed since the first version and why.…
-
Exploring the new rollForward and allowPrerelease settings in global.json
Exploring ASP.NET Core 3.0 - Part 8
In this post I explore the new rollForward and allowPrerelease settings added to the global.json file in .NET Core 3.0 and how they impact SDK selection.…