Saved searches

Use saved searches to filter your results more quickly

Cancel Create saved search Sign up Reseting focus

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Implementing Design Patterns in C# 11 and .NET 7 - 2nd Edition, by BPB Publications

License

Notifications You must be signed in to change notification settings

bpbpublications/Implementing-Design-Patterns-in-C-Sharp-11-and-.NET-7-2nd-Edition

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Go to file

Folders and files

Last commit message Last commit date

Latest commit

History

View all files

Repository files navigation

Implementing Design Patterns in C# 11 and .NET 7 - 2nd Edition

Unlock the potential of design patterns to write better code in C# 11 and .NET 7 This is the repository for Implementing Design Patterns in C# 11 and .NET 7 - 2nd Edition ,published by BPB Publications.

About the Book

This book is a complete guide to design patterns and object-oriented programming (OOP) in C# and .NET. It covers everything from the basics of C# and Visual Studio to advanced topics like software architecture and best coding practices, including the SOLID principles. The book starts with the basics of C#, .NET, the SOLID principles, and the OOP paradigm. Then, it introduces widely-used design patterns with hands-on examples in C# and .NET. These examples include real-world scenarios and step-by-step instructions. In addition, the book provides an overview of advanced features in the .NET ecosystem, insights into current market solutions for software strategy, and guidance on when to use a design pattern-centric approach. The book concludes with valuable recommendations and best practices for .NET applications, especially when using design patterns.

What You Will Learn

• Learn how to use the Singleton pattern to ensure that only one instance of a class exists in your application. • Learn how to use the Prototype pattern to create new objects by copying existing objects. • Learn how to use the Factory Method pattern to create objects without specifying their concrete classes. • Learn how to use the Adapter pattern to make incompatible interfaces work together. • Learn how to use the Proxy pattern to control access to objects. • Learn how to use the Strategy pattern to encapsulate algorithms.