In my software I need to be able to interface to a very simple document management system.
I need to be able to:
At this time we have no need to search the documents.
I need to be able to do this from a C# program so there must be a .net API.
I need to have more than one client be able to do this at a time.
I will eventually need to be able to do this from a web connection as well. But only later.
This is part of a larger application that, so I must be able to keep costs low. I don't think I need anything as complex as Documentum or the higher-end DM products.
The customer will be selling the application, so there must be a friendly re-seller agreement.
Is there anything out there like this?
Why not use WSS (Windows SharePoint Services) it's free with Windows Server and provides all the functionality and API's that you're looking for to manage documents, Check In/Out version control, work flows and much more. It also already has built in admin interfaces.
In regards to the need to version documents: your domain expert is definitely wrong. Not only will users eventually ask for this or need to merge something, but once you establish the other requirements, versioning is pretty simple to add as well so you might as well go for it.
Perhaps you could just put a C# front end on a subversion repository.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With