Skip to content

EduardSilantiev/Speed-up-ASP.NET-Core-WEB-API-app-Part1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speed up ASP.NET Core WEB API application. Part 1

Creating a test RESTful WEB API application.

The article is divided into three parts:

Part 1. Creating a test RESTful WEB API application: https://github.com/EduardSilantiev/Speed-up-ASP.NET-Core-WEB-API-app-Part1
Part 2. Using various approaches to increase the application's productivity: https://github.com/EduardSilantiev/Speed-up-ASP.NET-Core-WEB-API-app-Part2
Part 3. Deep refactoring and refinement of ASP.NET Core WEB API application code: https://github.com/EduardSilantiev/Speed-up-ASP.NET-Core-WEB-API-app-Part3

In Part 1 we will create an asynchronous RESTful WEB API service that be able to search products in a database and get price lists of different suppliers for the particular product.

Documentation for Part.1
/SpeedUpCoreAPIExample/Docs/Speed up ASP.NET API app.Part1.pdf

SQL code for Part.1
/SpeedUpCoreAPIExample/SQL/

Articles at Codeproject
https://www.codeproject.com/Articles/1260600/Speed-Up-ASP-NET-Core-WEB-API-Application-Part-1
https://www.codeproject.com/Articles/1261345/Speed-up-ASP-NET-Core-WEB-API-application-Part-2
https://www.codeproject.com/Articles/4049519/Speed-up-ASP-NET-Core-WEB-API-application-Part-3

About

Speed up ASP.NET Core WEB API application. Part 1. Creating a RESTful WEB API service using Asynchronous design pattern.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published