This is a quick overview of C# concepts for interview preparations. .NET (Framework, Core) and C# .Net Framework is a framework created by Microsoft to... Read More
Five separate principles come together to define the SOLID principles. S stands for the Single Responsibility principle. O stands for the Open Close principle. L... Read More
Classes, Interfaces and concepts such as encapsulation, abstraction, inheritance and polymorphism – it all started with what really is object oriented programming. Our body at... Read More