
Proxy Design Pattern in .NET Core API
A practical guide to the Proxy pattern in C#, covering virtual, remote, protection, and smart proxies with UML and ASP.NET Core usage.

A practical guide to the Proxy pattern in C#, covering virtual, remote, protection, and smart proxies with UML and ASP.NET Core usage.
A beginner-friendly guide to the new VS Code Customizations section: Agents, Skills, Instructions, Hooks, MCP Servers, and Plugins, with when-to-use examples and diagrams.

A practical guide to the Bridge pattern in C#, with abstraction-implementation separation, two key variations, and a full UML diagram.

A practical and beginner-friendly guide to the Composite pattern in C#, with Safe and Transparent variations and UML.

A practical and beginner-friendly guide to the Facade pattern in C#, with simple and layered facade variations for clean API orchestration.

A practical guide to the Decorator pattern in C#, with transparent and semi-transparent decorators plus runtime composition examples.