Community

Tip 41 – How to execute T-SQL directly against the database

(Alex James) Sometimes you’ll find you need to issue a query or command that the Entity Framework can’t support. In fact this problem is common to most ORMs, which is why so many of them have a backdoor to the database.

Read More - Register for Free Membership