What is equivalent for regsvr32 exe in .net ?
No Answer is Posted For this Question
Be the First to Post Answer
Can I write il programs directly?
How many types of exception handlers are there in .NET?
In code behind class, name the type of code found. Is it the server side code or client side code?
What is marshling?
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 operating systems does the .net framework run on?
What is model-view -controller Architecture?
Define code access security (cas)?
What is an anonymous method?
what is the keyword used for self reference?
What is different between User Control and Web Control and Custom Control?
Major role of CLR for CAS