Trying to figure out what project preset type is best for deploying my project.
Could use some tips; I'm looking at deploying a project at work towards a Linux server. i currently have an ASP.NET Web API project (for the backend) and i've got an MVC project for the Frontend.
I've been recommended to use a Blazor app for the frontend; Which makes me wonder if it's generally considered good practice to place both the Front and Backend into the same Project for easier deployment? Or should i keep them separated in their own projects under the same Solution?
I've been recommended to use a Blazor app for the frontend; Which makes me wonder if it's generally considered good practice to place both the Front and Backend into the same Project for easier deployment? Or should i keep them separated in their own projects under the same Solution?