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
james
NA
1.1k
333.7k
Theory Question
Nov 13 2003 8:54 AM
Here is one of those fun conversation starters... I'm looking for differing opinions on programming theory...here is the synopsis... ---------------------- I am building a Web Service to act as the communication liasion between all of our corporate apps and our corporate databases. Would it be more beneficial to: Build one Method to connect to the DB and get each peice of data seperately (reducing the amount of data that gets passes and only returning what is actually needed, but requiring more programming) or Building a few GetAllMYData type methods that return lots of values, whether they are needed or not for the given instance. (which would require less programming and maintenance, but would often contain data I don't need)
Reply
Answers (
2
)
Question of the Day 11-13-03
C# Chat System Job