How will you register com+ services?
No Answer is Posted For this Question
Be the First to Post Answer
which method do you use to redirect the user to another page without performing a round trip to the client? How?
Example from .net. Integer & struct are value types or reference types in .net?
What is the difference between .net 2000 and .net 2005(features)? Which one is better?
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
Difference between dispose and finallize method?
Tell me what is serialization?
Explain how does assembly versioning work?
DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12
which methos do you invoke on the dataadapter control to load your generated dataset with data?
What is an assembly? What are the different types of assemblies?
can we use private assembly in other project in dot net.
What are an object and a class?