What is connected and diconnected database ?
No Answer is Posted For this Question
Be the First to Post Answer
What is Method Overriding? How to override a function in C#?
State the methods used during deserialization and serialization process.
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What is finalize method in .net?
What is the advantage of .net core?
What is different between Web User Control and Web Custom Control?
What is a DLL?
What's singlecall activation mode used for in .net?
What are server controls?
how to connect database connectivity in dotNET? if suppose SQL server?and also MS access?
What is file extension of Webservices in .Net?
String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12