How to Build a SharePoint Development Machine

There are two choices: You can build a SharePoint server that contains all your developer tools too. Or you can build your SharePoint server in a virtual machine (VM or VPC), and keep all your developer tools local. Then you can treat your virtual machine just like a physical server, and surf or demo it just as you would a production environment. This way you avoid all the inconsistencies that come with running browser session on locked-down web servers, don’t fill your server’s GAC with quite as much junk, and really get the client experience. You can use this post as a starting point to build either.

This post describes the tools you will use. There are always others, so go ahead and tell me about yours in the comments section. I’ve left off CSS and XML editors because frankly the best aren’t free. Even though a few items listed here are commercial products (e.g. Visual Studio), all have evaluation versions that last long enough for you to learn the ropes and prepare for that first big SharePoint interview.

Client Hardware

The biggest controllable factors on the speed of your SharePoint development environment are RAM and hard drive speed. If you do a lot of development, you will also want a lot of storage space to hold all those virtual machines.

The configuration described here is intended for a good laptop, which today is limited to 4Gb RAM. If you have 4Gb, give the virtual machine 2Gb. If you have 3Gb, give the virtual machine either 1.5Gb or 2Gb. If you have 2Gb or less, buy more RAM or host your virtual server elsewhere. Seriously.

If you need Exchange Server for any reason (1 to 2Gb recommended), you’ve grown out of laptop labs and should build this on a Virtual Server (or VMWare) host if you want some hair left over when you’re done. To build medium or large farms in a virtual environment, Virtual Server running on a 64-bit Windows 2003 Server R2 machine will remove your memory limitations. A 64-bit Vista machine provides the same expandability with Virtual PC or VMWare.

There are several factors to hard drive speed: keeping your VM on a different drive than your OS, drive transfer rates, and drive speed. Put another way: you want a big fast external drive. You can get a pretty big drive for around $200CAD now (I like my Seagate), and an enclosure with Firewire or eSATA (external SATA) is about $50CAD. If you don’t have Firewire or eSATA on your laptop you’ll need an adapter for that as well (also $50). Why not USB 2.0? Firewire is 33% to 70% faster than USB depending on the operation. eSATA is about five times faster than USB 2.0. While many enclosures also have a USB port, the difference is well worth it. PCMCIA (CardBus) runs at 132Mbytes per sec so an adapter for any of these will treat you fine. Note that newer laptops may have an ExpressCard slot instead of a PCMCIA slot.

Technology

Transfer Rate (Mbits per second)

USB 2.0

480

Firewire 800

786

eSATA

1500 to 2400

 

Minimal Configurations

The assumption is that you know what you like, know what you want to do, and will download and install accordingly. That said, maybe you really do want to develop with Notepad so here goes.

On your development machine you need the .Net Framework version 3.0 and a development interface (IDE), whether it’s Visual Studio, SharePoint Designer, or a plaintext editor like Notepad. If you don’t have a physical server available, you will use either Virtual PC or VMWare to host SharePoint. Beyond these, everything is optional.

On your server, you need Windows Server, IIS, the .Net Framework version 3.0, and either WSS, MOSS Standard, or MOSS Enterprise.

Building the Client

.Net Framework 2.0. This is optional, but if you do any development beyond SharePoint you likely have clients on v2.0.

.Net Framework 3.5
WPF, WCF, and essential to SharePoint: Workflow. Note that MOSS 2007 works great with .NET 3.5, and there is no reason not to deploy it for all your servers.

Microsoft Office SharePoint Server 2007 SDK [Read it online]
The MOSS SDK includes the Enterprise Content Management (ECM) Starter Kit, a BDC definition editor, an Excel UDF sample, great workflow samples, and lots more.

Windows SharePoint Services (WSS) 3.0 Software Development Kit (SDK) [Read it online]
The MOSS SDK contains this so you don't need both. If you only do WSS development, then you only need the WSS SDK.

Lutz Roeder’s .NET Reflector

One of the best .NET tools ever, and the way you'll browse object models and cut the class-assembly strings you'll need to paste into your manifests and web.config. “Reflector is a class browser, explorer, analyzer and documentation viewer for .NET. Reflector allows you to view, navigate, search, decompile and analyze .NET assemblies in C#, Visual Basic and IL.”

SharePoint Manager 2007
The best SharePoint management tool there is. Browse the complete object model, deactivate features, and even update object properties. You do need to be careful with this one, but wow it's powerful.

