Dapper vs Entity Framework
After two decades in software engineering, I’ve seen a fair number of ORMs come and go, and I’ve worked with everything from ADO.NET to Entity Framework. Lately, I’ve been spending …
After two decades in software engineering, I’ve seen a fair number of ORMs come and go, and I’ve worked with everything from ADO.NET to Entity Framework. Lately, I’ve been spending …
Performance tuning is usually focused on the database because many problems will manifest there, although some of the problems are not caused there. We will begin by analyzing the presentation …
As software engineers who have experience with databases and application languages, we are often asked to troubleshoot difficult performance problems. Most of those problems present in the database, and in …