VI

Ebook/Video Tutorial

Building APIs with C# and ASP.NET Core

Learn how to build professional-grade APIs using C# and ASP.NET Core. Designed from the ground up by a practitioner to prepare you to build APIs for the real world.

By participating along with us in the workshop, you’ll learn

An overview of the hosting model...

Description

Learn how to build professional-grade APIs using C# and ASP.NET Core. Designed from the ground up by a practitioner to prepare you to build APIs for the real world.

By participating along with us in the workshop, you’ll learn

An overview of the hosting model and core hosting components like logging and dependency injection

How to build APIs in .NET using both the controller and minimal API paradigms

Using tests to preserve the behavior of your application and give you full confidence when you deploy

Interacting with a SQL database using Entity Framework Core and SQLite

A deep dive into components such as middleware, filters, validation, security, and configuration

Is This Workshop for Me?

This workshop is designed for programmers who are familiar with C# and .NET and want to learn how to build production-ready APIs.

In this workshop, we’ll leverage C# and the .NET ecosystem to create production-ready APIs. We’ll dive headfirst into .NET tooling and creating your new API project, along with the fundamentals of the hosting model like logging and dependency injection. Then, we’ll create our first APIs and demonstrate the in-built integration testing tools. Next, we’ll look into using your API to interact with an SQL database as well as best practices to secure your API. Finally, we’ll go over some more advanced concepts like filters, OpenAPI integration, model building, and deployment.

Additional Information