Should I implement finalize on my class? Should I implement idisposable?
No Answer is Posted For this Question
Be the First to Post Answer
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
How can you clean up objects holding resources from within the code?
What are the differences between an interface and an abstract class in .net?
What is the difference between encrypting a password and applying a hashing?
What is the model role in Mvc architecture?
In code behind class, name the type of code found. Is it the server side code or client side code?
in hibernate, what is dirty reading?
What is common type system (cts)?
How do you define the lease of the object in .net?
What security measures exist for .NET Remoting in System.Runtime.Remoting?
How many types of exception handlers are there in .NET?
How different are interface and abstract class in .Net?