Contoso University updated to ASP.NET Core
I pushed out a new repository, Contoso University Core, that updated my “how we do MVC” sample app to ASP.NET Core. It’s still on full .NET framework, but I also plan to push out a .NET Core version as well. In this, you can find usages of:
- AutoMapper
- MediatR
- HtmlTags
- FluentValidation
- Repositories <- HAHA just kidding. No repositories here.
- Feature folders
- CQRS
- Vertical slice architecture
- Hybrid server/client-side validation
It uses all of the latest packages I’ve built out for the OSS I use, developed for ASP.NET Core applications. Here’s the Startup, for example:
Still missing are unit/integration tests, that’s next. Enjoy!