This newsletter is never sent unsolicited, you receive it because you have signed up for it at http://www.ingorammer.com/NL as !*EMAIL*!.

Ingo Rammer Technology Consulting
Distributed .NET
April 2003
www.ingorammer.com
About
This newsletter is published by Ingo Rammer.

You are receiving this mailing because you - or someone on your behalf - subscribed at ingorammer.com.

If you don't want to receive this newsletter any longer, you can unsubscribe here.

You are currently subscribed with the address !*EMAIL*!.

 

Welcome to the second issue of the Distributed .NET Newsletter!

The Truth about Lifetime Management in .NET Remoting

Each and every .NET object's lifetime is managed by the garbage collector (GC). But as soon as Remoting enters the game, conventional garbage collection doesn't work anymore because it's impossible to track all existing references. That's why Remoting introduced leases and sponsors to manage the lifetime of remoted objects. But how do they work? Are there actually two different GCs in the .NET Framework? [Read more]

SoapSuds vs. Interfaces

One of the main tasks in the development of distributed applications is to determine which interfaces you want to support. .NET Remoting allows you to distributed the necessary information in a number of different ways, the two most popular being the use of SoapSuds on one hand and the use of interfaces defined in a shared DLL on the other. In this article, I take a strong position in favor of using interfaces. What's you opinion? [Read more]

Remoting-Links

During the last months, I've been collecting a number of .NET Remoting-related links. The list currently covers links about security, custom channels, articles, add-ons and tools. [Read more]

I need your help

My book "Advanced .NET Remoting" has been nominated for .NET Developer's Journal's Reader's Choice Award. If you like the book, please vote for it! By registering, you'll also get a free subscription to the PDF version of .NET developer's journal. [Vote here]

Feedback

If you like this newsletter, please don't hesitate to forward it along to your friends and co-workers - or just tell them to subscribe at http://www.ingorammer.com/NL. You can also help me to promote it by sharing it with your local .NET user group's mailing list. I'm sure the other member will appreciate it!

If you'd like to discuss the contents of this newsletter, or provide suggestions for future issues, just head to http://forums.ingorammer.com/ShowForum.aspx?ForumID=5. I'll be there.

Regards from Austria, Europe

Ingo Rammer

 

© 2003 by Ingo Rammer. Information is provided as-is and is subject to changes.