-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
ASP.NET Core 9 Essentials
By :
With the emergence of different application structures and needs, different ways of managing data have also been developed. Choosing the right database and interaction methods has a significant impact on application performance, scalability, and maintainability.
Likewise, with the increase in systems complexity, new technologies for manipulating data obtained through DBMSs have also emerged, such as Object-relational mapping (ORM) and micro ORM. Each of the technologies has benefits for certain contexts, and it is important to know them correctly as there are no silver bullets.
The complexity of applications and different data management needs have led to several challenges for companies, such as having suitable performance for managing large amounts of data, which leads to maintainability and scalability challenges.
Along with these variables, keeping the servers running perfectly is expensive. Relational Database...