C# 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