- 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
-
31. Can a nested object be used in Serialization ? Ans : Yes. If a class that is to be serialized contains references to objects of other c...
-
52. How do you generate a strong name? .NET provides an utility called strong name tool. You can run this toolfrom the VS.NET command promp...
-
ASP.NET 1.1 Whats the difference between Classic ASP and ASP.NET? Major difference: Classic ASP is Interpreted. ASP.NET is Compiled. I...
-
What are transaction isolation levels supported by Oracle? Oracle supports 3 transaction isolation levels: a. Read committed (default) b...
-
Explain user defined exceptions in oracle. A User-defined exception has to be defined by the programmer. User-defined exceptions are decla...
-
What is Kernel? Explain the task it performs. Kernel is used in UNIX like systems and is considered to be the heart of the operating sys...
-
1.In the command scanf, h is used for Ans. Short int 2.A process is defined as Ans. Program in execution 3.A thread is Ans. Deta...
-
TCS Written Paper Q1. Fill in the missing number in the sequence 5 7 11 ?? 35 67 (a) 24 (b) 33 (c) 19 ...
-
What is object data type in oracle? New/User defined objects can be created from any database built in types or by their combinations. It ...
-
1. What is the difference between C++ & Java? 2. Explain RMI Architecture? 3. How do you communicate between Applets & Servlets? ...

0 comments:
Post a Comment