Posted:
Sunday, April 27, 2008 10:20 PM
by
Barry Gervin |
Filed under: ADO.NET, SQL, C#, Services, TechEd, Home, Newsletter, Architecture, VS2008, Entity Framework
So the million dollar question is: Does the Entity Framework replace the need for a Data Access Layer? If not, what should my Data Access Layer look like if I want to take advantage of the Entity Framework? In this multi-part series, I hope to explore
Read More...
Posted:
Friday, May 27, 2005 4:18 PM
by
Barry Gervin |
Filed under: ADO.NET, SQL, VS2003, C#, VB.NET, Services, WCF, Home, Newsletter, Architecture
Do you consider your database as a service? It's worthwhile to review the tenents of a service oriented architecture . The first two tenents above are probably the most relevant to my question. If you do all of your data access through stored procedures,
Read More...
Scott Hanselman does a nice 30 second intro into layered design. If any of this is new to you, run quickly to read this . Scott does a quick bash at Datasets (although doesn't say why) and in my new role as DataSet boy I have to disagree with him and
Read More...