Articles tagged .NET

CRUD Repository for Web API (SQL server)

  • Reading time:274 mins read

In today's lesson we will continue developing backend Web API and our goal is database access. We will be creating CRUD API entry points handling GET, POST, PUT and DELETE…

Backend Web API with C# – step by step tutorial

  • Reading time:81 mins read

The question of choosing a language for server backend logic is one of the most important question for almost every developer, especially for a beginner.At the moment there are already…