Nirav ParmarinDev GeniusMethod Overloading and Overriding in C#: Unlocking the Power of Polymorphism 🚀🔧Explore the world of C# Method Overloading and Overriding! Master flexible and expressive coding with examples and expert insights. Happy…Jul 1, 2023
Mohammad Shoebin.Net ProgrammingC# Best Practices and Code Review ChecklistIn this blog, I am going to share some of the best practices for C# code review. Some of the code review guidelines are independent of any…Aug 11, 20202
YogeshKumar Hadiyain.Net ProgrammingCount Total Letters, Digits And Special Characters From String In C#IntroductionMay 13, 2021May 13, 2021
Stefan SchranzinCodeXAll the ways you can use switch in C# todayWith all the changes to the switch statement in the last C# versions, it’s hard to keep up. In this post, I assembled all usages possible!Jun 24, 2021Jun 24, 2021
Nirav ParmarinDev GeniusMethod Overloading and Overriding in C#: Unlocking the Power of Polymorphism 🚀🔧Explore the world of C# Method Overloading and Overriding! Master flexible and expressive coding with examples and expert insights. Happy…Jul 1, 2023
Mohammad Shoebin.Net ProgrammingC# Best Practices and Code Review ChecklistIn this blog, I am going to share some of the best practices for C# code review. Some of the code review guidelines are independent of any…Aug 11, 20202
YogeshKumar Hadiyain.Net ProgrammingCount Total Letters, Digits And Special Characters From String In C#IntroductionMay 13, 2021
Stefan SchranzinCodeXAll the ways you can use switch in C# todayWith all the changes to the switch statement in the last C# versions, it’s hard to keep up. In this post, I assembled all usages possible!Jun 24, 2021
Antão AlmadaHow to use Span<T> and Memory<T>NOTE: I highly suggest to also check how to use System.Threading.Channels. It’s a feature introduced after this article was published and…Mar 12, 20181
Mohammad ShoebC# Performance Pitfall — common coding blocks to be avoidedPerformance is paramount when doing programming, and some time not handling memory and being cautious to using correct programming…Aug 8, 2020
Antão AlmadaSlicing managed arrays using Span<T>My previous articles on Span<T> explained how it can be used for handling all types of memory allocations and for p/invoking native code. I…Apr 6, 2018