37. What are the parameters that control most of connection pooling behaviors? The parameters that control most of connection pooling behaviors are as follows: Connect Timeout Max Pool Size Min …
ADO.Net Interview Questions and Answers
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ADO.Net Interview Questions and Answers for Freshers and Experience Part-6
by Sby S31. Which adapter should you use, if you want to get the data from an Access database? OleDbDataAdapter is used to get the data from an Access database. 32. Which …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ADO.Net Interview Questions and Answers for Freshers and Experience Part-5
by Sby S25. What are the usages of the Command object in ADO.NET? The following are the usages of the Command object in AD0.NET: The Command object in AD0.NET executes a command …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ADO.Net Interview Questions and Answers for Freshers and Experience Part-4
by Sby S19. Which property is used to check whether a DataReader is closed or opened? The IsClosed property is used to check whether a DataReader is closed or opened. This property …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ADO.Net Interview Questions and Answers for Freshers and Experience Part-3
by Sby S13. Name the two properties of the GridView control that have to be specified to turn on sorting and paging. The properties of the GridView control that need to be …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ADO.Net Interview Questions and Answers for Freshers and Experience Part-2
by Sby S7. Explain the DataAdapter.Update() and DataSetAcceptChanges() methods. The DataAdapter.Update() method calls any of the DML statements, such as the UPDATE, INSERT, or DELETEstatements, as the case may be to update, …
- .NETInterview Questions and AnswersTechnical Interview Questions and Answers
ADO.Net Interview Questions and Answers for Freshers and Experience Part-1
by Sby S1. What is the full form of ADO? The full form of ADO is ActiveX Data Object. 2. Explain ADO.NET in brief. ADO.NET is a very important feature of .NET …