What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
How do you create threading in .NET? What is the namespace for that?
What is equivalent for regsvr32 exe in .net ?
How is a managed code executed?
Please explain what are an inheritance, polymorphism, and encapsulation?
What is your observations between vb.net and vc#.net?
What is 'Common Type System' (CTS) in .NET?
What are the different parts of an Assembly in .Net?
What are the differences between com architecture and.net architecture?
Give an example for setter/ write-only methods
What is Custom attribute? How to create? Namespace? If I'm having custom attribute in an assembly, how to say that name in the code? What is Reflection in .NET?
3 Answers Accenture, CC Soft, Infosys,
How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?
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