Using activex control in .net?
No Answer is Posted For this Question
Be the First to Post Answer
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
What is the use of gacutil.exe?
What is Atomicity?
What are the two kinds of properties.
What is close method? How its different from finalize and dispose?
What is model-view -controller Architecture?
Explain how to produce an assembly?
what is dotnet architecture? can anyone explain that.
Explain me how does linq work?
How can I get at the win32 api from a .net program?
Explain garbage collection?
Explain how to spawn a thread?