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
Interviews
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
Java
Learn iOS Programming
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
What is the most significant way to store data extracted from a database? a dataset or a collection or a generic?
By
Alok Tomar
in
ADO.NET
on
Oct 31
2008
0
5.1k
2
Post Your Answer
Submit
Nov, 2008
1
Datasets are disconnected data types in ado.net that means they store the whole data which you require in an offline mode ie they can be important only when you want to close existing connection and take the datastore to some other place.There are few applications which have that sort of demands.
Datasets are a little overburden on memory as they keep whole thing inside memory.
Another benifit of using datasets is their easy conversion to XML format
Generic collections or collections cannot be directly used first you have to fetch data either by using Data Reader or Data Sets or any other medium and then you can make a generic list or collection of fetched data.
Linq to sql is also a very important way of tackling such problems where in you can directly query from your application and fetch results in Generic Collections.There are many other advantages of Linq
You can have a look at this article for further information .
http://smallworkarounds.blogspot.com/2008/09/custom-functions-recieving.html
0
Oct, 2008
31
storedprocedure is the best significant way to store the database...
0
Most Popular Job Functions
Developer (2375)
Programmer (1288)
Sr. Developer (826)
Sr. Programmer (449)
Fresher (398)
Tech Lead (376)
DBA (244)
Team Lead (187)
Project Lead (83)
Architect (27)
View All
MOST LIKED QUESTIONS
Why do you want to leave your current company?
What are the advantages of using REST in Web API?
What is ASP.NET Core?
How to iterate through ArrayList in jQuery?
What is the difference between TempData keep() and peek() function?
A class provides a default constructor for me. I write a constructor that takes a string as...
Can multiple catch blocks be executed in a C# program?
what is Sealed class
What were your responsibilities in your previous job ?
What Operating Systems Node.js Supports