How can you automatically generate interface for the
remotable object in .NET with Microsoft tools?
Directcast(123.34,integer) - should it throw an error? Why or why not?
What are the differences between com architecture and.net architecture?
Explain the process of compilation in .NET?
Which two properties are on every validation control?
What are the fundamental objects in ADO.NET?
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
Tell us what is the native image generator?
What is msil, il?
explain the states of a window service application?
Example from .net. Integer & struct are value types or reference types in .net?
What is the best way to crack the certification?
Please explain when should you use .net web forms over asp.net mvc?