Entries for September 2022
-
Solid Principle’s
The Solid Principles are the principles that allow us to manage most of the software design problems.
These are the basic principles that should be...
Read More >
-
Clean Code Tips and Trick ASP.NET - C#
Naming Conventions
Avoid Using Bad Names - A good variable name allows the code to be used by many developers. The name should reflect what it...
Read More >