Sunday, February 15, 2009

Destructors in C#.NET

I find this topic really undiscussed among pure .NET developers (I don't know why they don't bother) Even I got to look at it when someone asked me how do we actually call destructors over an object in C#.NET.

A quick googling and here's a nice article on Destructors in C#.NET.

http://www.c-sharpcorner.com/UploadFile/chandrahundigam/UnderstandingDestructors11192005021208AM/UnderstandingDestructors.aspx?ArticleID=3cc8bfd4-d3ef-4bb2-bae9-41774fd943f7

Though needs a bit of work on English, its plainly written for someone like me.

No comments:

Post a Comment