|
Code Refactoring |
Code refactoring is the process of restructuring existing code without changing its functionality. Refactoring makes the code more maintainable, extensible and readable. You can perform a few common refactoring tasks using Edit > Refactor menu of Visual Studio. |
Posted On : 10 Jul 2017 |
|
SOLID Principles |
SOLID is a mnemonic acronym for the first five principles of object oriented design recommended by Robert C. Martin. The other five principles are about packaging software components. |
Posted On : 07 Jul 2017 |
|