What are the improvements made in cas in .net 4.0?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between constants and read-only variables?
Is there built-in support for tracing?
Explain me why do we use msmq?
Explain about .NET services?
What is static constructor, when it will be fired? And what is its use?
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
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
How to Create and Consume a Web Service?
How Garbage Collector (GC) Works?
Explain me what is .net web service?
What is a formatter in .net?
Can you edit data in repeater control? How?