ADO.NET Interview Questions and Answers

ADO.NET Questions and Answers:

1 :: How to find the count of records in a dataset?

DS.Tables["tabname"].Rows.Count;

we can get count of the records.
5/5 Rating (1 vote)
Is This Answer Correct?    1 Yes 0 No
Place Your Answer

2 :: what is data Adapter?

Data adapter is bridge between Connection and DataSet , Data adapter in passing the sql query and fill in dataset
4/5 Rating (1 vote)
Is This Answer Correct?    1 Yes 0 No
Place Your Answer

3 :: What is Isolation?

A transaction is a unit of isolation ? allowing concurrent transactions to behave as though each were the only transaction running in the system.

Isolation requires that each transaction appear to be the only transaction manipulating the data store, even though other transactions may be running at the same time. A transaction should never see the intermediate stages of another transaction.

Transactions attain the highest level of isolation when they are serializable. At this level, the results obtained from a set of concurrent transactions are identical to the results obtained by running each transaction serially.

Because a high degree of isolation can limit the number of concurrent transactions, some applications reduce the isolation level in exchange for better throughput.
4/5 Rating (1 vote)
Is This Answer Correct?    0 Yes 0 No
Place Your Answer

4 :: What is Atomicity?

A transaction is a unit of work in which a series of operations occur between the BEGIN TRANSACTION and END TRANSACTION statements of an application. A transaction executes exactly once and is atomic ?
all the work is done or none of it is.
Operations associated with a transaction usually share a common intent and are interdependent.
By performing only a subset of these operations, the system could compromise the overall intent of the
transaction. Atomicity eliminates the chance of processing a subset of operations.
3/5 Rating (1 vote)
Is This Answer Correct?    0 Yes 0 No
Place Your Answer

5 :: Explain acid properties?

The term ACID conveys the role transactions play in mission-critical applications. Coined by transaction processing pioneers, ACID stands for atomicity, consistency, isolation, and durability.



These properties ensure predictable behavior, reinforcing the role of transactions as all-or-none propositions designed to reduce the management load when there are many variables.
3/5 Rating (1 vote)
Is This Answer Correct?    0 Yes 0 No
Place Your Answer

Rate This Category:
0/5 Rating (0 vote)
Place Your Question



Top: ADO.NET Interview Questions and Answers
ADO.NET Interview Questions and Answers

Top Frequently Asked ADO.NET Question
Frequently Asked ADO.NET Job Interview Question


Top Frequently opened Microsoft .Net Technologies Job Interview categories
Most popular Microsoft .Net Technologies Job Interview categories

Comments About ADO.NET Interview Questions and Answers

Share your valuable opinions, ideas and suggestions about ADO.NET Interview Questions and Answers
While placing your comment your email address is required but won't be published any where else; Personal information will be kept confidential; we do not sell or release our respective visitors private information.
  1. Webmaster 20th of May 2012

    Webmaster Said

    Tell us what you feel about ADO.NET Interview Questions and Answers
    All comments will be published after review. No login or registration is required to post a comment on ADO.NET Interview Questions and Answers We offer and invite you to submit your valuable comment now; Please be respectful of others when commenting. Insulting others, self-promotional comments, website promotional comments, marketing stuff, SEO Techniques, SMS-style content and off-topic comments will not be approved at this information portal.
    So start sharing your thoughts regarding ADO.NET Interview Questions and Answers
    Thank you.

Leave a Comment

Leave a Comment
  1.  Enter This Verification Code  Regenerate Verification Code  



Your reply will be added to the comment above (Below any other replies to this comment) -

Top Comments About: ADO.NET Interview Questions and Answers
Comments on ADO.NET Interview Questions and Answers

 
Top of Link batk to ADO.NET Interview Questions and Answers
Link batk to ADO.NET Interview Questions and Answers