SharePoint

SharePoint is a web-based collaborative platform that integrates with Microsoft Office. Launched in 2001, SharePoint is primarily sold as a document management and storage system, but the product is highly configurable and usage varies substantially between organizations.

Change SharePoint Diagnostic Logging

0
Hi, When you change SharePoint Diagnostic Logging to use verbose, the log files will growth rapidly, so you should only use verbose mode for short periods of time. ...

Get SharePoint List in XML Format

0
I was building an InfoPath and it was necessary to retrieve information from a SharePoint List in XML format so i used this simple URL:http://YOUR SITE/_vti_bin/owssvr.dll?Cmd=Display&List={LISTGUID}&View={VIEWGUID}&XMLDATA=TRUEWith this url you...

SPContext.Current.FormContext

0
I'm always forgetting this simple but very useful line so here it is :)FormContext has this very cool Method SetFormMode and also this two properties FieldControlCollection (Get a collection of...

MOSS Content Deployment MUST READ

0
In the past Stefan Goßner have released several blogs about the various problems that can occur with Content Deployment. As it is often hard to find the right resource he...

SharePoint 2007 Deployment: Using Resources in Features

0
This series of posts about SharePoint deployment would not be complete if I didn’t write one about using resources in Features to allow localization. After all, SharePoint’s out-of-the-box features...

SharePoint 2007 Deployment: Feature Stapling

0
Summary This post is about developing features that associate other features to an existing site definition. This is one of the most powerful types of feature since it...

SharePoint 14 News

0
Final name Microsoft SharePoint Server 2010As part of the announcement of the new Microsoft Exchange Server 2010 public beta, Microsoft annouced the name for the “14” wave of products...

SharePoint 2007 Deployment: Content Type Binding Features

0
SummaryThis post is about developing features to bind content types to lists that were provisioned through an onet.xml file. Check the first post SharePoint 2007 Deployment: Overview for an...

SharePoint Designer will be free

0
As of April 2nd, SharePoint Designer will be free to download from here:http://office.microsoft.com/en-us/sharepointdesigner/default.aspx 

Using SPDisposeCheck in Visual Studio 2005/2008

0
After the much anticipated release of the SPDisposeCheck from Microsoft via codeplex (http://blogs.msdn.com/sharepoint/archive/2009/01/29/spdisposecheck-released.aspx), this would make a pretty cool External Tool for Visual Studio Here how to set it up http://www.sharepointblogs.com/teameli/archive/2009/02/20/using-spdisposecheck-in-visual-studio.aspx