Browse by Tags

All Tags » SDK (RSS)

SharePoint Server 2007 and WSS 3.0 SDK 1.4 and Online MSDN Library with support for new enhancements

Once again, in the spirit of catching up, for those of you that don’t know, please note that WSS 3.0 and SharePoint 2007 SDK 1.4 has been released. This August 2008 update is once again version 1.4 and reflects feature enhancements that were part of the recent Infrastructure Update ( http://dotnet.org.za/zlatan/archive/2008/09/17/enterprise-search-going-federated-with-a-very-important-sharepoint-infrastructure-update.aspx ) . To save myself some write up, you can get more info and links to download...
Posted by Zlatan | with no comments

OpenXML SDK Version Jun08

Once again, I’m glad to be back at blogging after another period of intense work. For those of you that might not know, and are huge/diehard fans of OpenXML last month hailed a new release of the OpenXML SDK ( http://www.microsoft.com/downloads/details.aspx?FamilyId=AD0B72FB-4A1D-4C52-BDB5-7DD7E816D046&displaylang=en ). This SDK is constantly being improved and this time it features excellent additional features. Although it was released sometime last month (Version June08) it’s considered to...
Posted by Zlatan | with no comments

Visual Studio extensions for SharePoint – Developer User Guide

Check out the new release of the Developer User Guide for Visual Studio Extensions for SharePoint has come. Some of you might remember me blogging about the release of extensions earlier this year ( http://dotnet.org.za/zlatan/archive/2008/02/13/final-release-of-vsewss-1-1-visual-studio-extensions-for-windows-sharepoint-services.aspx ). So what is so cool about this documentation? Well, it's a nice reference for developers and for using the extensions, check out the document sections: Starting...
Posted by Zlatan | with no comments

SharePoint Server 2007 SDK version 1.3 and WSS 3.0 SDK version 1.3 Available

Remember that release of the service pack 1 for SharePoint Server 2007 and WSS 3.0? Well they released revised SDKs to fit the SP1 for both, both dubbed Version 1.3. This is where you can download them: SharePoint Server 2007 SDK: Software Development Kit ( http://www.microsoft.com/downloads/details.aspx?FamilyId=6D94E307-67D9-41AC-B2D6-0074D6286FA9&displaylang=en ) Windows SharePoint Services 3.0: Software Development Kit ( http://www.microsoft.com/downloads/details.aspx?familyid=05E0DD12-8394...

Getting Roles and Permissions on a List/Document Library Level in SharePoint 2007 (or WSS 3.0)

So let’s say you’re building a web part or a custom SharePoint (server/services) page and you need to know what roles are there on a particular list or even object so that you control what is being showed to the user, hide or show relevant information etc (example: http://blogs.msdn.com/modonovan/archive/2005/07/07/436394.aspx ). If you’re a seasoned SPS veteran you’ll first go for the SPRole ( http://msdn2.microsoft.com/en-us/library/microsoft.sharepoint.sprole.aspx ) and SPRoleCollection ( http...

Compare the differences between building MOSS 2007 Workflows in Visual Studio 2005 Vs Visual Studio 2008

Old (VS 2005) way was: Create workflow in Visual Studio 2005 Author the feature definition file Add GUID Add title Add description Add manifest location Author workflow template definition file Add GUID Add name Add description Compile the workflow files into a .NET assembly Sign the assembly Add key file Design the actual workflow, add code etc. (This is the "real" developer task) Install assembly into the Global Assembly Cache Extract public key token Add key token to workflow template...

How to Create a SharePoint 2007 Workflow using Visual Studio 2008 Beta (Example)

A lot of people have complained that access to the Virtual Labs that I mentioned earlier in my blog is very slow and unstable. So this tutorial that I’m about to give you is based on the case in Microsoft Virtual Labs. I’ve also had a lot of requests of posting example code for creating workflows in VS2008 Beta (last one from Stephen Korow). You’re about the witness an evolution in building workflows for Microsoft, no need for command line deployment, specific configuration of workflow features,...

Document List Folder/File Manipulation in SharePoint 2007

I got a lot of questions recently regarding document/folder manipulation on the SharePoint 2007 Document Lists, so I decided to post a summary of my answers in case anyone else needs it. Microsoft guys (and gals) really need to work on this a bit more to make it look less like a Friday job, since some manipulations end up being a bit messy and unnecessarily complicated. using (SPWeb web = site.OpenWeb()) { SPList docList = web.Lists["Documents"]; //This lets you iterate through all the...
Posted by Zlatan | with no comments

CTP for version 1.1 of the "Visual Studio extensions for Windows SharePoint Services" (VSeWSS)

Ok although this is not something that you will use in production, this new release offers two very important and awesome features. First being that it creates a WSP file in the background for deployment and by pressing F5 it automatically deploys the solution to your local ShraePoint instance. Second feature is that it gives you a WSP Viewer!!! You can now look into your WSP file and change all your XMLs. Download the VSeWSS 1.1 CTP here. See the blog post from Microsoft SharePoint Designer Team...
Posted by Zlatan | 2 comment(s)
Filed under: , ,

MOSS 2007 SDK 1.2 and WSS 3.0 SDK 1.2 Released

Eben is already talking about it in his previous post , where he's pointing out the main feature of the new release, but besides this there is a whiole whack of new updates including most importantly the documentation and more how-to's as well as new samples, tools and utilities. I can't wait to sink my teeth into this!!!!! Here is full Microsoft's write up (as emailed to me by Eben): · MOSS 2007 SDK 1.2. Includes Conceptual and Class Library Reference documentation, Web Services...
Posted by Zlatan | with no comments