What tools can I use to develop .net applications?
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 are three common acronyms used in .net, and what do they stand for?
How to implement DataGrid in .NET?
What is value type and refernce type in .net?
How will u load dynamic assembly? How will create assemblies at run time?
Explain what do the terms “boxing” and “unboxing” mean?
What is the use of ErrorProvider Control in .NET?
What are the two main parts of the .net framework?
What's the use of system.diagnostics.process class in .net?
Explain the difference between public and static modifiers?
Explain the difference between garbage collections in .net 4.0 and earlier versions?
As you know read-only variables and constants have many similarities, but what is at least one way that they differ?