-
Book Overview & Buying
-
Table Of Contents
Enterprise Architecture with .NET
By :
Enterprise Architecture with .NET
By:
Overview of this book
The software development domain continues to grow exponentially, and information systems have become the backbone of most industries, including non-digital-native ones. However, technical debt, coupling, and a high level of maintenance - sometimes bringing IT systems to a complete halt – continue to present a problem. The software industry has to still apply standards-based, modular, and repeatable approaches that exist in other industries.
This book demonstrates such methods in action, particularly business/IT alignment principles. As you progress, you’ll cover advanced concepts and theories currently researched in academia. Then, you’ll be guided toward a practical framework to transfer these approaches to actual software architecture. Finally, a dedicated section will help you apply the knowledge you gain to a sample application in .NET where API design, dependency management, and code writing will be explained in detail to relate to the business-alignment principles explained at the beginning. Throughout the book, you’ll get equipped with the skills to create modular, long-living applications that serve your users better.
By the end of this .NET book, you’ll not only have learned new concepts but also gained the ability to apply them immediately to your upcoming software endeavors.
Table of Contents (30 chapters)
Preface
Part 1: Business-Aligned Architecture and the Problems It Solves
Chapter 1: The Sad State of Information Systems
Chapter 2: Applying Industrial Principles to Software
Chapter 3: Reaching Business Alignment
Chapter 4: Dealing with Time and Technical Debt
Chapter 5: A Utopic Perfect IT System
Part 2: Architecture Frameworks and Methods
Chapter 6: SOLID Principles, from Code to Systems
Chapter 7: C4 and Other Approaches
Chapter 8: Service Orientation and APIs
Chapter 9: Exploring Domain-Driven Design and Semantics
Chapter 10: Master Data Management
Chapter 11: Business Processes and Low Code
Chapter 12: Externalization of Business Rules
Chapter 13: Externalization of Authorization
Part 3: Building a Blueprint Application with .NET
Chapter 14: Decomposing the Functional Responsibilities
Chapter 15: Plugging Standard External Modules
Chapter 16: Creating a Write-Only Data Referential Service
Chapter 17: Adding Query to the Data Referential Service
Chapter 18: Deploying Data Referential Services
Chapter 19: Designing a Second Data Referential Service
Chapter 20: Creating a Graphical User Interface
Chapter 21: Extending the Interfaces
Chapter 22: Integrating Business Processes
Part 4: Validating the Architecture
Chapter 23: Applying Modifications to the System
Index