-
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. You even get a free copy of the previous editions of ASP.NET Core in Action!
-
Testing ASP.NET Core gRPC services in JetBrains Rider
In this post I show how you can use the tools built into JetBrains' Rider IDE to test your ASP.NET Core gRPC endpoints…
-
Generating sortable Guids using NewId
In this post I discuss the pros-and-cons of using integer vs Guids for IDs, and introduce NewId as an alternative to Guid with some nice properties…
in .NET Core -
Why isn't my ASP.NET Core app in Docker working?
In this post I describe a problem where my ASP.NET Core app in Docker wasn't responding to requests. This post debugs and diagnoses the problem…
-
Running JavaScript inside a .NET app with JavaScriptEngineSwitcher
In this post I describe how you can use the JavaScriptEngineSwitcher NuGet package to run JavaScript inside a .NET application…
in .NET Core -
Keeping up with .NET: learning about new features and APIs
In this post I describe some of the sources I use to learn about new features and APIs when a new version of .NET is released…
-
Working on two git branches at once with git worktree
In this post I describe how you can use git worktree to check out multiple branches at once, and some scenarios in which this can be useful…
in Git