C# Language Highlights: String Interpolation
In this video, James and Maira explain how string interpolation works in C#.Useful LinksString Interpolation (C# reference)String Interpolation in C#String Interpolation interactive tutorialTake your...
View ArticleFeature flags with .NET and Azure App Configuration
In this episode, Scott Addie joins Christos Matskas to discuss feature management in .NET apps. An ASP.NET Core 5.0 Blazor Server app is used to demonstrate the following concepts:Integrating the...
View ArticleC# Language Highlights: Nullable Reference Types
Learn about the benefits of Nullable Reference types from Leslie https://twitter.com/lyrichardson01 and Matt https://twitter.com/CodeMillMatt in this short video. Useful LinksNullable Reference...
View ArticleWorking with Azure AD B2C in ASP.NET
Azure AD B2C enables your applications to authenticate to social accounts and enterprise accounts using open standard protocols.In this episode, Christos get together with our friend JP to show us how...
View ArticleGetting started with Azure Static Web Apps
Azure Static Web apps makes it easier for developers to build and deploy their static apps to the cloud.In this episode, Anthony Chu joins the show to talk to us about some of the benefits of using...
View ArticleC# Language Highlights: Null Coalescing Operator
The null coalescing operator in C# is a really handy feature. Learn how it works in this short video from James and Maira Useful Links?? and ??= operators (C# reference)First steps with C#
View ArticleC# Language Highlights: Using Declarations
Learn about the “using declarations” feature in C# from Matt and Maira.Useful Links:What’s new in C# 8.0First steps with C#
View ArticleWhat's New in .NET for Apache Spark v1.1.1
.NET for Apache Spark empowers .NET developers to participate in the world of big data analytics. In this episode, Jeremy chats with Michael Rys to discuss some of the new features and capabilities...
View ArticleDiagnosing thread pool exhaustion issues in .NET Core apps
In this episode, Software Engineer, Mike Rousos, joins Rich to go through some ways to diagnose thread pool exhaustion in your .NET apps. Mike discusses and demos a collection of .NET CLI tools and...
View ArticleC# Language Highlights: Null Coalescing Assignment
Learn about Null Coalescing Assignment in short video from James and Maira. Useful Links?? and ??= operators (C# reference)Nullable Reference typesUnderstanding Nullable Reference TypesFirst steps with...
View ArticleC# Language Highlights: Positional Pattern Matching
In this quick video, Cecil and David walk us through positional pattern matching works.Pattern Matching https://docs.microsoft.com/dotnet/csharp/pattern-matching?WT.mc_id=dotnet-00000-dapineA Tour of...
View ArticleC# Language Highlights: Exhaustive case guards
In this short video, with learn how Exhaustive case guards work with pattern matching in C# from Cecil and David.Useful LinksPattern MatchingA Tour of C# What's new in C# 9 First steps with C#
View ArticleC# Language Highlights: ValueTask
In this short video, Brandon and Jasmine walk us through the use of ValueTask in C#. Useful LinksUnderstanding the Whys, Whats, and Whens of ValueTaskUnderstanding how to use Task and...
View ArticleC# Highlights: Immutable Collections
In this short video, you'll learn about Immutable collections from Leslie and Brandon.Useful LinksImmutable collections ready for prime timeImmutable Collections in MSDN MagazineFirst steps with C#.NET...
View ArticleC# Language Highlights: The "in" Parameter Modifier
In just a few minutes, we’ll learn about the "in" Parameter Modifier with Brandon and Jayme Useful LinksThe ‘in’-modifier and the readonly structs in C#in parameter modifier (C# Reference)First steps...
View ArticleC# Language Highlights: Properties
Properties in C# is such a fundamental feature. We’ll learn all about them in this short video from James and Jayme Useful LinksProperties (C# Programming Guide)Properties (C# Concepts)First steps...
View ArticleUsing SignalR in your Blazor applications
In this episode, David Pine joins Jeremy to show off this chat bot enabled demo that's powered by Blazor WASM and SignalR[00:00] - Start[01:09] - Why is SignalR and Blazor interesting together?[05:00]...
View ArticleC# Language Highlights: Deconstructing Non-tuple Types
In this short video, David and Kendra diving into the deconstruction of non-tuple types. Useful LinksDeconstructing tuples and other typesCreating record typesTuple types.NET Videos
View ArticleDiagnosing memory leaks in .NET apps
In this episode, Software Engineer, Mike Rousos, joins Rich to show can we can use tools like dotnet-dump and Visual Studio to diagnose memory leaks in our .NET applications, even if they're running on...
View ArticleUsing the Console Log formatter
In this episode we’re joined by Maryam Ariyan, one of the Software Engineers that works on the Logging extensions for .NET. Maryam talks to us about some of the new enchantments that her team have been...
View ArticleAccepting online payments with Stripe
Stripe is a great service that makes it easy for developers to accept payments and send payouts globally.In this episode we’re joined by Stripe Developer Advocate, CJ Avilla, who shows us how to enable...
View ArticleExploring the .NET Table Storage SDK
In this episode, Software Engineer, Christopher Scott, join Jeremy to talk about the new Table Storage SDK for .NET.[00:00] - Intro[01:45] - When do I use Table Storage?[02:32] - What are the...
View ArticleBuilding a custom checkout form with Stripe Elements
Stripe elements provide prebuilt UI components that enable developers to create beautiful checkout flows for your applications. In this episode, CJ Avilla does on to show us how to integrate Stripe...
View ArticleHigh CPU Usage with .NET Counters
Investigating high cpu usage in your applications can be challenging. Our friend Mike Rousos returns to show us how diagnose our applications using a few tools.[00:00] - Introduction[03:30] -...
View ArticleLarge Object Heap Churn in .NET
Mike Rousos is back again! This time Mike shows us how to inspect and diagnose large Object Heap churn in .NET[00:00] - Introduction[01:36] - What tools can we use to look into performance?[03:35] -...
View Article