Courses

September 17, 2019

Testing with EF Core

When creating an application that uses EF Core you’ll quickly wonder how you can test your code. In this course you’ll learn about strategies that can […]
May 7, 2019

Using OpenAPI/Swagger for Testing and Code Generation in ASP.NET Core

Testing an API improves its reliability. Generating client-side code helps with getting started fast when building a client that consumes your API. OpenAPI can help with […]
February 28, 2019

Documenting an ASP.NET Core API with OpenAPI / Swagger

Documenting an API is often regarded as a tedious yet essential task. By using OpenAPI / Swagger, which integrates nicely with ASP.NET Core, you can take […]
February 28, 2019

Using HttpClient to Consume APIs in .NET Core

In this course you’ll get an in depth look at using HttpClient and HttpClientFactory to integrate with an API, from basic CRUD operations over streaming and […]
September 17, 2018

Building an Async API with ASP.NET Core

Coding an asynchronous API comes with its own set of challenges. In this course you’ll learn what they are and how you can benefit from writing […]
July 24, 2018

Securing ASP.NET Core 2 with OAuth2 and OpenID Connect

When you’re building an ASP.NET Core 2 MVC web app or API, you’ll want to secure it sooner than later. In this course, you’ll learn how […]