Documentum Foundation Services service pack is coming. It will contain many performance improvements, as well as .NET layer support which will allow DFS developers to create .NET proxies for their custom services and invoke services through similar to DFS Java API.
Here is rough example of .NET client written in C#:
……
ContextFactory contextFactory = ContextFactory.Instance;
IServiceContext serviceContext = […]