Dispose() is called by as an indication for an object to release any unmanaged resources it has held.
Finalize() is used for the same purpose as dispose however finalize doesn’t assure the garbage collection of an object.
Dispose() operates determinalistically due to which it is generally preferred.
Top 10 DATING ADVICE - Top Ten Dating Questions Advice Dating Best Dating Tips, Tips & Advice How to Not Attract a Man or Woman and Fail on A Date Corrina counts down the top 10 ways
Signs She Likes You How To Tell If She Likes You…
JQuery in ASP.Net JQuery is another javascript library which eases javascript developemt - and it also includes some Ajax functionality.jQuery is a fast, lightweight JavaScript library that is CSS3…
ACID : Atomicity | Consistency | Isolation | Durability ACID Properties
In a perfect transaction world, a transaction must contain a series of properties known as ACID. These properties are:
Atomicity
A transaction is an atomic unit…
What is Delay signing in .Net ? During development process you will need strong name keys to be exposed to developer which
is not a good practice from security aspect point of view.In such situations you can…
Implements Directive in ASP.Net The @Implements directive gets the Asp.Net page to implement a specified .NET framework interface. The only single attribute is Interface, helps to specify the .NET Framework…
Configure Virtual Directories in IIS Using Internet Information Services (IIS) Manager, you can create a virtual directory for an ASP.NET Web application. A virtual directory appears to client browsers as though it…