<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>Microsoft Sharepoint Server</title>
	<link>http://www.fivenumber.com</link>
	<description>It&#039;s all about SharePoint</description>
	<lastBuildDate>Fri, 28 May 2010 09:21:00 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Customizing SharePoint 2010 Social Tags: I Like It &#124; Tags &amp;  Notes</title>
		<description><![CDATA[When I was customizing the SharePoint 2010 V4.master I found the  Social tags I Like It and Tags &#38; Notes which are new in SharePoint 2010. The tag is a SharePoint Delegate control
The tags are occupying big amount of area, so our client told to minimize the icons to make use of space, also he [...]]]></description>
		<link>http://www.fivenumber.com/customizing-sharepoint-2010-social-tags-i-like-it-tags-notes/</link>
			</item>
	<item>
		<title>The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered</title>
		<description><![CDATA[When I am trying to run powershell window for the first time after installing SharePoint 2010 I was faced with a message that
The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered
Then, I did Bing search for some time and found the solution and the same I want to post here, so that [...]]]></description>
		<link>http://www.fivenumber.com/the-local-farm-is-not-accessible-cmdlets-with-featuredependencyid-are-not-registered/</link>
			</item>
	<item>
		<title>SharePoint 2010 Site Templates</title>
		<description><![CDATA[The following are the site templates shipped with SharePoint 2010 Beta and available for creating top-level sites



Collaboration




Team Site


Blank Site


Document Workspace


Blog


Group Work Site


Visio Process Repository


Meetings




Basic Meeting Workspace


Blank Meeting Workspace


Decision Meeting Workspace


Social Meeting Workspace


Multipage Meeting Workspace


Enterprise




Document Center


Records Center


Business Intelligence Center


Enterprise Search Center


My Site Host


Basic Search Center


FAST Search Center


Publishing




Publishing Portal


Enterprise Wiki



The following is the list site templates available [...]]]></description>
		<link>http://www.fivenumber.com/sharepoint-2010-site-templates/</link>
			</item>
	<item>
		<title>SharePoint 2010 and Office 2010 Launch</title>
		<description><![CDATA[Microsoft officially  announced that 12th May, 2010 is the date of launch for SharePoint 2010 and  Office 2010
All of can virtually join for the event  on 12th May, at 11 a.m EST to listen to Stephen Elop, President of the Microsoft  Business Division, please register for the event on the following [...]]]></description>
		<link>http://www.fivenumber.com/sharepoint-2010-and-office-2010-launch/</link>
			</item>
	<item>
		<title>Capacity Planning for SharePoint 2010</title>
		<description><![CDATA[The capacity planning document describes about the capacity and  performance uniqueness and recommendations of the features incorporated  in SharePoint 2010 server.
Please look in to the Capacity  Management Resource Center for SharePoint 2010 gone live when Office  2010 released  on April 16th.
]]></description>
		<link>http://www.fivenumber.com/capacity-planning-for-sharepoint-2010/</link>
			</item>
	<item>
		<title>What&#8217;s New in Microsoft SharePoint 2010</title>
		<description><![CDATA[People who are looking for E-Learning courses and to know what&#8217;s new in Sharepoint 2010, please follow the links below and sign up for the courses, even you may download the entire course for offline viewing.
Clinic 10277: What&#8217;s New in Microsoft SharePoint 2010 for Developers
 Developing SharePoint 2010 Solutions by Using Visual Studio 2010

 Creating [...]]]></description>
		<link>http://www.fivenumber.com/whats-new-in-microsoft-sharepoint-2010/</link>
			</item>
	<item>
		<title>A quick look on WSS Out Of Box web services &#8211; Part 2</title>
		<description><![CDATA[In my previous post you can have a quick look on WSS Out Of Box web services – Part 1
In this post once again I want to update few WSS web service handy programs with minimum lines of code.
Before executing the code first of all add web reference  http://servername:port/_vti_bin/Webs.asmx
In this example I have given [...]]]></description>
		<link>http://www.fivenumber.com/a-quick-look-on-wss-out-of-box-web-services-part-2/</link>
			</item>
	<item>
		<title>How to find Sharepoint version</title>
		<description><![CDATA[Normally to find the Sharepoint version we approach Central administration page Central Administration &#62; Operations &#62; Servers in Farm
One more method using SQL query
SELECT Version FROM Versions WHERE VersionId = &#8216;00000000-0000-0000-0000-000000000000&#8242;
Also you can find Sharepoint version programmatically using API
using (SPSite site = new SPSite(&#8220;&#60;Central Administration Site URL&#8230;..&#62;&#8221;))
{
SPFarm farm = site.WebApplication.Farm;
Console.WriteLine(SPWebService.ContentService.Farm.BuildVersion.ToString());
}
Console.WriteLine(&#8220;Press any key to continue&#8230;..&#8221;);
Console.ReadLine();
]]></description>
		<link>http://www.fivenumber.com/how-to-find-sharepoint-version/</link>
			</item>
	<item>
		<title>SharePoint 2010 &amp; Office 2010 Launch</title>
		<description><![CDATA[Microsoft has made an official announcement that on May 12th, 2010 is the launch date for SharePoint 2010 &#38; Office 2010
Let us join Microsoft virtually on May 12th at 11am EST and listen to Stephen Elop, President of the Microsoft Business Division, use the following link to register for the event Microsoft Office 2010 and SharePoint [...]]]></description>
		<link>http://www.fivenumber.com/sharepoint-2010-office-2010-launch/</link>
			</item>
	<item>
		<title>A quick look on Sharepoint object model programs &#8211; Part 2</title>
		<description><![CDATA[In my previous post you can have a quick look on Sharepoint object model programs &#8211; Part 1
Here, once again am going to post Sharepoint object model programs (part 2) with minimum lines of code and are really handy, which are actually most useful even.
Show only BLOG sites:
        [...]]]></description>
		<link>http://www.fivenumber.com/a-quick-look-on-sharepoint-object-model-programs-part-2/</link>
			</item>
</channel>
</rss>
