What is the difference between server.transfer and response.redirect? Why?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about major components of the .NET framework.
What is the intermediate language between asp and asp.net1.0?
Explain what are possible implementations of distributed applications in .net?
When a Static Constructor called in .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
Describe the programming model of a windows service
What is boxing?
What exactly is being serialized when you perform serialization in .net?
Explain how does assembly versioning work?
Tell us what is a sealed class?
What data providers available in .net to connect to database?
Explain how do assemblies find each other?