Boilerplate icon indicating copy to clipboard operation
Boilerplate copied to clipboard

Clean Architecture Solution Template for ASP.NET Core 5.0. Built with Onion/Hexagonal Architecture and incorporates the most essential Packages your projects will ever need. Includes both WebApi and W...

Results 26 Boilerplate issues
Sort by recently updated
recently updated
newest added

I'm suggesting that you change the a:href link inside the the delete forms ``` Delete```with a submit button ``` Delete```, because what we have now does show the confirm dialog...

**Is your feature request related to a problem? Please describe.** You have a webApi and an MVC project, how about a Razor Page project?

Removed the static files from wwwroot/lib and added the client side library manager

UserRoleController and PermissionController- no error messages as well

Hi, I think one of the benefits of the Hexagonal architecture is that the business logics is in only one place.... the "Domain" layer. I think it would be nice...