For my work moving Spargine to .NET 6, I have completely rewritten the Spargine methods to validate method parameters. In this release, these methods have been changed to allow fluent validation.
Category: .NET
Using Async/Await with Disposable Objects
This article will show by example how to dispose of disposable objects when using the async/ await pattern.
Rockin’ The Code World with dotNetDave – Guest: Mika Dumont
Join me live on Saturday, April309th at 10:00 PST on C# Corner Live for show #54 where my guest will be Mika Dumont, Program Manager at Microsoft.
Speed Up Logging in .NET
The team at Microsoft has added another way to do logging that touts that it’s faster than using the old new way (ILogger). In this article, I will discuss the old way of logging and introduce the new LoggerMessage class.
Rockin’ The Code World with dotNetDave – Guest: Byron Tardif
Join me live on Saturday, May 7th at 10:00 PST on C# Corner Live for show #55 where my guest will be Byron Tardif, Principal PM Manager - Azure App Platform.
Rockin’ The Code World with dotNetDave – Guest: Swizec Teller
Join me live on Saturday, March 26th at 10:00 PST on C# Corner Live for show #51 where my guest will be Swizec Teller, Software Engineer.
Rockin’ The Code World with dotNetDave – Guest: Khalid Abuhakmeh
Join me live on Saturday, April 2nd at 10:00 PST on C# Corner Live for show #52 where my guest will be Khalid Abuhakmeh, JetBrains Developer Advocate.
Classes, Structures, and Records, Oh My!
Classes and structures have been the building blocks for creating applications in .NET. In .NET 5, the new record type was introduced. In this article, we will revisit the most important differences between classes and structures since there have been many changes since version 1.0. I will add records into the discussion too. I will also discuss the major performance differences between the three, and there are differences, some big!
Rockin’ The Code World with dotNetDave – Guest: Richard Campbell
Join me live on Saturday, March 5th at 10:00 PST on C# Corner Live for show #50 where my guest will be Richard Campbel, Co-host of .NET Rocks, host of RunAs Radio, chair of the Humanitarian Toolbox charity.
dotNetDave Rocks the Philly Code Camp 2022
The dotNetDave For Those About to Code: Worldwide Tour will be at the Philly Code Camp in Philadelphia, PA on March 4th. I hope you will join me at this meeting.
You must be logged in to post a comment.