This is the code repository for Hands-On Design Patterns with C# and .NET Core, published by Packt.
Write clean and maintainable code by using reusable solution to common software design problems
Hands-On Design Patterns with C# and .NET Core covers all the essential design patterns that help .NET developers build effective applications. The book will add to your skills by showing you how these patterns can be implemented easily in everyday programming, enabling you to develop robust applications with optimal performance.
This book covers the following exciting features:
- Make your code more flexible by applying SOLID principles
- Follow the Test-driven development (TDD) approach in your .NET Core projects
- Get to grips with efficient database migration, data persistence, and testing techniques
- Convert a console application to a web application using the right MVP
- Write asynchronous, multithreaded, and parallel code
- Implement MVVM and work with RxJS and AngularJS to deal with changes in databases
- Explore the features of microservices, serverless programming, and cloud computing
If you feel this book is for you, get your copy today!
All of the code is organized into folders. For example, Chapter08.
The code will look like the following:
internal class TicketCounter
{
public static void CounterA() => Console.WriteLine("Person A is collecting ticket from Counter A");
public static void CounterB() => Console.WriteLine("Person B is collecting ticket from Counter B");
public static void CounterC() => Console.WriteLine("Person C is collecting ticket from Counter C");
}
Following is what you need for this book: If you have a basic understanding of C# and the .NET Core framework, this book will help you write code that is easy to reuse and maintain with the help of proven design patterns that you can implement in your code.
With the following software and hardware list you can run all code files present in the book (Chapter 1-12).
Chapter | Software required | OS required |
---|---|---|
1-11 | Visual Studio 2017/2019, https://docs.microsoft.com/en-us/visualstudio/releases/2019/system-requirements? | Windows |
6-12 | SQL Server 2008 R2 or later, Supported Operating System | Windows |
We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.
-
Hands-On Domain-Driven Design with .NET Core [Packt] [Amazon]
-
Hands-On Network Programming with C# and .NET Core [Packt] [Amazon]
Gaurav Aroraa has an M.Phil in computer science. He is a Former Microsoft MVP, Alibaba Cloud MVP, certified as a Scrum trainer/coach, XEN, a lifetime member of Computer Society of India (CSI), an advisory member of IndiaMentor, XEN for ITIL-F, and APMG for PRINCE-F and PRINCE-P. Gaurav is an open source developer, a contributor to TechNet Wiki, and the founder of Ovatic Systems Private Limited. In 21+ years of his career, he has mentored thousands of students and industry professionals. You can tweet Gaurav on his Twitter handle @g_arora.
Jeffrey Chilberto is a software consultant specializing in the Microsoft technology stack including Azure, BizTalk, ASP.Net, MVC, WCF and SQL Server with experience in a wide range of industries including banking, telecommunications and health care in New Zealand, Europe, Australia, and the United States. He has a Bachelors of Information and Computer Science, Masters of Computer Science and Engineering.
Click here if you have any feedback or suggestions.
If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.