Skip to main content

Events

Events tagged with "ASP.NET Core"

7Total Events
0Upcoming
7Past Events

Past Events

2024

📅 July 1, 2024📍 Nuremberg, Germany💬 DWX 2024
Talk • 1h • (German)

Web APIs with ASP.NET Core Native AOT

Building Web APIs with ASP.NET Core Native AOT compilation.

📅 May 6, 2024📍 Regensburg, Germany💬 Advanced Developers Conference 2024
Talk • 1h • (German)

Web APIs with ASP.NET Core Native AOT

Building Web APIs with ASP.NET Core Native AOT compilation.

2022

📅 December 13, 2022📍 Online💬 Digital Craftsmanship Nordoberpfalz
Talk • 2h • (German)

ASP.NET Core Minimal APIs in Practice

In this talk, we take a look at ASP.NET Core Minimal APIs and how to use them to build performant and scalable web APIs. Also, we take a look at the new features they offer with .NET 7.

📅 May 25, 2022📍 Regensburg, Germany💬 Advanced Developers Conference 2022
Talk • 1h • (German)

ASP.NET Core Minimal APIs in Practice

Talk about ASP.NET Core 6 Minimal APIs - how they work, their benefits and drawbacks, and how to structure your solutions.

2020

📅 October 13, 2020📍 Munich, Germany💬 Advanced Developers Conference 2020
Talk • 1h • (German)

JSON Serialization in ASP.NET Core

In this talk, we compare Newtonsoft.Json with System.Text.Json and Utf8Json, focusing on performance, memory usage, and available features in ASP.NET Core applications.

2017

📅 September 19, 2017📍 Cologne, Germany💬 Advanced Developers Conference 2017
Talk • 1h • (German)

Designing ASP.NET Core Applications with Dependency Injection in Mind

In ASP.NET Core , dependency injection is a core part of the framework. In this talk, we'll explore how DI Containers work under the covers and how to design ASP.NET Core apps with DI in mind.

📅 September 18, 2017📍 Cologne, Germany💬 Advanced Developers Conference 2017
Talk • 1h • (German)

Multithreading and async await in ASP.NET Core

In this talk, we explore the fundamentals of the .NET Thread Pool and how requests are processed on it by ASP.NET Core. We'll also see how async await is important for scalability of our services.