Application Infrastructure in .NET for Clean Architecture

Speaker: Florin Coros

Duration: 2-day workshop

This workshop teaches how to design for Long-Term Development in medium to large development teams, aiming for a high-quality codebase that can sustain the complexity and size of large Enterprise Application Systems.

Attendees will learn a Software Design Method focused on code quality through structure. You’ll discover how to create an ‘Application Infrastructure’ — a set of technical components that create a structure in code, which makes it easy to write good code, code which follows the architecture, and at the same time, it makes it hard to write bad code, code that doesn’t follow the architecture.

Through the Application Infrastructure the external frameworks and libraries are isolated from the application code, resulting a Clean Architecture that creates patterns in code, which increase the maintainability, extensibility and reusability.