✅ map structure for my exercises
Yo guys, i try to make a map structure for all my exercises i get from my course but i dont know how it works. I did it before with python but that is lot different than with c#. Does anyone of you can help me fix this so i can work organized. I use visual studio code.
16 Replies
what is a "map structure"?
Like, your own
Dictionary<TKey, TValue>
?i mean folder structure sorry
so just create folders there for your code
i want to have a folder like week01 with all my exercises
One solution - multiple projects
i tried it once but i got errors dont know why
that is probably the easiest solution
Will be easier to handle in VS 2022 btw, with VS Code you'll have to use the CLI to manually add new projects to the solution, IIRC
how does it work in vs 2022
just buttons?
Right-click the solution —> new —> project
okay i will try
if you have the choice between vsc and vs, use vs
it's easier as a beginner
I will try
Vs
I think i can use it
!close
Closed!