Erik Lenaerts

Do, or do not. There is no try. - Yoda

Browse by Tags

All Tags » WSS (RSS)
Uploading a document to a SharePoint Document Library
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...
Posted: Jan 08 2007, 08:46 AM by ErikL | with no comments
Filed under: , , ,
Start developing WSS 3.0 Webservice
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...
Start developing for SharePoint 2007
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...