ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
What is dataset and uses of dataset ?
 Question Submitted By :: Wgk
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is dataset and uses of dataset ?
Answer
# 1
DATASET:
The dataset is a in-memory representation of data.
DataSet is made up of a collection of DataTable objects. 
It can be considered as a local copy of the relevant 
portions of the database. 
The data is persisted in memory and the data in it can be 
manipulated and updated independent of the database. When 
the use of this dataset is finished, changes can made back 
to the central database for updating. 
The data in dataset can be loaded from any valid 
datasources like Microsoft SQL Server database, an Oracle 
database or a Microsoft Access database.
USES:
1. You normally use datasets to hold results of database 
queries, but you can also create them on the fly and 
populate them programmatically. 
2. The DataSet object has characteristics that make it 
suitable for persisting application settings: It can hold 
hierarchical data in the Tables collection, and you can use 
the WriteXml() method to save the entire dataset into an 
XML file with a simple call: 

ds.WriteXml(strFileName, 
   XmlWriteMode.WriteSchema);
3. We can seperate data layer from presentation layer by 
using class or dataset in .net 2.0.
4. The DataSet in .Net rocks, it provides so much        
functionality for free, that it makes it the prefered data 
transport mechanism between the presentation layer and the 
buisiness layer, when dealing with a pure .Net technology 
stack then DataSet's are the way to go. 
5. DataSet has some powerful XML-related capabilities. For 
example, you can serialize a DataSet into XML through its 
WriteXml() method; conversely, you can populate a DataSet 
from a properly formatted XML stream using the DataSet's 
ReadXml() method.
 
Is This Answer Correct ?    3 Yes 0 No
K.nagavani
 
  Re: What is dataset and uses of dataset ?
Answer
# 2
dataset solved a lot of handling huge amount of data.The
dataset when pointed to stored procedures can be able to
load data of many tables and can be accessed at any instant
any record.
 
Is This Answer Correct ?    1 Yes 0 No
Sathish
 
 
 
  Re: What is dataset and uses of dataset ?
Answer
# 3
1. datasert is connection less in memory representation of 
the data xml represention.
2. once the data load into dataset their is no need to 
maintain the live  connection.
3.once dataset is collection of any no.of datatable 
objects.the information of these table may be taken from 
diff datasource.
4.the dataset updatable
5.the data set will represent the information inthe xml 
format internally
 
Is This Answer Correct ?    0 Yes 1 No
Nagaraj
 
  Re: What is dataset and uses of dataset ?
Answer
# 4
dataset are tow types
typed dataset typeddataset and untypeddataset
typedataset is xml format
untypeddataset is textformat
dataset as any modifications create insert delete insert 
update & edit
dataset like as database
 
Is This Answer Correct ?    0 Yes 0 No
Kavitha
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
How do you add a javascript function for a link button in a datagrid ? Microsoft4
how to pass session value one url to another url.my code if session("user")="abc" then response.redirect("www.abc.com\client\home.aspx") end if. so how to pass value of session in browser url  1
with which controls you worked in Asp.net 2.0? HP2
what is CLR? PrimeLine3
What base class do all Web Forms inherit from?  1
About dataset and data mining ? Cognizent1
How can you change a Master page dynamically in which event of page life cycle? Fulcrum-Logic2
What is boxing and unboxing ? Accenture6
Where can we set the specific variables for a application and Session objects ?  2
What is strong name and which tool is used for this? Accenture3
What is the purpose of the following segment? If ( !IsPostBack) { sqldataAdapter1.Fill (dsusers1); DataGrid1.DataBind (); } a) To populate the DataAdapter the first time the web page id displayed. b) To populate the DataSet every time the web page is displayed. c) To populate the DataAdapter every time the web page is displayed. d)To populate the DataSet the first time the web page is displayed. Syntax-Softtech2
Explain what a diffgram is and a good use for one? Syntax-Softtech1
What is the name of the process the browser uses to find the address of a web server? a) DMZ b) DNS c) Active Directory d) Database lookup Syntax-Softtech1
what is the auto option in XML ?  1
Suppose you want a certain ASP.NET function executed on MouseOver over a certain button. Where do you add an event handler?  1
Why does a user need nothing more than a Web browser to view ASP.NET pages?  1
What is the difference between a session object and cache object CitiGroup2
Differentiate session and cookie  1
What are the Application_Start and Session_Start subroutines used for?  5
How do you register a .NET assembly? Microsoft3
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com