.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
.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
Machine learning models with ONNX and .NET | .NET Conf 2022
Most machine learning models are trained in Python using frameworks like PyTorch and TensorFlow. You ...View More
Authorization in a Distributed / Microservice System | .NET Conf 2022
In this talk, I will introduce the challenges of permission-based authorization systems and explain ...View More
Down the Oregon Trail with Functional C# | .NET Conf 2022
In 1971, three students from Minnesota thought they could liven up a history lecture by creating a c ...View More
Using Durable Azure Functions in .NET 7 | .NET Conf 2022
With .NET 7 durable functions will be available for Azure Functions running in isolated mode. I've f ...View More
.NET 7 Update: Nullable Models in MVC in 10 Minutes or Less
In .NET 7, we can now have nullable page models and view models in Razor Pages and MVC. Let's see it ...View More