Office System Professional Plus Edition
Grab your disc,
MSDN, or get the evaluation version. The Professional Plus edition includes Word, Excel, Outlook and PowerPoint plus: Access, Publisher and InfoPath. There is also an Enterprise edition which also includes OneNote and Groove.

SharePoint Designer (SPD)
Grab your disc,
MSDN, or get the evaluation version.

Visual Studio 2005 or 2008
Grab your disc,
MSDN, or get the evaluation version. I prefer either VS Professional or VSTS Developer Edition.

Visual Studio 2005 Extensions for .NET Framework 3.0 (Workflow Foundation)

Not required with VS 2008 where these features are baked-in. Design Windows Workflow Foundation solutions for SharePoint and other .NET applications.

Visual Studio 2005 Tools for the 2007 Microsoft Office System (VSTO)
VSTO is used to build: Office System (Word, Excel, etc.) Add-ins and Ribbon elements, Outlook forms, and InfoPath templates.

Other Visual Studio Extensions. Optional extensions are available unrelated to SharePoint, though you should know they exist if you do other .NET development.

Virtual PC 2007

This is where you will build all those beautiful webs! VMWare is a popular alternative.

SQL Server Express Edition
You may want SQL Express if you develop more than SharePoint and need a local data store. If not, it is built into the SharePoint standalone install so you do not need to download or install it locally.

 

Optional

Fiddler HTTP Debugger
Optional but recommended. Inspect and manipulate HTTP traffic between your browser and the server, handy for debugging web services.

Internet Explorer Developer Toolbar
The IE Developer Toolbar is optional, but recommended. Inspect HTML source, style usage, IFRAME content, image locations, and more.

Studio 2005 Extensions for Windows SharePoint Services 3.0 (VSeWSS)
Good for quick prototypes, but contains nothing to help you deploy features on anything but the machine running VS, so it's hard to recommend. This situation actually got worse with the extensions baked into VS 2008. if you can live with building your own features and solutions, VSeWSS contains projects to build Web Parts, Field Controls, List Definitions, Site Definitions, and Content Types. It also includes the useful SharePoint Solution Generator (SPSolGen) which converts lists and sites “Saved as Template” into list and site definitions. [
Learn more here] [Registry hack to install VSeWSS to a machine that is not the server]

PowerShell (formerly Monad). [SharePoint Provider] [Script Repository]
PowerShell is optional, but recommended. Write scripts to automate administration and configuration tasks. Colin Byrne has posts to get you started:
PowerShell and SharePoint, Build Me A Portal, and Upload a Directory in 4 Lines.

BDC Metadata Manager 
Generate BDC XML from SQL data sources. The commercial version also builds definitions for web services. An alternative is baked into the MOSS SDK, but BDC Metaman will continue to be the gold standard.

 

Required to create a private LAN between the client and server

 

Microsoft Loopback Adapter

a.       Click Start, Control Panel, and open the Add Hardware wizard.

b.      Click Next. Wait a moment while the wizard scans for hardware.

c.       Select: Yes, I have already connected the hardware, click Next.

d.      Scroll to the bottom of the list and select Add a new hardware device. Click Next.

e.      Select: Install the hardware that I manually select from a list (Advanced). Click Next.

f.        Select: Network adapters. Select: Microsoft. Select: Microsoft Loopback Adapter.

g.       Click Next. Click Next again. Wait a moment. Click Finish.

Configure the Loopback Adapter

h.      Click Start, Control Panel, and open the Network Connections utility.

i.         Right-click the Microsoft Loopback Adapter connection and select Properties.

j.        Double-click Internet Protocol (TCP/IP).

k.       Now configure an address for this adapter.
Select: Use the following address
IP Address: 10.50.50.1
Subnet mask: 255.255.255.0
Default gateway:
You can ignore DNS. Click OK. Click OK again.

 

Building the Server: Articles

Bob Fox explains step-by-step how to install Windows 2003 to Virtual PC and VMWare (up to the point where you install the OS).

Bob Fox explains good habits on re-using your base image for several implementations, and why you might need to add servers to the farm (e.g. for Exchange).

How to Create a MOSS 2007 VPC Image. This step-by-step series with screenshots by Tony Zink is as complete as complete can be and starts with configuration of IIS. Note that he puts SPD and Office on the server, while the goal of this post is to keep your server clean of client apps.

Microsoft Guidance on Standalone and Farm configurations.

Kevin Hoffman explains how to build a Standalone SharePoint server. He installs Visual Studio to the server, you can skip that step and run it locally on your development machine.

