1

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.

1
  • 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. Commented Sep 21, 2010 at 14:31

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

1 Comment

I really like this article, it describes a whole architecture step by step. This article is also available for .net 2.0.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.