Part 3: Building a Blueprint Application with .NET
After a theoretical part and one on the architecture principles, we will now dive deep into the technical aspects of the method by implementing some important parts of the sample information system. We will create some ASP.NET services implementing the API contracts and a graphical user interface that uses them and implements some of the business processes. Since some features have been externalized to bring more industrial-grade quality, we will also show how to interact with these modules in a lowly coupled way. Plugging the services into the Apache Keycloak IAM, using standards such as OAuth and JWT, will of course be an important step, but we will also show electronic document management systems in a standard way and talk about many other external services. Finally, the external execution of business processes will be shown, with both orchestration and choreographic paradigms.
This part has the following chapters:
- Chapter...