cancel
Showing results for 
Search instead for 
Did you mean: 

.NET front end and Alfresco backend

anuragjain
Champ in-the-making
Champ in-the-making
Hi,

I am new to Alfresco. I want to use .NET as the front end and Alfresco document management as the backend. Will need all the basic doc management features on the front end like import, view metadata, delete, version etc. What will be the best way to interact between .NET and Alfresco and make all the documents avaialbe.
What all technologies/ API needs to be looked in and do you have any sample code?

Regards,
Anurag
2 REPLIES 2

mrogers
Star Contributor
Star Contributor
WebScripts are first choice.    Then Web Services.

mikeh
Star Contributor
Star Contributor
Whilst it's not exactly what you're looking for, the Office Add-ins are written in .NET 2.0, so some of the code might be of use. They use webscripts as the UI (via a wrapped MSIE instance) - it might be an approach worth considering depending on your product.

Thanks,
Mike