After some hours browsing the web I found several techniques to upload a document to a SharePoint Document Library. Using a Network share This option is really simple but mapping a network share on every client PC is perhaps not an option. However, no...
My goal was to programmatically create a view on a document library. In my previous post I briefly described how to develop WSS using the Object Model directly. In this post I wanna talk about the Web services wrapped around WSS. You can get more info...
In SharePoint 2003, we needed to develop webparts on a server where SharePoint was installed. So, either you installed Visual Studio on a development server together with sharepoint or you created a complete new virtual environment on your dev machine...