Don't serialize your delegates!
This point is pretty obvious: when serializing objects in order to pass them through a service boundry, you should not bother to serialize the delegates. Since a delegate is a pointer to some method on...
View ArticleDebugging WCF Serialization issues
When serializing objects over WCF you might encounter the following not-so-helpful message.System.ServiceModel.CommunicationException : The underlying connection was closed: The connection was closed...
View ArticleRUAlive - a WPF tool to check if a website is running.
RUAlive is a WPF utility that answers the question "Is my website still running?"RUAlive is written using Visual Studio 2008 Beta 2 Orcas. Download the source here.To run RUAlive, you can either run...
View ArticleMaking Cuyahoga and Community Server play nice together
I use Cuyahoga for my main website pages and relegate Community Server to be a subservient web app to take advantage of its blog and forums components. The latest Cuyahoga 1.5 upgrade threw a small...
View ArticleRUAlive 0.2 released
A new version is available. See the end of the post for a link. Major enhancements are support for mutliple sites, ability to view the response and the beginnings of a Vista Gadget implementation.
View Article