Sp or Not Sp pt.2
In the first article in this two-part series, we analyzed the difference between copying using EF and copying using a stored procedure. Now, let’s see how much faster the stored procedure is and compare the performance of both approaches: ORM vs SP. Background If you haven’t read the first part of the article yet, I strongly recommend reading it here: Sp or Not Sp. You can find all the code from this article in the GitHub repository here: pavelgelver.com-articles/sp-or-not-sp-pt2. ...