Back to results
Cover image for book Clean Architecture with .NET

Clean Architecture with .NET

By:Dino Esposito
Publisher:Pearson Technology Group
Print ISBN:9780138203283
eText ISBN:9780138203429
Edition:1
Copyright:2024
Format:Reflowable

eBook Features

Instant Access

Purchase and read your book immediately

Read Offline

Access your eTextbook anytime and anywhere

Study Tools

Built-in study tools like highlights and more

Read Aloud

Listen and follow along as Bookshelf reads to you

Understand what to do at any point in developing a clean .NET architecture. Master advanced .NET techniques with a focus on delivering actual value through a modular, clean architecture. Microsoft Data Platform MVP Dino Esposito explains key clean architecture concepts with a mix of pragmatism and design discipline, helping you solidify your knowledge through a real-world project.

Starting with an explanation of the quest for modular software architecture and continuing through the methodology of domain-driven design (DDD), Esposito emphasizes the role that modularization plays in managing complexity in software development. Breaking down the layers of a modular and maintainable architecture, he presents a sample project that is not simply another to-do list but an actual tool for the reader. Ultimately, he explores common dilemmas for both developers and operations by connecting historical developments with real solutions for today.

Key Learnings from Dino Esposito:

  • Understand the relevance of modular software architecture in the history of software
  • Review domain-driven design concepts—both strategic and practical
  • Apply modular analysis techniques to your development
  • Make the most of layered architecture that is modular and maintainable
  • Explore in detail the individual layers: presentation, application, domain, and infrastructure
  • Understand domain services to separate raw persistence from persistence-related business tasks
  • Learn C# best practices for modeling classes from real-world entities
  • Understand the benefits of microservices versus modular monoliths
  • Analyze technical shortcuts versus long-term technical investment
  • Address common deployment dilemmas, including client-side and server-side considerations
  • Set up your architecture, test your conclusions, and find additional resources for help