If you were setting up a brand new .NET Web API project. What folder structure / classes would you create to start with?
Assume you need to connect to a database and map fields, and it is just a backend with no View
If you were setting up a brand new .NET Web API project. What folder structure / classes would you create to start with?
Assume you need to connect to a database and map fields, and it is just a backend with no View