First post:
aloysius wrote: I'm looking at Entity Framework (EF) for building my Data Access Layer as it seems promising with the requirement I have. My requirement is to use stored procedures (for get, add, update,...
Latest post:
Pranav wrote: There is a feature called ModificationFunctions which allow you would use your own stored procs that map to InsertFunction, DeleteFunction and UpdateFunction. This way your entities are s...