Jonathan Bradshaw explains how to build a Small Farm configuration with SQL and AD on a separate machine. His “OfficeDev” machine looks the most like our local development machine. One day someone will write an article with configuration steps, until then this is a good start.

Building the Server: Step-by-Step

Step 1: Install the Operating System

Windows 2003 Server R2. Grab your disc, MSDN, or get the evaluation version. Bring the machine up-to-date with Windows Update. Note that  this process can last several hours.

 

Step 2: Configure Networking

R. Aaron Zupancic describes how to configure an IP address and host file entry so you can surf your virtual SharePoint sites from your development machine.

Simon Guest describes how to get all the machines in a virtual farm to talk to each other. In this configuration, while your virtual machines will see each other, your local machine will not be able to surf or debug the virtual machines.

Note that if you can join your virtual machine to your company’s domain and create domain accounts there (but different accounts than you will use for testing or production), it will simplify configuration and debugging, and you won’t need to make this or any machine in your development farm an Active Directory domain controller (DC). The drawback is that you need to be connected to the domain to get any work done.

 

Step 3: Install the .NET Framework

.Net Framework 3.0
WPF, WCF, and essential to SharePoint: Workflow.

Once activated and configured, Shut Down and back up your base server image. In the next steps you’ll prepare this machine for a specific purpose.

 

Step 4: Install Active Directory and DNS.

If this is going to be a Standalone configuration, you need a domain controller (DC). The Configure Your Server Wizard (Start, Administrative Tools) is a great way to assign roles to a server. Start with Domain Controller (Active Directory) and DNS.

If this is going to be a Small Farm, copy your base server image from the last step, and start building a second machine to host Active Directory and SQL Server. Note that after you install SharePoint you will not be able to make the machine a domain controller (unless you’re prepared for a world of hurt).

 

Step 5: Install Internet Information Server (IIS)

Once again, the Configure Your Server Wizard (Start, Administrative Tools) is an easy way to add the Application Server role to your VM.

Once IIS is installed, you will need to Allow ASP.NET 2.0.* in the Web Server Extensions section of the IIS Manager. If this option is not available, you may need to run the ASP.NET 2.0 setup and Repair your installation, which also sets the Allow flag.

 

Step 6: Install SQL Server

SQL Server Developer Edition [Google]
This is optional. If you don’t install it, Express Edition will be installed when you install SharePoint. However, Developer Edition includes the excellent SQL Server Management Studio, so if you have MSDN you may prefer it. For a production environment you will need to license SQL Server Standard or Enterprise Edition.

 

Step 7: Install SharePoint (WSS or MOSS)

Windows SharePoint Services (WSS) 3.0
WSS is a free extension to Windows Server. If your installation didn’t include WSS as an option, you can download now. If installing MOSS, then you do not need to separately install WSS. Also remember that you can upgrade a server, but you cannot downgrade from MOSS back to WSS. If you’re evaluating SharePoint you may want to start with WSS.

If you installed SQL Server Developer Edition, choose Advanced Installation to select your database.

Install the WSS Service Pack.  

Microsoft Office SharePoint Server (MOSS) 2007
Grab your disc or
MSDN, or get the evaluation version. Standard and Enterprise editions exist, so again keep in mind that you can upgrade but not downgrade. Enterprise includes Forms Server and the BDC. 

Install the Office SharePoint Server Service Pack. [SP1]

Shut down and back up your virtual machine image(s). 

Step 8: Configure SharePoint

Create a domain group for SharePoint Administrators, assign rights to it rather than any single account. The exception will be configuring SQL Server, where rights buried inside groups aren't always resolved and you need to assign permissions per-account.  

