Clean Architecture with ASP.NET Core by Steve Smith | BRDNUG June 2021

Baton Rouge User Groups

Speaker: Steve Smith (@ardalis)

Bio: Steve Smith (@ardalis) is an entrepreneur and software developer with a passion for building quality software as effectively as possible. Steve has published several courses on Pluralsight, covering DDD, SOLID, design patterns, and software architecture. He’s a Microsoft ASP.NET MVP and Insider, a frequent speaker at developer conferences, an author, and a trainer.

Steve works with companies that want to avoid the trap of technical debt by helping their teams deliver quality software, quickly. Steve and his team have been described by clients as a “force multiplier”, amplifying the value of existing development teams. Steve’s client list includes Microsoft, Quicken Loans, Celina Insurance, and many other satisfied customers.

Topic: Clean Architecture with ASP.NET Core

ASP.NET Core provides better support for clean, testable, maintainable architectures than any of its predecessors. Learn the underlying principles that apply to project/solution organization, how best to arrange your projects to support clean code, and how to refactor existing solutions toward this architecture. Clean architecture is most applicable to applications being built with DDD and/or microservices. Examples will use ASP.NET Core but the principles covered apply to all languages and platforms.