2
I have here with me some questions about developing applications in . NET Core using Visual Studio Code:
- How a base project is created, such as a "Blank Solution", as in Visual Studio?
- How is the organization of a . NET Core project that follows some or all of the concepts of DDD. How is this division done, by DLL’s ?
- Returning to the first question, it is necessary to create a blank solution so that we can better organize the project ?
Speaks Nicolas, thank you so much for responding. I will test right now!
– user63886
Nicolas, I tested it here and I think I managed to do everything right. Something else. Is it normal to have the solution last in the project ? : https://imgur.com/7lAFUsn
– user63886
Hiroyuki, this is normal, because VS code sorts through the folders and then the files, you can change this sort. Inside VS Code, in your settings, look for "explorer.sortorder", you can leave the Files First property enabled, with this your *.sln will be before the folders. Behold ref
– Nícolas Tarzia