Create an account to use as your SharePoint Service account (e.g. SPService). Configure this to be your Application Pool identity (you'll need to search what rights are required until I complete this section).

Create a content crawler account (you'll need to search what rights are required until I complete this section).

Create a developer account with the same name as the account you use on your development machine (and it better not be Administrator). Add your developer account to the Administrators group (Global Administrators if this is a DC, local Administrators if not) and Debugger Users group.

Create a typical end-user account for testing. Make it a member of Domain Users.

 

Step 9: Configure the server for Development

If you must develop on the server, install Visual Studio now. On one side, developing locally is simpler than developing remotely. On the other side, it’s so handy to keep all your code in one place and you won’t ever wonder where the most recent version of x is residing. If you really can’t get the hang of remote debugging, you can always install VS later.

Open up File Explorer on the server and Add to Favorites your frequently-used paths including the 12 hive and the default web root.
C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\
C:\inetpub\wwwroot\

Backup the 12 hive into a zip file marked as read-only, and named “[Drive]:\Backups\12Hive-Out-of-Box-DoNotUpdate.zip”. You get the idea. When you accidentally edit a default ONET.XML file with WordPad and kill your site you will be glad you did.

And finally, make a text file on your desktop with Joubin’s SharePoint paths.

 

Step 10: Configure remote debugging.

Once SharePoint is installed, share the folder with SharePoint’s assemblies (*.DLL). You may also want to copy the assemblies to your development machine:
C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\ISAPI

Share the server’s web root and enable Read/Write.
C:\inetpub\wwwroot\

Install the Visual Studio 2005 Debugging Components to the server. You want Full Remote Debugging, not Native Remote Debugging.

Follow Ross Dargan’s instructions on configuring remote debugging. You’ve just completed his step 1 and if you created your developer account as specified then you’ve also done 2 and 3.

Take a look at Andrew Noon’s document on Remote Debugging SharePoint Web Parts. He has additional steps for enabling error messages in web.config and screen shots that show what debugging looks like in action.

Read: Setup Remote Debugging

Read: Debugging SharePoint Web Parts

 

Acknowledgements

Thanks to the MOSS MVPs for suggesting ways to improve this post.

Thomas Lloyd was one of the first people to build minimal servers, and he’s always got great new gadgets like eSATA drives.

 

Updates

2007-03-02 Rearranged and added sections in a major overhaul of this post.

2008-02-27 Added a section for optional utilities, added references to VS 2008 and the service packs, added SharePoint manager 2007, rewrote parts of the introduction.

 

Published Friday, February 23, 2007 5:47 PM by erobillard

Comments

Saturday, February 24, 2007 2:47 PM by Ken Cox [MVP]

# re: How to Build a SharePoint Development Machine

Great collection of info. Thanks!

Ken

Wednesday, May 30, 2007 10:33 AM by Omar R B

# re: How to Build a SharePoint Development Machine

Outstanding. A must-read. Thanx

Friday, June 01, 2007 1:30 PM by Kam

# re: How to Build a SharePoint Development Machine

Awesome article.  Thanks for the useful information.

Sunday, June 10, 2007 4:55 PM by Paul Chu

# re: How to Build a SharePoint Development Machine

Hi Eli,

Thanks for the excellent info.

I'm just getting started and like to use a laptop for the Dev machine.

Are there any recommended brands/configs at a reasonable price to support this high-end environment with fast HDs and 4GB memory ?

Take care, Paul

Thursday, June 14, 2007 10:39 AM by Prashanth

# re: How to Build a SharePoint Development Machine

Great one. Nice Info !!!

Sunday, June 17, 2007 7:40 AM by ??ghyBlog » MOSS Development

# ??ghyBlog » MOSS Development

Pingback from  ??ghyBlog » MOSS Development

Monday, June 18, 2007 7:36 PM by Eli Robillard's World of Blog.

# Professional SharePoint 2007 Development: The Book

It's here! Late last week a box of books arrived at my door with the first pressing of "the book." Yes

Saturday, June 23, 2007 11:29 AM by links for 2007-06-23

# links for 2007-06-23

Pingback from  links for 2007-06-23

Friday, June 29, 2007 8:13 AM by Keith Patton

# re: How to Build a SharePoint Development Machine

Thanks, i have collated this info together with other blog posts to make a complete installation guide for setting up MOSS 2007 development environment. This includes having vs.net installed on the virtual server, as well as detailed guides for installing everything.

blog.keithpatton.com/.../MOSS+2007+Development+Virtual+Server+Set+Up.aspx

Sunday, July 01, 2007 12:26 AM by An Irishman Down Under

# MOSS 2007 Development Virtual Server Set Up

Take a deep breath, the complete guide to setting up a MOSS 2007 Development Vir

Wednesday, July 11, 2007 3:07 AM by Kalpesh Prajapati

# Exploring MOSS 2007

Building Development Environment To start with SharePoint Server 2007 SDK The Microsoft Office SharePoint

Friday, July 13, 2007 3:50 AM by An Irishman Down Under

# MOSS 2007 Development Virtual Server Set Up - Part 9 - Acknowledgements and Refe

MOSS 2007 Development Virtual Server Set Up - Part 9 - Acknowledgements and Refe

Friday, July 13, 2007 3:56 AM by An Irishman Down Under

# MOSS 2007 Development Virtual Server Set Up - Part 10 - Acknowledgements and Ref

MOSS 2007 Development Virtual Server Set Up - Part 9 - Acknowledgements and Refe

# Technical Writer » Archives » Good instructions are rare, but they do exist

Pingback from  Technical Writer  » Archives   » Good instructions are rare, but they do exist

Friday, September 07, 2007 7:24 AM by Gouranga

# re: How to Build a SharePoint Development Machine

Quick questions for you on this system setup, with this development model, are you able to develop and compile your custom workflow, MOSS object model coding, custom web parts, and all MOSS development on the client? What OS do you assume on the client? My concern if the visual studio templates for wss do not install on an XP box, which keeps you from using that at all since a project made with one of those templates will not open on a box that does not have them installed.

Thursday, September 20, 2007 10:02 AM by renew

# re: How to Build a SharePoint Development Machine

I do have the problems as gouranga stated above. Cant get the Visual Studio 2005 Extensions for Windows SharePoint Services 3.0 (VSeWSS.exe) installed.

And without the Windows Sharepoint Services running you havent the Sharepoint Assemblies installed either. (to access the whole Microsoft.Office.Server.* namespace classes) - or am I wrong on this one?

Nonetheless - thanks for the instructions!

# Virtual PC Sharepoint 2007 Base Image at roadburn’s sharepoint 2007 blog

Pingback from  Virtual PC Sharepoint 2007 Base Image  at  roadburn’s sharepoint 2007 blog

Tuesday, November 20, 2007 12:00 PM by Jim Thompson

# re: How to Build a SharePoint Development Machine

Has anyone been able to incorporate source code control into the Virtual Machine build? Have been trying to add ClearCase into the mix with no success.

Thursday, December 13, 2007 4:09 PM by Kieran

# re: How to Build a SharePoint Development Machine

How about 64bit v 32bit? I see it's recommended that we run sharepoint on 64bit machines, would that mean we go for a 64bit development laptop also?

Appreciate your thoughts on this.

Monday, December 17, 2007 2:15 PM by Developer

# re: How to Build a SharePoint Development Machine

Thank you for this article.

It's useful for me.

Friday, December 28, 2007 7:09 AM by Pankaj

# re: How to Build a SharePoint Development Machine

Great Article.It helped us a lot.

Friday, December 28, 2007 1:40 PM by Killfly.com Blogs » Sharepoint / MOSS / VPC Info

# Killfly.com Blogs » Sharepoint / MOSS / VPC Info

Pingback from  Killfly.com Blogs    » Sharepoint / MOSS / VPC Info

Tuesday, January 08, 2008 1:05 PM by Narayana

# re: How to Build a SharePoint Development Machine

Brilliant!!! Can you please also comment on using VS 2008 instead of VS 2005?

Thanks!

# How to Build a SharePoint Development Machine « Tech Talk PT

Pingback from  How to Build a SharePoint Development Machine « Tech Talk PT

# XERO(??????)Club : Blog Archive : How to Build a SharePoint Development Machine

Pingback from  XERO(??????)Club  : Blog Archive   : How to Build a SharePoint Development Machine

# Smith Data Processing Services » Blog Archive » links for 2008-02-05

Pingback from  Smith Data Processing Services  » Blog Archive   » links for 2008-02-05

Sunday, February 24, 2008 8:10 PM by GregS57

# re: How to Build a SharePoint Development Machine

Great article it helped a lot.

Wednesday, February 27, 2008 12:52 PM by Eli Robillard's World of Blog.

# "How to build a SharePoint dev box" updated

I've updated the article on how to build a development machine for SharePoint 2007 . The best tool I

Friday, February 29, 2008 12:14 AM by Reza Alirezaei (MOSS MVP)

# re: How to Build a SharePoint Development Machine

Hey Eli,

Sometime ago I published a white paper on how to build virtualized SharePoint dev environment using VPC or Virtual Server and differencing drives. I thought that I'd leave a link here for those who are interested:

blogs.devhorizon.com/.../differecing-drives.pdf

Cheers,

Thursday, March 27, 2008 1:18 PM by Urs Gubler

# re: How to Build a SharePoint Development Machine

Very good article. Answers what I have searched for 3 days! Thanks. I will give a feedback after I have installed!

Saturday, March 29, 2008 4:49 AM by ll

# re: How to Build a SharePoint Development Machine

上海山楠泵业有限公司   (原上海红星水泵厂)  成立于八十年代,是国内一家专业设计、销售水泵的大型综合性企业。本司拥有一批专业技术精英、管理水平高的复合型人才,管理和技术力量雄厚,有开发现代化高科技产品的可靠信心及稳固的基础

Friday, April 04, 2008 3:21 PM by Angel Pang

# re: How to Build a SharePoint Development Machine

This is exceptional! I was looking for these kind of foundamental information and couldn't find it anywhere - even from MSDN and from couple books I read from the bookstore!  I seldom drop a lines to any discussion forum but this time I really want to give you my sincere appreciation in writing this up!

Thanks a lot!

Sunday, April 06, 2008 9:03 AM by sharepoint rss enclosure

# sharepoint rss enclosure

Pingback from  sharepoint rss enclosure

Thursday, April 17, 2008 6:09 AM by Neoprabu

# re: How to Build a SharePoint Development Machine

Excellent Work. Most people work,only few share their experience for others to learn.

Good work. Thanks a lot.

Prabu

Sunday, April 27, 2008 7:39 PM by Alex Z

# re: How to Build a SharePoint Development Machine

It appears that "Joubin's SharePoint paths" is a dead link and brief search for new location of that post did not yield any results... Is there a copy you could publish or point at similar document. Thanks for the info - very useful.

Wednesday, May 14, 2008 7:38 AM by Dimitri Dhuyvetter

# re: How to Build a SharePoint Development Machine

Here's how to install the Microsoft Loopback Adapter on Windows Vista: blogs.msdn.com/.../how-to-install-the-microsoft-loopback-adapter-on-windows-vista.aspx

Monday, May 19, 2008 6:58 AM by Alex L

# re: How to Build a SharePoint Development Machine

Great stuff, I have been looking for something like this!

Thursday, May 22, 2008 4:20 PM by Cath

# re: How to Build a SharePoint Development Machine

As suggested in this blog to install developer's tool (VS etc.) separte from MOSS server, if I need to deploy solutions that I developed using Visual Studio on my local machine, how will I do that?

How will I reference the SharePoint dll if I have no SharePoint installed on my developer's machine?

How can I access STSADM utility on my developer's machine?

I will appreciate if anyone can answer it,

Thanks

Friday, May 30, 2008 11:15 PM by Jonas

# re: How to Build a SharePoint Development Machine

If you run Vista you can also install WSS/MOSS locally.

community.bamboosolutions.com/.../how-to-install-windows-sharepoint-services-3-0-sp1-on-vista-x64-x86.aspx

You will still need a server OS to verify everything on.

Friday, July 04, 2008 3:49 PM by Craig Lussier

# Quad core + 8GB RAM + Server 2008 with Hyper-V = A Great Dev Environment

I recently purchased a new computer for my home office that has a 2.66 Intel Core 2 Quad processor, 8GB

Friday, July 11, 2008 10:55 AM by John Flogget

# re: How to Build a SharePoint Development Machine

Is this still the state of the art?

I am just about to start into the wonderful(?) world of sharepoint and would like a guide as to what I need!

Monday, July 14, 2008 6:48 AM by Michael Greth MVP SharePoint Blog

# SharePoint Kaffeetasse #84

Webparts WSS Event Calendar Listing Web Part For use in Microsoft Windows SharePoint Services (WSS) 3.0,

Monday, July 14, 2008 7:48 AM by Mirrored Blogs

# SharePoint Kaffeetasse #84

Webparts WSS Event Calendar Listing Web Part For use in Microsoft Windows SharePoint Services (WSS) 3

Monday, July 14, 2008 2:41 PM by SharePointPodcast.de

# SPPD101 SharePointPodcast

Direkter Download: SPPD-101-2008-07-14 Aktuell Agenda SharePointCommunityCamp September 2008 (15.9./16.9.2008)

Monday, July 14, 2008 2:45 PM by Michael Greth MVP SharePoint Blog

# SPPD101 SharePointPodcast

Direkter Download: SPPD-101-2008-07-14 Aktuell Agenda SharePointCommunityCamp September 2008 (15.9./16.9.2008)

Monday, July 14, 2008 2:46 PM by Mirrored Blogs

# SPPD101 SharePointPodcast

Direkter Download: SPPD-101-2008-07-14 Aktuell Agenda SharePointCommunityCamp September 2008 (15.9./16

Thursday, July 24, 2008 9:40 PM by Tim

# re: How to Build a SharePoint Development Machine

Wow, what a great post. Thanks very much for your guiding hand.

Leave a Comment

(required) 
(required) 
(optional)
(required)