What is the difference between boxing and unboxing?
No Answer is Posted For this Question
Be the First to Post Answer
One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?
Explain how does assembly versioning work?
What is an exe and a dll?
As you know read-only variables and constants have many similarities, but what is at least one way that they differ?
Difference between abstract class and interface in .net?
Explain attributes in dot net?
Please explain what is a delegate?
What is Flyout Design Pattern in .NET?
0 Answers Petranics Solutions,
When displaying fonts, what is the difference between pixels, points and ems?
Explain about managed heap?
How to load a user control dynamically in runtime?
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