# Speed-up-ASP.NET-Core-WEB-API-app-Part1 **Repository Path**: holyswords/Speed-up-ASP.NET-Core-WEB-API-app-Part1 ## Basic Information - **Project Name**: Speed-up-ASP.NET-Core-WEB-API-app-Part1 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-08 - **Last Updated**: 2021-07-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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