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?
987Post New Dot Net General Questions
What is singlecall activation mode used for in .net?
Explain boxing and unboxing in .net.
What's the .net collection class that allows an element to be accessed using a unique key?
When we use windows api in .net is it managed or unmanaged code?
How to load the contents of an xml file into an xmldocument object?
How do you define the lease of the object in .net?
Explain me what is the difference between a class and an object, and how do these terms relate to each other?
Explain what is heap and what is stack?
Explain about .net?
Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?
Is atl redundant in the .net world?
What are the types of jit?
Should I use readerwriterlock instead of monitor.enter/exit?
Will it go to finally block if there is no exception happened?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?