Hands On Design Patterns With C And .NET Core Save

Hands-On Design Patterns with C# and .NET Core, published by Packt

Project README

Hands-On Design Patterns with C# and .NET Core

coverpage

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

What is this book about?

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!

https://www.packtpub.com/

Instructions and Navigations

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).

Software and Hardware List

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.

Get to Know the Author

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.

Other books by the authors

Suggestions and Feedback

Click here if you have any feedback or suggestions.

Download a free PDF

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.

https://packt.link/free-ebook/9781789133646

Open Source Agenda is not affiliated with "Hands On Design Patterns With C And .NET Core" Project. README Source: PacktPublishing/Hands-On-Design-Patterns-with-C-and-.NET-Core
Stars
158
Open Issues
26
Last Commit
1 year ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating