SOLID Principles in C#
C#

The abbreviation SOLID stands for the five design principles that Robert C. Martin proposed in object-oriented programming. These guidelines are used to create software that is tested and maintained.

Various Linq Methods In C#
C#

LINQ (Language Integrated Query) is a powerful feature in C# that allows developers to query data in a variety of data sources, including arrays, lists, and databases. Here are some common LINQ methods and examples of how they can be used.

Boxing and Unboxing in C#
C#

Boxing is an implicit conversion procedure that changes an object value from a value type (such as an int, char, etc.) to a reference type (such as an object). Unboxing employs an explicit conversion mechanism to transform the reference type (object) to a value type (int, char, etc.).

Subscribe

Select Categories