Serviceeinschränkungen vom 12.-22.02.2026 - weitere Infos auf der UB-Homepage

Treffer: Comparison of ASP.NET Core and Spring Boot ecosystems

Title:
Comparison of ASP.NET Core and Spring Boot ecosystems
Source:
Journal of Computer Sciences Institute; Vol. 22 (2022); 40-45 ; Journal of Computer Sciences Institute; Tom 22 (2022); 40-45 ; 2544-0764
Publisher Information:
Lublin University of Technology
Publication Year:
2022
Collection:
Lublin University of Technology Journals
Document Type:
Fachzeitschrift article in journal/newspaper
File Description:
application/pdf
Language:
English
Rights:
Copyright (c) 2022 Teofil Rozaliuk, Petro Kopyl, Jakub Smołka ; https://creativecommons.org/licenses/by-sa/4.0
Accession Number:
edsbas.B1AC1C29
Database:
BASE

Weitere Informationen

The article describes a comparative analysis of the ASP.NET Core and Spring Boot framework ecosystems. The research was carried out on the basis of implemented two applications with identical functionality, which use the PostgreSQL database engine. In the implementation of the application, appropriate ORM tools were used to perform database operations, ie Spring Data and Entity Framework Core, technologies enabling the implementation of authentication and authorization (Spring Security and ASP.NET Core Identity) and several additional libraries that simplify the entire process of building the application. The criteria of comparison were the ease and intuitiveness of a given tool in the implementation of the application, the offered possibilities of the tools implementing authentication and authorization mechanisms, the efficiency of database operations, the general structure of the application and basic code metrics. Based on the research, it was found that Spring Data technology is a faster tool than Entity Framework Core, while Spring Security, unlike Asp.Net Core Identity, is less integrated into the framework ecosystem.