G
G
Georgy Pugachev2020-12-01 12:50:41
API
Georgy Pugachev, 2020-12-01 12:50:41

What to choose for the REST API of the service: .NET Core or .NET 4.5?

Good afternoon,
I'm going to write a REST API service from scratch in C #, the front will be in React, MS SQL database.
For .NET Framework 4.5 there is a Web API, for .NET Core - ASP.NET Core Web API.
Which is better to choose .NET Core or .NET 4.5? and why?
Thanks to.

UPD: It is planned to use the service on both Windows and Azure.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Korotenko, 2020-12-01
@gvpugachev

Take net 5. The choice of net 4.8 is justified only in the case of a terrible legacy code tied to windows. If anything, write to me in a personal I will consult

V
Vasily Bannikov, 2020-12-01
@vabka

Take .NET Core
.NET Framework is legacy.
True, the current version of .net core is .NET 5 (yes, without Core)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question