Skip to content

Implementing design patterns in C# keeps code clean, concise, and easy to maintain. Using design patterns establishes consistency that helps developers build and modify code safely and avoid common architecting problems.

Notifications You must be signed in to change notification settings

ReynaldAdolphe/CSharp-Design-Patterns-Part-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotnet-Prg-Intro

These exercise files accompany my course on C# Design Patterns course on Lynda.com.
Check it out if you have an account. If you don’t have an account, feel free to use this link for a free trial and complete the course. https://www.lynda.com/trial/reynaldadolphe

Details

Implementing design patterns in C# keeps code clean, concise, and easy to maintain. Using design patterns establishes consistency that helps developers build and modify code safely and avoid common architecting problems. Being able to recognize design patterns expedites the process of understanding an existing system. Using design patterns improves code readability and testability, while making it more extensible.

In this course, developer and technologist Reynald Adolphe explains the purpose and effective use of eight design patterns, including six Gang of Four design patterns and two .Net patterns. Gang of Four patterns fall under three categories: structural, creational, and behavioral. Reynald helps you learn about select patterns from each category. He describes each pattern and demonstrates how programmers can leverage them in real-world applications.

Topics include: Factory Method Abstract Factory Singleton pattern Decorator pattern Iterator pattern Observer pattern Repository pattern Unit of Work pattern

About

Implementing design patterns in C# keeps code clean, concise, and easy to maintain. Using design patterns establishes consistency that helps developers build and modify code safely and avoid common architecting problems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published