What is the difference between a debug and release build?
No Answer is Posted For this Question
Be the First to Post Answer
How do we access crystal reports in .net?
Describe the Managed Execution Process
where are connection strings stored?
Please explain what is heap and what is stack?
Explain memory-mapped files.
What is .net code security?
What is heap and what is stack?
Is atl redundant in the .net world?
Explain what is a manifest in .net?
What are the features of dot net?
Explain attributes in dot net?
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