How to Check the Version of C# Today in this article, we shall see how to check which version of C# your Application is using....
Continue ReadingC# Read file as Key value Dictionary pair
C# Read file as Key value Dictionary pair Today in this article, we will see how to Read files as Key value Dictionary pairs using...
Continue ReadingDifferences IndexOutOfRangeException and ArgumentOutOfRangeException
IndexOutOfRangeException and ArgumentOutOfRangeException are exceptions in C# with distinct purposes and use cases. IndexOutOfRangeException is specific to arrays and collections, indicating attempts to access elements...
Continue ReadingServiceFilter and TypeFilter differences in .NET
ServiceFilter and TypeFilter differences in .NET Today in this article, we will understand ServiceFilter and TypeFilter differences in .NET. In .NET Core, both ServiceFilter and...
Continue Reading