

.NET Conf 2023 - with Scott Hunter
Nov 14, 2023
The podcast discusses exciting topics from .NET Conf 2023 like C#12 features, .NET Aspire for cloud apps, Native AOT, and touches on Blazor. They explore streamlining code with primary constructors and collection literals in C# 12, and Project Aspire for cloud-native apps. Additionally, they delve into DCP integration in Spire applications, Docker Compose benefits, Dapper framework, and tracing tools.
AI Snips
Chapters
Transcript
Episode notes
Revolution with Large Language Models
- Large Language Models (LLMs) enable computers to understand and respond in natural English, revolutionizing user interaction.
- This technology allows direct, conversational queries that improve over traditional search methods.
C# 12 Simplifies Coding
- C# 12 focuses on simplifying code by removing boilerplate, like explicit constructor code.
- Features like primary constructors and collection literals reduce repetitive code and improve readability.
Example of Aspire Orchestration
- Scott Hunter demonstrates adding Blazor and Web API projects to an Aspire orchestration app.
- Naming projects and using with references enables seamless local and cloud interaction without manual IP management.