Hi,
Earlier, I used ADO.NET code (DAL) after a year, I used SQL Helper file (Microsoft Data Access Application Block) and now I am using Entity Framework (ORM).
My query/Confusion is how can I use a feature like logging, Exception handling which presents in Microsoft Application DLL along with EF?
I hope you understand my question.