PSync.NET
From Wikipedia
pSync.NET is a rewrite of pSync based on the Microsoft.NET 1.1 Framework. The pSync.NET project consists of the subprojects Interop Assemblies, Providers (especially Webservice Provider) and concrete implementations like pSync.NET for Outlook.
The Interop assemblies and the webservice provder are part of a developer library to get easy access to PHProjekt synchronization services.
Contents |
Developer Library
Interop Assemblies
The pSync.NET Interop Assemblies are a collection of classes and structures to map PHProject structures to .NET structures. Furthermore they contain the public interfaces for concrete synchronization backend implementations called providers.
At the moment the Interop Assemblies are in alpha stage. More information soon.
Webservice Provider
The Webservice Provider is a concrete implementation of the Interop Assemblies interface. It allows easy access to the PHProjekt SOAP Webservice.
At the moment the Webservice Provider is in alpha stage. More information soon.
End User Implementations
- pSync.NET for Outlook is a Outlook Addin using the pSync.NET interop assemblies and the webservice provider.

