The SOLID Principles are used to generate clean, easy to read and maintain code. Here are some useful tips when writing your code: 10: Avoid Regions 9: Use Exceptions For ErrorsĀ …
Paradigms
Overview Programming paradigms are different approaches to solving problems and designing software. They provide a framework for organizing code, solving problems, and making decisions about how to …
C# Basics
C# Foundation Overview C# (pronounced "C-sharp") is a modern, object-oriented programming language developed by Microsoft as part of its .NET (dotnet) initiative. It was first released in 2000 …