SOLID Principles by Robert C. Martin (with C# Examples & Simple Use Cases) SOLID is a set of five design principles created by Robert C. Martin (Uncle Bob) to help developers write clean, ma…
Component Principles by Robert C. Martin with C# Examples Introduction Robert C. Martin, also known as Uncle Bob , introduced several principles for designing software…
Architecture – The Lost Years by Robert C. Martin What Are "The Lost Years"? In his iconic talk "Architecture: The Lost Years" , Robert C. Martin (…
Functional Programming – The Failure of State by Robert C. Martin What Is Functional Programming? Functional Programming (FP) is a programming paradigm where computat…
Test Driven Development by Robert C. Martin What Is Test Driven Development (TDD)? Test Driven Development (TDD) is a core practice of agile software development wher…
Clean Code: Functions Explained by Robert C. Martin What Is Clean Code? Clean code is code that is easy to read, simple to maintain, and robust against bugs. …
Copyright (c) 2020 Asp Jet All Right Reserved