TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Jaydeep Gaikwad
NA
2
0
Need help for implementing DAL in a 3-Tier Application
Feb 16 2009 11:53 PM
Hi All,
I am working on
a 3-Tier Application using ASP.NET.
While implementing DAL I have 3options in front of me;
1. Generic DAL
2. DAL with separate classes for each operation sets.
3. DAL with Retrieve, Update, Insert and Delete classes.
The database will be only on SQL server 2005 and DAL will be accessed from the Web service.
So any one help me to chose the best option among these to implement DAL.
Thanks.
Reply
Answers (
2
)
Do more with less
A very basic question about the way exceptions are integrated with the GUI.