- Why would you use untrusted verificaion? Web Services might use it, as well as non-Windows applications.
- What does the parameter Initial Catalog define inside Connection String? The database name to connect to.
- What’s the data provider name to connect to Access database? Microsoft.Access.
- What does Dispose method do with the connection object? Deletes it from the memory.
- What is a pre-requisite for connection pooling? Multiple processes must agree that they will share the same connection, where every parameter is the same, including the security settings.
Interview Questions C Sharp set-6
Posted by
study
|
Tuesday, 7 June 2011
Popular Posts
-
What is software engineering, anyway? Some basic def...
-
Characters and Strings 7.1: How can I get the numeric (character set) value corresponding to a character, or vice versa? The obvious way is...
0 comments:
Post a Comment