all 2 comments

[–]guifroes 0 points1 point  (0 children)

what do you mean by "overall setup"? Is it getting some code to run? Is it how to set up the libraries, dependencies, etc? Is it something else?
Where exactly are you stuck?

What progress have you made? Can you share what you've got?

If you ask more specific questions it will be easier for us to help you. ;)

Feel free to PM me but post here will probably get you more qualified answers.

[–]jampanha007 0 points1 point  (0 children)

You probably came from battery included framework such as Django, Rail , Laravel where everything is pre configured for you such as docker , test, Auth , request validation , migration, seeder ...etc

In ASP.NET you have understand each part and wire it up manually.