I am pleased to announce the new release (v2023.6.2.1) of Spargine on February 3rd, 2023, my open-source projects, and NuGet packages for .NET 6 & 7. I have added new classes, methods, benchmarks, and unit tests!
Category: .NET Core
Rockin’ the Code World: Special Guest Milan Jovanović
Join me on Saturday, March 18th, 2023, at 10:00 PST on C# Corner for show #76 where, for the first time, my special guest will be Milan Jovanović, Software Architect, and Content Creator. Don't miss this episode!
Rockin’ the Code World: Special Guest Khalid Abuhakmeh
Join me on Saturday, February 18th, 2023 at 10:00 PST on C# Corner for show #74 where, for the second time, my special guest will be Khalid Abuhakmeh, JetBrains Developer Advocate. Don't miss this episode!
Rockin’ the Code World: Special Guest Clark Sell
Join me on Saturday, February 11th, 2023 at 10:00 PST on C# Corner for show #73 where, for the first time, my special guest will be Clark Sell, Found & Practitioner, THAT & Unspecified. Don't miss this episode!
Rockin’ the Code World: Special Guest Mark Brown
Join me on Saturday, January 21st, 2023 at 10:00 PST on C# Corner for show #72 where my special guest will be Mark Brown, Principal Program Manager at Microsoft for Cosmos DB. Don't miss this episode to learn everything new and exciting about CosmosDB!
Rock Your Code: Code & App Performance for Microsoft.NET – 3rd Edition
I am announcing the 3rd edition of my book titled Rock Your Code: Code & App Performance for Microsoft .NET, now available on Amazon. I worked on this book for a big chunk of 2022 so I hope that you and your team will find it useful.
Rockin’ the Code World: Special Guest Shay Rojansky
Join me on Saturday, December 10th, 2022 at 10:00 PST on C# Corner for show #70 where my special guest will be Shay Rojansky, Principal Software Engineer at Microsoft. Don't miss this episode, you will want to hear what he has to share.
Rockin’ the Code World: Special Guest Stephen Toub
Join me on Saturday, October 22h, 2022 at 10:00 PST on C# Corner for show #68 where my very special guest will be Stephen Toub, Partner Software Engineer @ Microsoft. I have been trying to get Stephen on the show since it started so I hope that you will enjoy our pre-recorded episode (since I will be recovering from my India trip).
Collection Performance: Processing Collections with Parallel.For() and Parallel.ForEach()
Since .NET 4.0, under the System.Threading.Tasks namespace, processing of collections can be sped up by using Parallel.For() and Parallel.ForEach(). These methods operate with thread-local data that runs in parallel. Both are easy to use and come with different options. This article shows you how to use these methods along with benchmark results.
Collection Performance: Using Immutable Sorted Collections
There are two immutable sorted collections, and they are ImmutableSortedDictionary and ImmutableSortedSet. This article shows which is more performant.
You must be logged in to post a comment.