Every .NET web application must use database for data persistence. And to make work easier, almost every project goes with Entity Framework Core as default ORM. Then, at some point, you need faster data access, and EF don't fit the need. What are the next steps? When I