Browse by Tags
All Tags »
Sharepoint (
RSS)
On my last post I talked about a media processing component developed for Sharepoint 2010. Besides the processing features (video encoding, thumbnail generation, validations, etc…) there was an asset storage manager that enabled us to store the files...
I have been working recently on the task of building a media processing component for the Sharepoint project I am working on. The requirements for the component are more or less the following: The Site Content Creators must be able to upload media assets...
I’ve been using the following code to upload a file to a Sharepoint document library using the Client Object Model: Code Snippet public string Save( string fileName, Stream fileStream) { string destinationUrl = String.Concat(serverRelativeLibraryUrl,...
BA Codecamp 2011 is coming soon and Tellago is going to be part of it ! More than 10 architects from our team will be presenting the most innovative technology sessions on next October 15. I’m very happy to be speaking at this event! Along with my colleague...
I have Sharepoint Server 2010 installed in my development environment. It happened a couple of times that the computer hangs and the Sharepoint Configuration dabatase remains in a corrupted state. When I try to access the Sharepoint local site from the...
Some months ago I posted about Hosting a Windows Form Control in a web page . I explained there how we can run a WinForm control from Internet Explorer by hosting it in a web page using the <object> tag. Now suppose you want to use the same solution...
More Posts