C#C
C#2y ago
Sun

Basic project structure for api/frontend

I've a small project I wanna build, but it'll need a frontend and a backend.
I'd like to learn some Blazor, so I'll use that as Frontend and normal asp.net w/controllers for backend.

I'm kinda stuck on project naming and organization though, do I use something like clean architecture, even if my project is way too small for that or do I just use like a *.Api, *.Blazor and *.Common?
What should be the recommended there to keep it simple as much as possible?
Was this page helpful?