Day: April 8, 2013

Call a stored procedure using the Entity Framework

I am going to show you how easy is to call a stored procedure using the Entity Framework. First of all you need to create the stored procedure which you want to call (in case it doesn’t already exist), in… Read More ›