Answer the question
In order to leave comments, you need to log in
How to make a backend in C# from scratch?
Hello!
As a hobby, I write small games and tools in Unity in C#.
I really want to start making a simple local (not a cloud) backend, if possible, without learning new tools.
As far as I understand, I need to install a DBMS and write a C# application that would serve as a "layer" between the database and my client applications, right?
Please tell me the easiest way to do this: which database to choose, which edge to approach from: how to redirect requests back and forth, work with sockets, that's all.
Ideally, I would very much like guides / lessons, it is possible in English.
Thanks to.
Answer the question
In order to leave comments, you need to log in
Well, since you have C# - then use ASP.NET / ASP.Core, and the database corresponding to this stack.
Goes easy and simple, in general. Look for examples of which REST thread on ASP
There is a good tutorial on metanit for asp.net mvc/core. And if there are no problems with English, then try courses on pluralsight, where you can make a 3-month free subscription.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question