Using com component in .net?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by Driver Script?
Explain me what is the difference between an abstract class and an interface?
What is the difference between asp.net and asp?
Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!
What is machine.config in .net?
How can you clean up objects holding resources from within the code?
What's typical about a windows process in regards to memory allocation in .net?
Explain how garbage collection works?
1.What is the major advantage of polymorphism? Please don't simply say binding. Specify any other reason.
DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
What is Meta Data? Explain Types of Assemblies