Friday, October 10, 2003

PocketProd Tools

This article describes the tools that are provided by PocketProd, what tools are available and how to use them.

See this content on www.pocketnerd.net -->

Sunday, September 14, 2003

PocketNerd Productivity Tool

The PocketNerd Productivity Tool is an add-in for Visual Studio.NET that enables developers to quickly and easily customize the IDE to include their code and applications.

The tool is aimed at increasing developer productivity by allowing developers to work how they want to.

See this content on www.pocketnerd.net -->

Monday, August 25, 2003

Remoting Publisher-Subscriber (Observer) Pattern

The Publisher-Subscriber or Observer pattern is a notification pattern that enables all subscribers to receive notifications from a single publisher when - for example - the publisher’s data is changed.

This implementation uses Remoting to distribute asynchronous notifications between subscribers in different applications on different machines.

See this content on www.pocketnerd.net -->