Can anyone suggest a simple Data Access Layer (C# .NET)? Not keen on using the Microsoft Application Data Access block, seems very bloated and overkill. Also don\'t want to use
Check out DbExtensions, you can use it to simplify DAL code, or you can build your own ORM on top.