Patrick McVeety-Mill

Camp Counselor

Min-Maxing .NET Minimal APIs

Event Logo

Tuesday, January 17, 2023 - 4:30 PM UTC, for 1 hour.

Regular, 60 minute presentation

Room: Campsite 2

APIs
.NET
Design Patterns
Lessons
Overview

The release of .NET 6 "last" year included an exciting new option for hosting web applications: Minimal APIs, which provide a lightweight request-to-response handling framework in the vein of Express.js or Ruby's Sinatra. The announcement came with lean and mean examples which are exciting, but leave something to be desired when it comes to imagining a real-world application. In this session, we will pick up where the tutorial drops off to see how an actual application takes shape using this new framework. We'll see what patterns develop as we add more endpoints than fit on one screen, and how to implement necessary components such as security, documentation and API versioning without losing the desired slim profile. My team selected Minimal APIs for a small-but-growing application last summer. It turned out to be a good fit, but jumping the hurdles and smoothing the rough edges revealed where and how it wouldn't be. I come to you now with tips and tricks to make your experience with the framework better, and to inform you when (and when not) a similar choice is the right move.

Prerequisites

Familiarity with web development and *some* object-oriented language should be helpful. Even better if you have experience in .NET and have used ASP.NET MVC or other such web frameworks from any language.

Take Aways

  • What are .NET 6 Minimal APIs?
  • How to add more feature endpoints without *much* extra weight
  • What adding concerns like security and built-in documentation looks like
  • When you should decide NOT to use Minimal APIs
favorited by:
Allen Zaudtke Todd Merritt Jacob Finley Sharon Cichelli Robert Derman