You may ever find the Entity Framework does not use sp_executesql to execute in .Net 4.0. However, the sp_executesql works to use cached plans to get more performance. Then, what does it happen when Entity Framework does not use sp_executesql and how to fix it? Well, let’s find out about
Continue readingEntity Framework sp_executesql Parameter Sniffing