I am developing .Net Core Web Application in Vs Code. The reason why I use Vs Code is, I am using Macbook Pro. Because of this, I preferred it. In my project I am creating N-Layer architecture. I have created different project in a folder, but not create "sln" project. I have some problems about build all the project same time, I was wondering should i create sln project before create other project ?
Asked
Active
Viewed 123 times
0
-
The order should not make a difference. The child projects should be class projects and the main project should be a project that can be run from windows like a console project or Web application. – jdweng Jan 21 '22 at 15:17
-
Why not use solution? What problems you are facing? Are you able to open all the projects in vs code by opening the main folder where all the projects are located inside sub folders? – Chetan Jan 21 '22 at 15:19
-
You can download [Visual Studio for Mac](https://visualstudio.microsoft.com/vs/mac/) , it should be useful to you. – Jason Pan Jan 24 '22 at 03:20