Which namespace is the base class for .net Class library?
What is a garbage collector?
What is the need of OLE-automation?
Name for built-in permission sets in .Net
What is il and c#?
What is a design pattern and what is it for?
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
Is .net front end or backend?
What is the difference between vb.net and vc#.net?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.
What is a Strong Name?
How is .net able to support multiple languages?
Can you configure a .NET Remoting object via XML file?