Quantcast
Channel: On .NET (Audio) - Channel 9
Browsing latest articles
Browse All 68 View Live

Image may be NSFW.
Clik here to view.

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 Article



Image may be NSFW.
Clik here to view.

Feature 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 Article

Image may be NSFW.
Clik here to view.

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

Image may be NSFW.
Clik here to view.

Working 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 Article

Image may be NSFW.
Clik here to view.

Getting 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 Article


Image may be NSFW.
Clik here to view.

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

Image may be NSFW.
Clik here to view.

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

Image may be NSFW.
Clik here to view.

What'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 Article


Image may be NSFW.
Clik here to view.

Diagnosing 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 Article


Image may be NSFW.
Clik here to view.

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

Image may be NSFW.
Clik here to view.

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

Image may be NSFW.
Clik here to view.

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

Image may be NSFW.
Clik here to view.

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


Image may be NSFW.
Clik here to view.

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

Image may be NSFW.
Clik here to view.

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


Image may be NSFW.
Clik here to view.

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

Image may be NSFW.
Clik here to view.

Using 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 Article


Image may be NSFW.
Clik here to view.

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 Article

Image may be NSFW.
Clik here to view.

Diagnosing 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 Article

Image may be NSFW.
Clik here to view.

Using 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 Article

Image may be NSFW.
Clik here to view.

Accepting 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 Article


Image may be NSFW.
Clik here to view.

Exploring 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 Article


Image may be NSFW.
Clik here to view.

Building 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 Article

Image may be NSFW.
Clik here to view.

High 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 Article

Image may be NSFW.
Clik here to view.

Large 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

Browsing latest articles
Browse All 68 View Live




Latest Images