.NET 7 Update: Blazor Loading Animation in 10 Minutes or Less
The loading state in Blazor WebAssembly has been upgraded in .NET 7. Let's see it in action in this ...View More
.NET 7 Update: Blazor Virtualization Update in 10 Minutes or Less
Virtualization in Blazor makes rendering long lists easy. In .NET 7, there has been a small but sign ...View More
.NET 7 Update: Required Properties in 10 Minutes or Less
In C# 11, properties can now be marked as required. Let's see it in action in this 10-Minute Trainin ...View More
.NET 7 Update: Raw String Literals in 10 Minutes or Less
Raw string literals are here in C# 11. And while they look wild, they actually have a good reason fo ...View More
Building Microsoft Teams Bots with .NET & the Teams Toolkit | .NET Conf 2022
Building and extending Microsoft Teams with apps can feel overwhelming. Or maybe you're just learnin ...View More
.NET Data Community Standup - A Whirlwind Tour of EF7
Join the .NET Data team as we take a whirlwind tour through new features of EF Core 7.0 (EF7). This ...View More
.NET 7 Update: Nanoseconds in DateTime in 10 Minutes or Less
Objects in C# that use time such as DateTime now have access to the Microseconds and Nanoseconds val ...View More
.NET 7, Docker, K8S and Azure DevOps | .NET Conf 2022
Get your questions answered on the Microsoft Q&A for .NET: https://aka.ms/dotnet-qa Learn C#, F#, an ...View More
.NET 7 Update: Creating Tar Files in C# in 10 Minutes or Less
In Windows, we group and compress files using zip files, but on Unix systems such as Linux, Tar file ...View More
Clean Architecture with ASP.NET Core 7 | .NET Conf 2022
Clean Architecture (aka Onion, Hexagonal, Ports-and-Adapters) organizes your code in a way that limi ...View More