« When does IIS 6 Cache a Page | Main | Tinkering with HTTP.sys »

November 25, 2003

TrackBack

TrackBack URL for this entry:
http://www.typepad.com/services/trackback/6a00d83451a61969e200d83457aedd69e2

Listed below are links to weblogs that reference Finalize and VB.NET:

Comments

Feed You can follow this conversation by subscribing to the comment feed for this post.

Paul Vick

We're not planning on having a destructor syntax like C# in Whidbey, and new syntax would be required to generate the automatic finalize call. However, we are looking at ways of simplifying creating destructors and ensuring it's done correctly.

Chirag

Hi

Is their any Fast track VB.net course Avaliable, becasue I will be comeing to India in Feb for about two months and want to update my skillset.

I tried emailing Aptech and NIIT but no response.

Thanks
Chirag

Bhagvan

I want to mention one thing about Finaliza method in VB.Net Finalize methode is called just prior to the object being terminated by the garbage collection mechanism and not when the object goes out of its context. Hence the object will sit in memory until garbage collector is run. So don't free resources in Finalize method, instead write destroy mothod sepearately and do the same thing as in Finalize and call it when object in no more required.

Deepak

I am developing project in asp.Net with Code Behind file in vb.Net. I used Finalize method in VB.Net but the problem is when the form gets unload, Finalize method gets executed twice or thrice.
Can anybody tell me y ??????

Ramesh.P

Hi friends,

I am working as DotNET Programmer for the past 1 Year,i am intrested to update DoNET Technologies,can anyone give me someidea,how to prepare and also i am intrested to write the MCP

Thanks Regards,
P.Ramesh

Verify your Comment

Previewing your Comment

This is only a preview. Your comment has not yet been posted.

Working...
Your comment could not be posted. Error type:
Your comment has been saved. Comments are moderated and will not appear until approved by the author. Post another comment

The letters and numbers you entered did not match the image. Please try again.

As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.

Having trouble reading this image? View an alternate.

Working...

Post a comment

Comments are moderated, and will not appear until the author has approved them.