Resources for BE development with EF
Greetings, dear devs,
I am a FE developer mainly with Angular and want to start learning BE development, but my attempts at finding a good course have been in vein. Could you please suggest something for me to start with and build upon?
Thank you in advance!
3 Replies
you can have a look through some of the articles under here https://learn.microsoft.com/en-us/aspnet/core/fundamentals/apis?view=aspnetcore-9.0
APIs overview
Learn about differences between controller-based APIs and minimal APIs.
also $helloaspnet for general C# web development
Get started with ASP.NET Core
A short tutorial using the .NET CLI to create and run a basic Hello World app using ASP.NET Core.