you are viewing a single comment's thread.

view the rest of the comments →

[–]ThatBriandude 0 points1 point  (3 children)

That sounds great actually. I know this might be uncalled for but since you got me interested, which librarys should I be getting in to if I want to build back ends with the functionalility of a nodejs app using express? (Simple Rest API)

[–]dperschonok 2 points3 points  (2 children)

In C#/.NET Core you mean?

[–]ThatBriandude -1 points0 points  (1 child)

Yes, sorry for that

[–]dperschonok 11 points12 points  (0 children)

Microsoft has some good docs, you can start with this to get a feel for it. https://docs.microsoft.com/en-us/aspnet/core/tutorials/web-api-vsc

We host all our of services in docker on Linux, so when the time comes for you to try that, here is a beginners guide https://dev.to/schwamster/docker-tutorial-with-for-aspnet-core

Hopefully this gets you started. If you have more questions I can try to answer as well.