-
Book Overview & Buying
-
Table Of Contents
Software Architecture with C# 9 and .NET 5 - Second Edition
By :
Design patterns can be defined as ready-to-use architectural solutions for common problems you encounter during software development. They are essential for understanding the .NET Core architecture and useful for solving ordinary problems that we face when designing any piece of software. In this chapter, we will look at the implementation of some design patterns. It is worth mentioning that this book does not explain all the known patterns we can use. The focus here is to explain the importance of studying and applying them.
In this chapter, we will cover the following topics:
By the end of this chapter, you will have learned about some of the use cases from WWTravelClub that you can implement with design patterns.