I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?
No Answer is Posted For this Question
Be the First to Post Answer
Explain when should you use .net web forms over asp.net mvc?
Explain something about WebService?
Explain me what is encapsulation?
Using activex control in .net?
What is dot net architecture?
What is the use of UML in .Net
How do you generate a strong name?
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
What is meant by globalization?
What are the differences between user control and server control?
Explain the different types of proxy patterns?
How can I find out what the garbage collector is doing?