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?
984Post New Dot Net General Questions
What is the concept of inheritance and how it works in .net?
Explain cas (code access security)?
What is a .DLL and .EXE files called in .NET?
Should I use readerwriterlock instead of monitor.enter/exit?
Please explain when should you use .net web forms over asp.net mvc?
Differentiate between managed and unmanaged code?
What is meant by managed and unmanaged code?
What is gac in .net?
which method do you use to redirect the user to another page without performing a round trip to the client? How?
Which dll translate xml to sql in internet information server (iis)?
Explain assemblies in .net?
Explain how viewstate is being formed and how it's stored on client in .net?
What is static constructor, when it will be fired?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
Is there any thread in our .net programs?