I love using LINQ (to EF to SQL). It takes care the plumbing of getting data out of the database. But there was one case where I had to swap it out for using a stored procedure. The Setup There…
I love using LINQ (to EF to SQL). It takes care the plumbing of getting data out of the database. But there was one case where I had to swap it out for using a stored procedure. The Setup There…
I am working on a ticket where I have to augment data returned from an external system with some local overrides, without adversely affecting performance. Running the screen, it seemed a bit tardy to begin with. So I pulled out…