Deploying Orleans Apps to Kubernetes
Microsoft Orleans is a framework that helps you build distributed applications that you can host almost anywhere that .NET runs.In this episode, Reuben Bond from the Orleans team comes on to show Cecil...
View ArticleSecretless apps with .NET and Azure Key Vault
In this episode, Scott Addie joins Christos Matskas to discuss secrets management in .NET apps. They cover the .NET SDK's Secret Manager tool as an option for your local development environment. Next,...
View ArticleBuilding microservices with Tye
Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier for developers. With very little knowledge of Docker or Kubernetes, developers can run...
View ArticleC# Source Generators
The source generators feature was adding in .NET 5. They allow you to do interesting things like generate additional source files that will get added to a compilation.In this video, Kathleen chats with...
View ArticleIntegrating PowerApps with .NET Web APIs
Power Apps is a low-code solution that allows you to build custom business apps that connect to business data stored in various online and on-premises data sources.In this episode, Christos chats with...
View ArticleA Journey to .NET MAUI
.NET MAUI is the evolution of Xamarin.Forms and a major aspect of the upcoming .NET 6 release.In this episode, Maddy Leger comes on the show to tell us what .NET MAUI is and what to expect as we get...
View ArticleC# Language Highlights: Target Typed new expressions
In this quick video, Cecil and Jayme will teach us about the new target-typed new expression in C# 9.Useful LinksWhat's new in C# 9Target-typed new expressions Language referenceA Tour of C# Get your...
View ArticleBuild Automation with NUKE
Nuke is an open source, cross-platform build automation solution for .NET projects. NUKE prides itself on its simplicity and extensibility that makes build automation approachable for everyone.In this...
View ArticleC# Language Highlights: Top-level statements
In this quick video, Cecil and Jayme show us how top level statements work in C# 9. Useful LinksTop level statements tutorialWhat’s new in C# 9
View ArticleAccessibility and Perf improvements to WinForms
Windows Forms is been a solid UI framework for creating rich desktop client apps for the Windows Desktop.In this video, Jeremy catches up with Merrie and Igor to learn about some of the new...
View ArticleC# Language Highlights: Using Static Directive
In this short video, Jasmine and Cecil teach us about the using static directive in C# Useful Linksusing static directiveC# version history.NET Videos
View ArticleAuthentication for Serverless apps with Easy Auth
Security can be tricky, especially when comes to serverless. Azure App Service Auth (also referred to as “Easy Auth”) does provide some support for adding auth to your applications with writing...
View ArticleC# Language Highlights: Default Interface Methods
In this short video, Matt and Cecil show us how we can use default interface methods in your C# code. Useful LinksDefault Interface methodsUpdate interfaces with default interface methods in C# 8.0.NET...
View ArticleC# Language Highlights: Init only setters
In this short video, Jayme and Cecil teach us about init only setters in C# 9. Useful LinksInit Only SettersWhat’s new in C# 9.NET Videos
View ArticleUsing Azure Managed identities
Azure Managed Identity provides an identity for applications to use when connecting to resources.In this episode, Varun joins Christos to show us how us how to use managed identity along with the Azure...
View ArticleC# Language Highlights: Property Pattern Matching
In this quick video, Cecil and David show us how property pattern matching works. Useful LinksPattern MatchingA Tour of C#What's new in C# 9
View ArticleC# Language Highlights: Tuple Pattern Matching
In this quick video, Cecil and David show us how property tuple matching works. Useful LinksPattern MatchingA Tour of C#What's new in C# 9
View ArticleSupporting VB.NET in .NET 5
In this episode, Rich is joined by Merrie and Klaus who walk us through some of the new capabilities available for VB .NET developers building WinForms applications[01:10] - What’s the relationship...
View ArticleC# Language Highlights: Ranges
In this short video, Jasmine and Leslie teach us about Ranges in C# Useful LinksRangesRanges and Indices.NET Videos
View ArticleC# Language Highlights: Exception Filters
In this quick video, Leslie and Cecil teach us how to use exception filters in our applications. Useful LinksException HandlingUse user-filtered exception handlers
View Article