When we use windows api in .net is it managed or unmanaged code?
No Answer is Posted For this Question
Be the First to Post Answer
Explain Creational design pattern in .NET?
What is STA in .NET?
Explain what relationship is between a process, application domain, and application?
Explain the top .net class that everything is derived from?
can any one tel me hw to connect database connectivity of dot NET and back end as MS access?
What is CLR, CLS,CTS
4 Answers Deloitte, Vee Technologies,
How does the .NET framework work?
How to Exchange data between Webservices
Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?
How do you turn off cookies for one page in your site?
How to use datagrid value in select statements where condition ,if cell is hyperlink bounded column?
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