User-821857111 posted
It depends on what you mean by Server-side. If you are talking about providing data for a client-hosted app, you should look at Web API, but I don't think there are any .NET Core specific Web API books. Find an MVC Core one that has good coverage of API
controllers.