Learn the Builder Design Pattern, when to use and how to implement it.
Learn the Adapter Design Pattern, when to use and how to implement it.
Learn the Factory pattern, when you should use it and how to implement it.
Learn the Factory Method pattern, when you should use it and how to implement it.
Learn the Abstract Factory pattern, when you should use it and how to implement it.
Increase readability and productivity of your code by learning these top C#9.0 features.
Learn how to use Strategy, Visitor, Template and Iterator patterns in order to solve a more generic problem of the original Problem-17 in Project Euler
In the Project Euler problem we have to calculate the maximum product of 4 adjacent numbers in a matrix 20×20. By adjacent we mean continuous numbers (side by…
Learn how to use Flags in .NET with C#. Store multiple states in one enumeration object and take advantage of bitwise operations.
A Complete tutorial of how we can apply server & client-side validation for MVC and Razor Pages with localization and custom attributes.