Skip to content

alexeyzimarev/Hands-On-Domain-Driven-Design-with-.NET-Core

 
 

Repository files navigation

Hands-On Domain-Driven Design with .NET Core

Hands-On Domain-Driven Design with .NET Core

This is the code repository for Hands-On Domain-Driven Design with .NET Core, published by Packt.

Tackling complexity in the heart of software by putting DDD principles into practice

What is this book about?

Developers across the world are rapidly adopting DDD principles to deliver powerful results when writing software that deals with complex business requirements. This book will guide you in involving business stakeholders when choosing the software you are planning to build for them. By figuring out the temporal nature of behavior-driven domain models, you will be able to build leaner, more agile, and modular systems.

This book covers the following exciting features:

  • Discover and resolve domain complexity together with business stakeholders
  • Avoid common pitfalls when creating the domain model
  • Study the concept of Bounded Context and aggregate
  • Design and build temporal models based on behavior and not only data
  • Explore benefits and drawbacks of Event Sourcing Get acquainted with CQRS and to-the-point read models with projections Practice building one-way flow UI with Vue.js Understand how a task-based UI conforms to DDD principles

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, Chapter02.

The code will look like the following:

protected async Task UsingSession(
    Func<IAsyncDocumentSession, Task> operation

Following is what you need for this book: This book is for .NET developers who have an intermediate level understanding of C#, and for those who seek to deliver value, not just write code. Intermediate level of competence in JavaScript will be helpful to follow the UI chapters.

With the following software and hardware list you can run all code files present in the book (Chapter 5-11, 13).

Software and Hardware List

No. Software required OS required
1 JetBrains Rider 2019.1 or higher Windows, Linux, macOS
2 Microsoft Visual Studio Windows, Linux, macOS
3 Docker 18.09.2 or higher Windows, Linux, macOS
4 .NET Core SDK 2.2.203 or higher Windows, Linux, macOS
5 EventStore Windows, Linux, macOS
6 PostgreSQL Windows, Linux, macOS
7 RavenDB Windows, Linux, macOS

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Alexey Zimarev is a software architect with a present focus on domain models, Domain-Driven Design (DDD), event sourcing, message-driven systems and microservices, coaching, and mentoring. Alexey is also a contributor to several open source projects, such as RestSharp and MassTransit, and is the organizer of the DDD Norway meetup.

Suggestions and Feedback

Click here if you have any feedback or suggestions.

About

Hands-On Domain-Driven Design with .NET Core, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 95.7%
  • Vue 3.0%
  • JavaScript 1.2%
  • HTML 0.1%