site image
Andrew Lock avatar

Andrew Lock

.NET Core
  1. Loading...
  2. 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"!

    From Zero to Hero: REST APIs in .NET
  3. ASP.NET Core in Action, Third Edition

    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.

  4. Banner image for Creating a .NET Core global CLI tool for squashing images with the TinyPNG API

    Creating a .NET Core global CLI tool for squashing images with the TinyPNG API

    In this post I describe a .NET Core CLI global tool I created that can be used to compress images using the TinyPNG developer API…

     in  .NET Core ASP.NET Core 2.1 .NET CLI
  5. Banner image for Exploring the Microsoft.AspNetCore.App shared framework in ASP.NET Core 2.1 (preview 1)

    Exploring the Microsoft.AspNetCore.App shared framework in ASP.NET Core 2.1 (preview 1)

    ASP.NET Core 2.1 introduces the Microsoft.AspNetCore.App shared framework. In this post, I look at the motivation for this change, and what it means for devs…

  6. Banner image for Including linked files from outside the project directory in ASP.NET Core

    Including linked files from outside the project directory in ASP.NET Core

    In this post I show how to include files in a project that are outside the project directory…

     in  ASP.NET Core .NET Core Visual Studio .NET CLI
  7. Banner image for Exploring the .NET Core Docker files: dotnet vs aspnetcore vs aspnetcore-build

    Exploring the .NET Core Docker files: dotnet vs aspnetcore vs aspnetcore-build

    In this post, I look at the various Docker base images available for .NET Core development, how they differ, and when you should use each of them.…

     in  Docker Docker Hub DevOps ASP.NET Core .NET Core
  8. Banner image for Creating strongly typed xUnit theory test data with TheoryData

    Creating strongly typed xUnit theory test data with TheoryData

    In this post I show how you can create strongly-typed data for your xUnit theory tests using the TheoryData class, instead of using IEnumerable<object[]>.…

     in  .NET Core Testing xUnit
  9. Banner image for Creating a custom xUnit theory test DataAttribute to load data from JSON files

    Creating a custom xUnit theory test DataAttribute to load data from JSON files

    In this post I'll show how you can create a custom implementation of an xUnit DataAttribute that loads the data for theory tests from JSON files.…

     in  .NET Core Testing xUnit
Andrew Lock | .Net Escapades
Want an email when
there's new posts?