What is assemblies in .net?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between server.transfer and response.redirect? Why?
Explain the difference between .net 2000 and .net 2005(features)? Which one is better?
what is a strong name?
How anonymous method is different from a lambda expression?
How many types of exception handlers are there in .NET?
what is dotnet architecture? can anyone explain that.
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
Explain weg config settings for exception managment in asp.net?
What is a delegate, How many types of delegates?
1.What is the major advantage of polymorphism? Please don't simply say binding. Specify any other reason.
What is a .net class?
What are the two main parts of the .net framework?