c#
-
Understanding Immutable Objects in C#
The post discusses immutable objects, which are objects whose state cannot change after creation. It highlights their characteristics, including the absence of setters and the use of read-only fields. The benefits of immutable objects include easier reasoning, cache-friendliness, and thread… Continue reading
-
Understanding Object-Oriented Programming: Key Concepts Explained
Learn how the four pillars of OOP work — abstraction, encapsulation, polymorphism, and inheritance — explained in plain language with code samples and practical use cases. Continue reading
-
Hash Algorithm in .NET Core
Let’s explore the basics of hash algorithms such as MD5, SHA-1, SHA-2. And discussing some code samples using C# in the .NET Core library. Continue reading
-
Fix Your Vulnerable Code with The Help of Klocwork Static Code Analyzer
Using Klocwork as your static analyzer and see how it can help you with your C# code projects. Continue reading
-
A Walkthrough C# Attributes
In this article, we’ll explore the world of C# attributes. We’re going to discuss the different types of attributes, some useful ones, how to read and create one and see some weird code examples. Continue reading




