Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a potential project where I would be working on developing the "Data Access Layer" of a reporting application using ADO.Net and LINQToSQL.

I have not specifically worked on a Data Access Layer project (middle tier), so I was wondering if anyone here could provide a sample / example / resource, where I can get an idea of what the project entails.

share|improve this question
If you are just starting the project you should probably use the Entity Framework instead of LINQtoSQL. EF is more future-proofed, LinqToSql was just a temporary solution until the EF was ready for primetime. – Richard Hein Sep 21 '10 at 14:31

1 Answer

up vote 1 down vote accepted

Hi take a look at this really good article:

http://imar.spaanjaars.com/476/n-layered-web-applications-with-aspnet-35-part-1-general-introduction

share|improve this answer
Thanks, thats very helpful !! – user279521 Sep 21 '10 at 14:13
I really like this article, it describes a whole architecture step by step. This article is also available for .net 2.0. – MUG4N Sep 21 '10 at 14:30

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.