One of the most common request we get for Code First is to natively support stored procedures (sprocs). That item is right at the top of our backlog now – but it didn’t make it into EF5. While using sprocs for insert, update and delete really isn’t possible with Code First yet, you can use … Continue reading Code First Stored Procedures with Multiple Results