Simple Data Access Layer
问题 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 LINQ to SQL for various reasons. I want to build upon this and create our own in-house ORM, again for various reasons. In the past I've always had the Data Access Layer already built so was never involved in building.... 回答1: Here is a complete list: ORM tools ".Net" ADO.NET Entity Framework, Microsoft’s ORM (released