Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 822 Bytes

File metadata and controls

14 lines (11 loc) · 822 Bytes

.NET Core

IDENTIFYING SOFTWARE PERFORMANCE BOTTLENECKS ON THE .NET PLATFORM

Abstract: the article reviews the way to improve the efficiency of the application by analyzing the performance of the program's source code and describes the related aspects of the analysis. The article also provides an example of the program and its optimization. The program code used in the article follows the principle of open source code and is placed in the public domain. Keywords: performance, software, efficiency, analysis, source code

What is it?

This repository was created for store code examples for scientific publications.