What is .net code security?
No Answer is Posted For this Question
Be the First to Post Answer
which method do you use to redirect the user to another page without performing a round trip to the client? How?
State some of the different languages supported by .net?
What is a garbage collector?
What is value type and refernce type in .net?
What is a DLL?
How is threading done in .net?
explain the states of a window service application?
How to create properties and methods using controls?
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
What is the native image generator?
Difference between value type & reference types ?
What is a delegate, How many types of delegates?