What is the purpose of IClonable interface in .NET?
How is threading done in .net?
What is .net and why it is used?
How Can Creating Installation Components in .Net?
What’s different between process and application in .net?
What are the important components of .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
What is meant by globalization and localization?
How do you create threading in.net?
What is the difference between override and overload in a method?
Explain about .net assemblies?
What are the different types of remote object creation mode in .net?
Does .net supports destructors concept?