<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;DUMGSHs_fyp7ImA9WhRaE0Q.&quot;"><id>tag:blogger.com,1999:blog-7689957907981579273</id><updated>2012-02-16T05:03:49.547-08:00</updated><category term="Programming enhancements in SharePoint 2010" /><category term="Webparts" /><category term="Linq with SharePoint2010" /><category term="MOSS 2007 Page processing and MCMS page processing" /><category term="Floating (Movable) Web Part Task Pane" /><category term="usefull MOSS Search Development Articles" /><category term="MOSS 2007 Alternate Access Mapping" /><category term="setting up variations in MOSS 2007" /><category term="MOSS 2007 Checking In and Checking out multiple documents" /><category term="STSADM" /><category term="New features announced for SharePoint Server 2010" /><category term="MOSS Web Application App Pool Account" /><category term="MOSS 2007 Language packs" /><category term="MOSS ASP.Net Page Request" /><category term="New namespaces added in 2010" /><category term="PowerShell" /><category term="Hardware and Software requirements  for SharePoint Server 2010" /><category term="WSS4.0" /><category term="MOSS 2007 Pages and Query String Parameters" /><category term="Get-Help" /><category term="Get-Command" /><category term="web parts" /><category term="Linq for SharePoint 2010" /><category term="MOSS Search" /><category term="Working with Large SharePoint Database files" /><category term="Programming SharePoint 2007 Web Services" /><category term="Advantage of building SharePoint Server on 2010" /><category term="Overview of SharePoint 2010" /><category term="Creating a Custom HttpHandler in Windows SharePoint Services 3.0" /><category term="SharePoint 2010 Business Connectivity Services" /><category term="SPMetal" /><category term="Access STSADM.EXE From any Directory in a Command Prompt" /><category term="c# yield return" /><category term="SharePoint 2010" /><category term="Silverlight Web Parts" /><category term="MOSS Context menu's script" /><category term="PowerShell for SharePoint 2010" /><category term="SharePoint Architecture" /><category term="BreadCrumb" /><category term="Namespace" /><category term="SharePoint Foundation Services" /><category term="MOSS Web Services" /><category term="Working with bulk list items" /><category term="Linq" /><category term="New in SharePoint 2010; Business Connectivity Services; Visio Services;" /><category term="Global Assembly Cache" /><category term="Customizing Navigation Nodes of BreadCrumb" /><category term="Resuable content in Mocrosoft Office Share Point Server 2007" /><category term="adding Audiences and audience rules" /><category term="SPVirtualPathProvider" /><category term="ShatePoint AudienceManager" /><category term="Redirecting Web Sites in IIS 6.0 (IIS 6.0)" /><title>SharePoint</title><subtitle type="html" /><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://sharepointstuff4u.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://sharepointstuff4u.blogspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>Paramesh</name><uri>http://www.blogger.com/profile/18174096356192652481</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>36</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/blogspot/hfqE" /><feedburner:info uri="blogspot/hfqe" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;DkENQnwyfip7ImA9WhZaF0g.&quot;"><id>tag:blogger.com,1999:blog-7689957907981579273.post-1140570999865931356</id><published>2011-07-03T21:41:00.000-07:00</published><updated>2011-07-03T21:44:53.296-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-03T21:44:53.296-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Get-Command" /><category scheme="http://www.blogger.com/atom/ns#" term="Get-Help" /><category scheme="http://www.blogger.com/atom/ns#" term="PowerShell" /><title>Powershell made easy</title><content type="html">The easiest way to learn powershell
&lt;br /&gt;If you remeber the two commandlets "Get-Help" and "Get-Command" your hand book for powershell is ready.
&lt;br /&gt;
&lt;br /&gt;1. Open commandprompt Start--&amp;gt;Run--&amp;gt;cmd --&amp;gt;Press enter Key
&lt;br /&gt;2. Type in powershell and click enter, if the command prompt invokes powershell without returning any error which means that you have powershell installed, otherwise install powershell preferable Windows Powershell 2.0 refer &lt;A href="http://support.microsoft.com/kb/968930/en-us"&gt;http://support.microsoft.com/kb/968930/en-us&lt;/A&gt;
&lt;br /&gt;3. Now to learn any powershell comand let type in "&lt;STRONG&gt;Get-help &lt;COMMAND-LET cmdlet strong name&lt;&gt;&amp;gt; -detailed, this will give the entire detail of the given powershell command including example.
&lt;br /&gt;Eg: &lt;STRONG&gt;Get-Help Get-Process -detailed&lt;/STRONG&gt;
&lt;br /&gt;4. How to know the existing powershell command lets? here is the simple way if you know the module. Type in &lt;STRONG&gt;Get-help Get-Command -full&lt;/STRONG&gt;, this will return all the possible help for Get-Command for you retrieve the command. Get-Command is a cmdlet by itself
&lt;br /&gt;Eg: &lt;STRONG&gt;Get-Command -CommandType All&lt;/STRONG&gt; --&amp;gt; will list all the existing commands for powershell.
&lt;br /&gt;Two Powershell cmdlets -- Get-Help &amp;amp; Get-Command.
&lt;br /&gt;
&lt;br /&gt;Rule the world of powershell!!!
&lt;br /&gt;Happy powershell scripting
&lt;br /&gt;&lt;/STRONG&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7689957907981579273-1140570999865931356?l=sharepointstuff4u.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/QTlVr-0O4Fm3rPTql6-NtLD3TM8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QTlVr-0O4Fm3rPTql6-NtLD3TM8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/QTlVr-0O4Fm3rPTql6-NtLD3TM8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QTlVr-0O4Fm3rPTql6-NtLD3TM8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/hfqE/~4/kJQNZPu5aRE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sharepointstuff4u.blogspot.com/feeds/1140570999865931356/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sharepointstuff4u.blogspot.com/2011/07/powershell-made-easy.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/1140570999865931356?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/1140570999865931356?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/hfqE/~3/kJQNZPu5aRE/powershell-made-easy.html" title="Powershell made easy" /><author><name>Paramesh</name><uri>http://www.blogger.com/profile/18174096356192652481</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://sharepointstuff4u.blogspot.com/2011/07/powershell-made-easy.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEEFRHc7eCp7ImA9WxNbGUk.&quot;"><id>tag:blogger.com,1999:blog-7689957907981579273.post-5696507707455822697</id><published>2009-11-22T19:15:00.000-08:00</published><updated>2009-11-22T19:23:35.900-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-22T19:23:35.900-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Hardware and Software requirements  for SharePoint Server 2010" /><title>Hardware and Software requirements  for SharePoint Server 2010</title><content type="html">&lt;strong&gt;&lt;u&gt;&lt;span style="font-family:verdana;"&gt;Hardware and Software requirements  for SharePoint Server 2010&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;strong&gt;&lt;u&gt;Harware Requirements&lt;/u&gt;&lt;br /&gt;Processor&lt;/strong&gt; --&gt; 64-bit, dual processor, 3 GHz&lt;br /&gt;&lt;strong&gt;RAM&lt;/strong&gt; --&gt; 4 GB for stand-alone or evaluation installation (or) 8 GB for single server and multiple server farm installation for production use&lt;br /&gt;&lt;strong&gt;Hard disk&lt;/strong&gt; --&gt; 80 GB&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;u&gt;&lt;strong&gt;&lt;span style="font-family:verdana;"&gt;Software Requirements&lt;/span&gt;&lt;/strong&gt;&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;strong&gt;Database server in a farm&lt;/strong&gt;: The 64-bit edition of Microsoft SQL Server 2005 with Service Pack 3 (SP3), or the 64-bit edition of Microsoft SQL Server 2008 with Service Pack 1 (SP1)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;strong&gt;&lt;u&gt;&lt;/u&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;strong&gt;&lt;u&gt;Stand-alone server&lt;/u&gt;&lt;/strong&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;1) The 64-bit edition of Windows Server 2008 Standard with SP2&lt;br /&gt;2) Web Server (IIS) role&lt;br /&gt;3) Application Server role&lt;br /&gt;4) Microsoft .NET Framework version 3.5 SP1&lt;br /&gt;5) SQL Server 2008 Express with SP1&lt;br /&gt;6) Microsoft "Geneva" Framework&lt;br /&gt;7) Microsoft Sync Framework Runtime v1.0 (x64)&lt;br /&gt;8) Microsoft Filter Pack 2.0&lt;br /&gt;9) Microsoft Chart Controls for the Microsoft .NET Framework 3.5&lt;br /&gt;10) Windows PowerShell 2.0 CTP3&lt;br /&gt;11) SQL Server 2008 Native Client&lt;br /&gt;12) Microsoft SQL Server 2008 Analysis Services ADOMD.NET&lt;br /&gt;13) ADO.NET Data Services v1.5 CTP2&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Verdana;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;strong&gt;&lt;u&gt;Front-end Web servers and application servers in a farm&lt;/u&gt;&lt;/strong&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;1) The 64-bit edition of Windows Server 2008 Standard with SP2&lt;br /&gt;2) Web Server (IIS) role&lt;br /&gt;3) Application Server role&lt;br /&gt;4) Microsoft .NET Framework version 3.5 SP1&lt;br /&gt;5) Microsoft "Geneva" Framework&lt;br /&gt;6) Microsoft Sync Framework Runtime v1.0 (x64)&lt;br /&gt;7) Microsoft Filter Pack 2.0&lt;br /&gt;8) Microsoft Chart Controls for the Microsoft .NET Framework 3.5&lt;br /&gt;9) Windows PowerShell 2.0 CTP3&lt;br /&gt;10) SQL Server 2008 Native Client&lt;br /&gt;11) Microsoft SQL Server 2008 Analysis Services ADOMD.NET&lt;br /&gt;12) ADO.NET Data Services v1.5 CTP2&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;strong&gt;&lt;u&gt;&lt;span style="font-family:verdana;"&gt;Client computer&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;1) Microsoft Silverlight 3.0&lt;br /&gt;2) A supported browser&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7689957907981579273-5696507707455822697?l=sharepointstuff4u.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/eSiZ3Ml6A5zaFLrJd8we_VWOxqo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/eSiZ3Ml6A5zaFLrJd8we_VWOxqo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/eSiZ3Ml6A5zaFLrJd8we_VWOxqo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/eSiZ3Ml6A5zaFLrJd8we_VWOxqo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/hfqE/~4/zTn0kgLh9nI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sharepointstuff4u.blogspot.com/feeds/5696507707455822697/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sharepointstuff4u.blogspot.com/2009/11/hardware-and-software-requirements-for.html#comment-form" title="36 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/5696507707455822697?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/5696507707455822697?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/hfqE/~3/zTn0kgLh9nI/hardware-and-software-requirements-for.html" title="Hardware and Software requirements  for SharePoint Server 2010" /><author><name>Paramesh</name><uri>http://www.blogger.com/profile/18174096356192652481</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>36</thr:total><feedburner:origLink>http://sharepointstuff4u.blogspot.com/2009/11/hardware-and-software-requirements-for.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkYAQHYzfyp7ImA9WxNbGEg.&quot;"><id>tag:blogger.com,1999:blog-7689957907981579273.post-3648542037254860710</id><published>2009-11-21T18:41:00.000-08:00</published><updated>2009-11-21T18:49:01.887-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-21T18:49:01.887-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Advantage of building SharePoint Server on 2010" /><title>Advantage of 64-bit OS for SharePoint Server 2010</title><content type="html">&lt;strong&gt;Advantage of 64-bit OS for SharePoint Server 2010&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;The main reason for building SharePoint Server 2010 on 64-bit OS is&lt;br /&gt;(remember optimum benefit is derived only when 64-bit hardware and software are working together)&lt;br /&gt;&lt;br /&gt;1. A server that has both a 64-bit CPU and a 64-bit data bus is better able to process and manage the large database files associated with Office SharePoint Server 2007. Among other benefits, a 64-bit CPU can calculate individual tasks two times as fast as a 32-bit model and can address significantly more random access memory (RAM) than the 4-gigabyte (GB) limit imposed by 32-bit processors.  The prevalence of 32-bit servers puts some limitations on the speed, reliability, and scalability of applications that require a lot of resources, such as Office SharePoint Server 2007.&lt;br /&gt;2) A 32-bit system architecture can directly address only a 4-GB address space whereas a 64-bit system architecture that is running a 64-bit edition of Windows Server can support up to 1,024 GB of both physical and addressable memory.&lt;br /&gt;3) The 64-bit editions of Windows Server can address 16 terabytes of virtual memory by using a flat addressing model.&lt;br /&gt;4) A 64-bit system offers practically unlimited address space for user mode processes.&lt;br /&gt;5) Improvements in parallel processing and bus architectures enable 64-bit environments to support as many as 64 processors and provide almost linear scalability with each additional processor.&lt;br /&gt;6) Function calls are also faster in a 64-bit environment because as many as four arguments at a time can be passed in registers to a function.&lt;br /&gt;7) It is less likely that the buffer will overflow&lt;br /&gt;8) Fewer lost connections, improved I/O handling&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7689957907981579273-3648542037254860710?l=sharepointstuff4u.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/OQjx0xgSTd0fswpDVFiBOk2enRo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/OQjx0xgSTd0fswpDVFiBOk2enRo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/OQjx0xgSTd0fswpDVFiBOk2enRo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/OQjx0xgSTd0fswpDVFiBOk2enRo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/hfqE/~4/qVu_wmV0iuo" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sharepointstuff4u.blogspot.com/feeds/3648542037254860710/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sharepointstuff4u.blogspot.com/2009/11/advantage-of-64-bit-os-for-sharepoint.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/3648542037254860710?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/3648542037254860710?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/hfqE/~3/qVu_wmV0iuo/advantage-of-64-bit-os-for-sharepoint.html" title="Advantage of 64-bit OS for SharePoint Server 2010" /><author><name>Paramesh</name><uri>http://www.blogger.com/profile/18174096356192652481</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://sharepointstuff4u.blogspot.com/2009/11/advantage-of-64-bit-os-for-sharepoint.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0ADSX46eyp7ImA9WxNbFkU.&quot;"><id>tag:blogger.com,1999:blog-7689957907981579273.post-7631858829889096167</id><published>2009-11-19T17:46:00.000-08:00</published><updated>2009-11-19T17:49:38.013-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-19T17:49:38.013-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="STSADM" /><category scheme="http://www.blogger.com/atom/ns#" term="Access STSADM.EXE From any Directory in a Command Prompt" /><title>Access STSADM.EXE From any Directory in a Command Prompt</title><content type="html">&lt;span style="font-family:verdana;"&gt;&lt;strong&gt; Access STSADM.EXE From any Directory in a Command Prompt&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;strong&gt;ST&lt;/strong&gt;&lt;/span&gt;&lt;span style="font-family:verdana;"&gt;&lt;strong&gt;SADM.EXE&lt;/strong&gt;&lt;/span&gt;&lt;span style="font-family:verdana;"&gt; the main administration utility for SharePoint, is a command line utility. You'll find it in c:\program files\common files\microsoft shared\web server extensions\12\bin . To run it, you have to actually be in that directory... but its itching to go to that path and then executing the command Instead, add the directory to the PATH environment variable so you can type STSADM.EXE from any directory on your system. To do this:&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Start -&gt; All Programs -&gt; Control Panel -&gt; System&lt;br /&gt;On the Advanced tab, click the Environment Variables button.&lt;br /&gt;Select the variable Path and click the Edit button.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Add the following to the end of the Variable value field (don't forget the semicolon... the Path environment variable is a semicolon delimited string of directories):;C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN&lt;br /&gt;OK out of all the dialogs.&lt;br /&gt;Next time your system restarts, you'll be able to type STSADM.EXE at a command prompt from any directory on your system.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7689957907981579273-7631858829889096167?l=sharepointstuff4u.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/IRgz4Y7ZKo2M1aJ7cTJw1iMydJQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/IRgz4Y7ZKo2M1aJ7cTJw1iMydJQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/IRgz4Y7ZKo2M1aJ7cTJw1iMydJQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/IRgz4Y7ZKo2M1aJ7cTJw1iMydJQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/hfqE/~4/nE8qrwviD9g" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sharepointstuff4u.blogspot.com/feeds/7631858829889096167/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sharepointstuff4u.blogspot.com/2009/11/access-stsadmexe-from-any-directory-in.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/7631858829889096167?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/7631858829889096167?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/hfqE/~3/nE8qrwviD9g/access-stsadmexe-from-any-directory-in.html" title="Access STSADM.EXE From any Directory in a Command Prompt" /><author><name>Paramesh</name><uri>http://www.blogger.com/profile/18174096356192652481</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://sharepointstuff4u.blogspot.com/2009/11/access-stsadmexe-from-any-directory-in.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEUBRnc9cSp7ImA9WxNbFUw.&quot;"><id>tag:blogger.com,1999:blog-7689957907981579273.post-1085472927695941148</id><published>2009-11-17T18:34:00.000-08:00</published><updated>2009-11-17T18:44:17.969-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-17T18:44:17.969-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Customizing Navigation Nodes of BreadCrumb" /><category scheme="http://www.blogger.com/atom/ns#" term="BreadCrumb" /><title>Adding navigation hierarchial nodes to BreadBrumb</title><content type="html">&lt;strong&gt;&lt;span style="font-family:verdana;"&gt;Showing links to Sub Folders of Document Library in &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;BreadCrumb&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;
&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;/span&gt;
&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;While navigating to folders within Document library, have you ever &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_1"&gt;noticed&lt;/span&gt; the name of the folder in &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;BreadCrumb&lt;/span&gt;........&lt;/span&gt;
&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;By default you will not be seeing folders of a document library in &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;BreadCrumb&lt;/span&gt;, you will be able to see only till the name of the Document Library&lt;/span&gt;
&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Unless you customize the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;BreadCrumb&lt;/span&gt;, &lt;/span&gt;
&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;so How to customize it?&lt;/span&gt;
&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Follow the below steps to display the Sub Folders of a Document Library in &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;BreadCrumb&lt;/span&gt;&lt;/span&gt;
&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;1. Open &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;SharePoint&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;Desigenr&lt;/span&gt; 2007
&lt;br /&gt;2. Open that web site where you want to customize the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;BreadCrumb&lt;/span&gt;
&lt;br /&gt;3. Go to that document library. Inside you can see a folder with the name of "Forms".
&lt;br /&gt;4. Double click to open it.
&lt;br /&gt;5. Double click on "&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;AllItems&lt;/span&gt;.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;aspx&lt;/span&gt;" file.
&lt;br /&gt;6. Within that source, you can see the below code. sometime, the below code will not be available. If the code is not available, add the below code in between any of the 2 Content blocks.&lt;/span&gt;
&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;/span&gt;
&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;asp:content id=""&gt;Content1&lt;/strong&gt;" ContentPlaceHolderId="&lt;strong&gt;PlaceHolderTitleBreadcrumb&lt;/strong&gt;" runat="server"&gt;
&lt;br /&gt;&lt;div class="breadcrumb"&gt;
&lt;br /&gt;&lt;asp:SiteMapPath ID="siteMapPath1" Runat="server" SiteMapProvider="CurrentNavSiteMapProviderNoEncode"
&lt;br /&gt;RenderCurrentNodeAsLink="false" SkipLinkText="" CurrentNodeStyle-CssClass="breadcrumbCurrent" NodeStyle-CssClass="ms-sitemapdirectional"/&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/asp:Content&gt;&lt;/span&gt;
&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;/span&gt;
&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;7. Change the &lt;strong&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;SiteMapProvider&lt;/span&gt;&lt;/strong&gt; value as "&lt;strong&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;SPContentMapProvider&lt;/span&gt;&lt;/strong&gt;" instead of "&lt;strong&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;CurrentNavSiteMapProviderNoEncode&lt;/span&gt;&lt;/strong&gt;"
&lt;br /&gt;See the Sample Code below:
&lt;br /&gt;&lt;asp:content id=""&gt;Content1&lt;/strong&gt;" ContentPlaceHolderId="&lt;strong&gt;PlaceHolderTitleBreadcrumb&lt;/strong&gt;" runat="server"&gt;
&lt;br /&gt;&lt;div class="breadcrumb"&gt;
&lt;br /&gt;&lt;asp:SiteMapPath ID="siteMapPath1" Runat="server" SiteMapProvider="SPContentMapProvider"
&lt;br /&gt;RenderCurrentNodeAsLink="false" SkipLinkText="" CurrentNodeStyle-CssClass="breadcrumbCurrent" NodeStyle-CssClass="ms-sitemapdirectional"/&gt;
&lt;br /&gt;&lt;/div&gt;&lt;/span&gt;
&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;/span&gt;
&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Navigate to a sub folder in the document library where we modified the code&lt;/span&gt;
&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;And you are done..... :)&lt;/span&gt;
&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7689957907981579273-1085472927695941148?l=sharepointstuff4u.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/DhsGsCPDvP2yDf55X22gJZftA5k/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/DhsGsCPDvP2yDf55X22gJZftA5k/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/DhsGsCPDvP2yDf55X22gJZftA5k/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/DhsGsCPDvP2yDf55X22gJZftA5k/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/hfqE/~4/lOgE3AXoZXI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sharepointstuff4u.blogspot.com/feeds/1085472927695941148/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sharepointstuff4u.blogspot.com/2009/11/adding-navigation-hierarchial-nodes-to.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/1085472927695941148?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/1085472927695941148?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/hfqE/~3/lOgE3AXoZXI/adding-navigation-hierarchial-nodes-to.html" title="Adding navigation hierarchial nodes to BreadBrumb" /><author><name>Paramesh</name><uri>http://www.blogger.com/profile/18174096356192652481</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://sharepointstuff4u.blogspot.com/2009/11/adding-navigation-hierarchial-nodes-to.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEQCQ386eCp7ImA9WxNbFE4.&quot;"><id>tag:blogger.com,1999:blog-7689957907981579273.post-4410371143765090487</id><published>2009-11-16T20:15:00.000-08:00</published><updated>2009-11-16T20:32:42.110-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-16T20:32:42.110-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Creating a Custom HttpHandler in Windows SharePoint Services 3.0" /><title>Creating a Custom HttpHandler in Windows SharePoint Services 3.0</title><content type="html">&lt;span style="font-family:verdana;"&gt;&lt;strong&gt;Creating a Custom HttpHandler in Windows SharePoint Services 3.0&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;ASP.NET programming supports the creation of custom HttpHandler components, which provide a flexible and efficient way to process requests that don't return standard HTML-based pages. For example, HttpHandler components are great for situations in which you want to return simple text, XML, or binary data to the user.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;The easiest way to create a custom HttpHandler component is to create a source file with an .ashx extension. You must then add a @WebHandler directive to the top of the .ashx file, along with a class definition that implements the IHttpHandler interface. Any class that implements the IHttpHandler interface must provide an implementation of the IsReusable method and the ProcessRequest method. If you want to be able to program against the Windows SharePoint Services object model from inside the HttpHandler component, you can also add an @Assembly directive to reference the Microsoft.SharePoint assembly.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;%@ Assembly Name="Microsoft.SharePoint, [full assembly name]" %&gt;&lt;br /&gt;&lt;%@ WebHandler Language="C#" Class="HelloHttpHandler" %&gt;&lt;br /&gt;using System;&lt;br /&gt;using System.Web;&lt;br /&gt;using Microsoft.SharePoint;&lt;br /&gt;public class HelloHttpHandler : IHttpHandler {&lt;br /&gt;public bool IsReusable {&lt;br /&gt;get { return false; }&lt;br /&gt;}&lt;br /&gt;public void ProcessRequest(HttpContext context) {&lt;br /&gt;SPSite siteColl = SPContext.Current.Site;&lt;br /&gt;SPWeb site = SPContext.Current.Web;&lt;br /&gt;context.Response.ContentType = "text/plain"&lt;br /&gt;context.Response.Write("Hello HttpHandler from the site " +&lt;br /&gt;site.Title +&lt;br /&gt;" at " +&lt;br /&gt;site.Url);&lt;br /&gt;}&lt;br /&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;After you create an .ashx file that defines an HttpHandler component, you must deploy it within the \LAYOUTS directory as you would deploy a custom application page. A best practice is not to deploy any files directly inside the \LAYOUTS directory but instead to create a project-specific or company-specific directory and then to deploy files inside this inner directory. That way you don't run the risk of file name conflicts as you deploy a custom solution.&lt;br /&gt;After you deploy your .ashx file within a directory nested within the \LAYOUTS directory, it is accessible to any site in the farm by using a site-relative path.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://mywebserver/sites/Sales/_layouts/Litware/HelloHttpHandler.ashx"&gt;&lt;span style="font-family:verdana;"&gt;http://MyWebServer/sites/Sales/_layouts/Litware/HelloHttpHandler.ashx&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;As with a standard application page, the HttpHandler component can gain an entry point into the Windows SharePoint Services object model to the current SPSite and SPWeb objects by using SPContext.Current.Site and SPContext.Current.Web.&lt;br /&gt;You can write content back to the caller by using one or more calls to context.Response.Write or context.Response.BinaryWrite. You can also write data directly to the ASP.NET output stream by using various classes available in the System.IO namespace.&lt;br /&gt;Finally, note that you are often required to programmatically assign a value to the ContentType property of the ASP.NET Response object. This example demonstrated using a ContentType value of "text/plain" to indicate that simple text is returned. You use a value of "text/xml" if your handler creates and passes back an XML document. There are also other values that you can use to indicate other types of files, such as Microsoft Word documents, PDF files, and media files such as audio clips and movies.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7689957907981579273-4410371143765090487?l=sharepointstuff4u.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/eQPUH82NOBm6pDiLX5GT58j9Ua0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/eQPUH82NOBm6pDiLX5GT58j9Ua0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/eQPUH82NOBm6pDiLX5GT58j9Ua0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/eQPUH82NOBm6pDiLX5GT58j9Ua0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/hfqE/~4/6dLl9DEbTKA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sharepointstuff4u.blogspot.com/feeds/4410371143765090487/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sharepointstuff4u.blogspot.com/2009/11/creating-custom-httphandler-in-windows.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/4410371143765090487?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/4410371143765090487?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/hfqE/~3/6dLl9DEbTKA/creating-custom-httphandler-in-windows.html" title="Creating a Custom HttpHandler in Windows SharePoint Services 3.0" /><author><name>Paramesh</name><uri>http://www.blogger.com/profile/18174096356192652481</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>2</thr:total><feedburner:origLink>http://sharepointstuff4u.blogspot.com/2009/11/creating-custom-httphandler-in-windows.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0YAQXc-fip7ImA9WxNbE04.&quot;"><id>tag:blogger.com,1999:blog-7689957907981579273.post-5364447301430476067</id><published>2009-11-15T18:34:00.000-08:00</published><updated>2009-11-15T18:39:00.956-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-15T18:39:00.956-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Floating (Movable) Web Part Task Pane" /><title>Floating (Movable) Web Part Task Pane</title><content type="html">&lt;span style="font-family:verdana;"&gt;&lt;strong&gt;Floating (Movable) Web Part Task Pane&lt;/strong&gt;
&lt;br /&gt;
&lt;br /&gt;The following script will allow you to attach javascript dragging events to any element on the page, using only it's "ID" field. The only trouble that I had implementing this into SharePoint is that you have to circumvent the out-of-the-box tag. This is easy enough with a little change to your master page.
&lt;br /&gt;
&lt;br /&gt;1. Download "&lt;/span&gt;&lt;a href="http://www.dynamicdrive.com/dynamicindex11/domdrag/"&gt;&lt;span style="font-family:verdana;"&gt;dom-drag.js&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:verdana;"&gt;" from the website mentioned above
&lt;br /&gt;2. Upload this script somewhere on your server
&lt;br /&gt;3. Open your master page in SharePoint Designer 2007
&lt;br /&gt;4. Find the line in your master page that begins with 
&lt;br /&gt;&lt;body onload="javascript:_spFormOnSubmitWrapper();"&gt;
&lt;br /&gt;5. Replace this line with the following code: 
&lt;br /&gt;&lt;body onload="javascript:loadDragElements();"&gt;
&lt;br /&gt;6. In the &lt;head&gt; section of your master page, add the following code: &lt;script src="/relative_path_goes_here/dom-drag.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;br /&gt;&lt;script language="javascript" type="text/javascript"&gt; function loadDragElements() { _spBodyOnLoadWrapper(); var theHandle = document.getElementById("MSOTlPn_ToolPaneCaption"); var theRoot = document.getElementById("MSOTlPn_Tbl"); if(theHandle != null &amp;&amp; theRoot != null) { Drag.init(theHandle, theRoot); } } &lt;/script&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;script type="text/javascript" src="/relative_path_goes_here/dom-drag.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" language="javascript"&gt; function loadDragElements() { _spBodyOnLoadWrapper(); var theHandle = document.getElementById("MSOTlPn_ToolPaneCaption"); var theRoot = document.getElementById("MSOTlPn_Tbl"); if(theHandle != null &amp;amp;&amp;amp; theRoot != null) { Drag.init(theHandle, theRoot); } } &lt;/script&gt;
&lt;br /&gt;7. Add this code to your default CSS file:
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;/* float web part panel */ .ms-ToolPaneOuter { position: absolute; height: 80% !important; border: 2px #6f9dd9 solid; top: 0; left: 0; } td#MSOTlPn_MainTD { width: 0 !important; } td#MSOTlPn_ToolPaneCaption { cursor: move; }
&lt;br /&gt;
&lt;br /&gt;Notice that we moved the "_spBodyOnLoadWrapper();" event into our custom onload event.  This allows us to call the event as normal, but also to add our own custom onload javascript.  The CSS basically hides the right-hand column and then "floats" the task pane by giving it an absolute position within the page. You can adjust the "top" and "left" values to make the task pane appear anywhere within the window.
&lt;br /&gt;
&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7689957907981579273-5364447301430476067?l=sharepointstuff4u.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/qrFCIYP25Ipbx-NZMzy560ymOdU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/qrFCIYP25Ipbx-NZMzy560ymOdU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/qrFCIYP25Ipbx-NZMzy560ymOdU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/qrFCIYP25Ipbx-NZMzy560ymOdU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/hfqE/~4/cE-irVyQCj0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sharepointstuff4u.blogspot.com/feeds/5364447301430476067/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sharepointstuff4u.blogspot.com/2009/11/floating-movable-web-part-task-pane.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/5364447301430476067?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/5364447301430476067?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/hfqE/~3/cE-irVyQCj0/floating-movable-web-part-task-pane.html" title="Floating (Movable) Web Part Task Pane" /><author><name>Paramesh</name><uri>http://www.blogger.com/profile/18174096356192652481</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://sharepointstuff4u.blogspot.com/2009/11/floating-movable-web-part-task-pane.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0MNQXwyfip7ImA9WxNbEkk.&quot;"><id>tag:blogger.com,1999:blog-7689957907981579273.post-4029406146759703069</id><published>2009-11-14T15:31:00.000-08:00</published><updated>2009-11-14T15:31:30.296-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-14T15:31:30.296-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Redirecting Web Sites in IIS 6.0 (IIS 6.0)" /><title>Redirecting Web Sites in IIS 6.0 (IIS 6.0)</title><content type="html">&lt;b&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;Redirecting Web Sites in IIS 6.0 (IIS 6.0)&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;When a browser requests a page or program on your Web site, the Web server locates the page identified by the URL and returns it to the browser. When you move a page on your Web site, you can't always correct all of the links that refer to the old URL of the page. To make sure that browsers can find the page at the new URL, you can instruct the Web server to redirect the browser to the new URL.&lt;/span&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;You can redirect requests for files in one directory to a different directory, to a different Web site, or to another file in a different directory. When the browser requests the file at the original URL, the Web server instructs the browser to request the page by using the new URL.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;Important&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;You must be a member of the Administrators group on the local computer to perform the following procedure or procedures. As a security best practice, log on to your computer by using an account that is not in the Administrators group, and then use the runas command to run IIS Manager as an administrator. At a command prompt, type runas /user:Administrative_AccountName "mmc %systemroot%\system32\inetsrv\iis.msc". &lt;/span&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;Procedures&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;&lt;strong&gt;To redirect requests to another Web site or directory&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;1.In IIS Manager, expand the local computer, right-click the Web site or directory you want to redirect, and click Properties.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;2.Click the Home Directory, Virtual Directory, or Directory tab.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;3.Under The content for this source should come from, click A redirection to a URL.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;4.In the Redirect to box, type the URL of the destination directory or Web site. For example, to redirect all requests for files in the Catalog directory to the NewCatalog directory, type /NewCatalog.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;&lt;strong&gt;To redirect all requests to a single file&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;1.In IIS Manager, expand the local computer, right-click the Web site or directory you want to redirect, and click Properties.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;2.Click the Home Directory, Virtual Directory, or Directory tab.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;3.Under The content for this source should come from, click A redirection to a URL.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;4.In the Redirect to box, type the URL of the destination file.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;5.Select the The exact URL entered above check box to prevent the Web server from appending the original file name to the destination URL.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;You can use wildcards and redirect variables in the destination URL to precisely control how the original URL is translated into the destination URL.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;You can also use the redirect method to redirect all requests for files in a particular directory to a program. Generally, you should pass any parameters from the original URL to the program, which you can do by using redirect variables.&lt;/span&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;&lt;strong&gt;To redirect requests to a program&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;1.In IIS Manager, expand the local computer, right-click the Web site or directory you want to redirect, and click Properties.&lt;br /&gt;
2.Click the Home Directory, Virtual Directory, or Directory tab.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;3.Under The content for this source should come from, click A redirection to a URL.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;In the Redirect to box, type the URL of the program, including any redirect variables needed to pass parameters to the program. For example, to redirect all requests for scripts in a Scripts directory to a logging program that records the requested URL and any parameters passed with the URL, type /Scripts/Logger.exe?URL=$V+PARAMS=$P. $V and $P are redirect variables.&lt;/span&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;4.Select the The exact URL entered above check box to prevent the Web server from appending the original file name to the destination URL.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Source: &lt;a href="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/6b855a7a-0884-4508-ba95-079f38c77017.mspx?mfr=true"&gt;http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/6b855a7a-0884-4508-ba95-079f38c77017.mspx?mfr=true&lt;/a&gt; &lt;br /&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7689957907981579273-4029406146759703069?l=sharepointstuff4u.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/32B1MXKeymo6frrx9HCO2ITlm_o/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/32B1MXKeymo6frrx9HCO2ITlm_o/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/32B1MXKeymo6frrx9HCO2ITlm_o/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/32B1MXKeymo6frrx9HCO2ITlm_o/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/hfqE/~4/ek9Lahm0ljM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sharepointstuff4u.blogspot.com/feeds/4029406146759703069/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sharepointstuff4u.blogspot.com/2009/11/redirecting-web-sites-in-iis-60-iis-60.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/4029406146759703069?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/4029406146759703069?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/hfqE/~3/ek9Lahm0ljM/redirecting-web-sites-in-iis-60-iis-60.html" title="Redirecting Web Sites in IIS 6.0 (IIS 6.0)" /><author><name>Paramesh</name><uri>http://www.blogger.com/profile/18174096356192652481</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>2</thr:total><feedburner:origLink>http://sharepointstuff4u.blogspot.com/2009/11/redirecting-web-sites-in-iis-60-iis-60.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkUDRno7cCp7ImA9WxNbEUo.&quot;"><id>tag:blogger.com,1999:blog-7689957907981579273.post-8111044191237670549</id><published>2009-11-13T20:49:00.000-08:00</published><updated>2009-11-13T20:51:17.408-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-13T20:51:17.408-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Global Assembly Cache" /><title>Copying dll's from GAC (Global Assembly Cache)</title><content type="html">&lt;strong&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;Stealing assemblies (dll's) from Global Assembly Cache GAC&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;have you ever tried copying dll's from GAC&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;there is a way how you can&amp;nbsp; do it&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;go to start --&amp;gt;&amp;nbsp;click "Run" then type "c:\WINDOWS\assembly\gac_MSIL" and type OK&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;now from the folders you can copy which ever the dll you want.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7689957907981579273-8111044191237670549?l=sharepointstuff4u.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/mQTt-hv7dRmr1g0tWAEShN9oeS0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mQTt-hv7dRmr1g0tWAEShN9oeS0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/mQTt-hv7dRmr1g0tWAEShN9oeS0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mQTt-hv7dRmr1g0tWAEShN9oeS0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/hfqE/~4/OEA-cnC_760" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sharepointstuff4u.blogspot.com/feeds/8111044191237670549/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sharepointstuff4u.blogspot.com/2009/11/copying-dlls-from-gac-global-assembly.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/8111044191237670549?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/8111044191237670549?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/hfqE/~3/OEA-cnC_760/copying-dlls-from-gac-global-assembly.html" title="Copying dll's from GAC (Global Assembly Cache)" /><author><name>Paramesh</name><uri>http://www.blogger.com/profile/18174096356192652481</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://sharepointstuff4u.blogspot.com/2009/11/copying-dlls-from-gac-global-assembly.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkIMR3w-cCp7ImA9WxNbEEU.&quot;"><id>tag:blogger.com,1999:blog-7689957907981579273.post-5687020197725678356</id><published>2009-11-12T19:56:00.000-08:00</published><updated>2009-11-12T19:56:26.258-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-12T19:56:26.258-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="MOSS 2007 Pages and Query String Parameters" /><title>MOSS 2007 pages and Query String Parameters</title><content type="html">&lt;b&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;MOSS 2007 pages and Query String Parameters&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Most of the time it might require for us to edit the SharePoint pages using browser. &lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Incase if the pages is created using a specific layout or other ways we can use "Edit Page" option from "Site Action" menu.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;But what if we need to edit application pages like DispForm.aspx, AllItems.aspx...etc. Can you use "Edit Page" option from "Site Action" Menu the answer is unfortunately no :(. &lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Then how to edit the page...&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Dont worry there are always ways to acheive the solution for problems,&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;use Query string variable to solve the problem:&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;append the page with the query string parameters &lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;a href="http://...../dispForm.aspx?ToolPaneView=2&amp;amp;PageView=Shared"&gt;http://...../dispForm.aspx?ToolPaneView=2&amp;amp;PageView=Shared&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;below are some of the other options&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Content=1&amp;nbsp; ----&amp;nbsp;Displays the page WebPart Maintenance View Mode&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Mode=View/Edit (View or Edit)&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;DisplayMode=Design&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;ControlMode=Edit&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;ToopPaneView=1/2/3 (1 or 2 or 3)&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: Verdana;"&gt;PageView=Shared/Personal (Shared or Personal)&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;and many more....&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;try using permutations and combinations of these you will see the magic...&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7689957907981579273-5687020197725678356?l=sharepointstuff4u.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/jRbB02ks84D5yfu5ipe8tUwehUg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jRbB02ks84D5yfu5ipe8tUwehUg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/jRbB02ks84D5yfu5ipe8tUwehUg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jRbB02ks84D5yfu5ipe8tUwehUg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/hfqE/~4/2yyz76HRAbU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sharepointstuff4u.blogspot.com/feeds/5687020197725678356/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sharepointstuff4u.blogspot.com/2009/11/moss-2007-pages-and-query-string.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/5687020197725678356?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/5687020197725678356?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/hfqE/~3/2yyz76HRAbU/moss-2007-pages-and-query-string.html" title="MOSS 2007 pages and Query String Parameters" /><author><name>Paramesh</name><uri>http://www.blogger.com/profile/18174096356192652481</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://sharepointstuff4u.blogspot.com/2009/11/moss-2007-pages-and-query-string.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkYHQno4cSp7ImA9WxNUGUQ.&quot;"><id>tag:blogger.com,1999:blog-7689957907981579273.post-1606017814618917845</id><published>2009-11-11T19:55:00.000-08:00</published><updated>2009-11-11T19:55:33.439-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-11T19:55:33.439-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="MOSS 2007 Alternate Access Mapping" /><title>MOSS 2007 Alternate Access Mapping</title><content type="html">&lt;b&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;Alternate Access Mapping&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Alternate Access Mapping enables you to access your Sharepoint site via a typical url like http://mysharepoint.com instead of hitting the server name at http://mysharepointserver. In combination with DNS A host entries you can also define urls like http://mysite.mysharepoint.com even though your My Site web application is hosted on a different port.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;1. Go to Central Administration for your WSS or MOSS instance.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;2. Click on the Operations Tab&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;3. Click on Alternate Access Mappings under Global Configuration&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;4. You should now see a list of your web applications, switch over to the one you want to map to the new URL by selecting it from the drop down on the right side.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;5. Click on Edit Public URLs and change the desired zone URL type to your new domain name. You can also change your internal URLs also by clicking Add Internal URLs.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;6. Now you’ll have to switch over to your DNS server.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Within the DNS Management Console and Under Forward Lookup Zones:&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;7. Add a new Primary Zone with your new domain name.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;8. Add a new Host (A) to the records and point the IP Address to the sharepoint server.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;And that should be it! Now you can have friendly URLs pointing to whatever Sharepoint Site Collection/Web Application you’d like without exposing the server names or ports.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7689957907981579273-1606017814618917845?l=sharepointstuff4u.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/BQJgtG3tQFb-gsXvxkRNDg_wS50/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/BQJgtG3tQFb-gsXvxkRNDg_wS50/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/BQJgtG3tQFb-gsXvxkRNDg_wS50/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/BQJgtG3tQFb-gsXvxkRNDg_wS50/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/hfqE/~4/2P9JFZCuLwk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sharepointstuff4u.blogspot.com/feeds/1606017814618917845/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sharepointstuff4u.blogspot.com/2009/11/moss-2007-alternate-access-mapping.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/1606017814618917845?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/1606017814618917845?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/hfqE/~3/2P9JFZCuLwk/moss-2007-alternate-access-mapping.html" title="MOSS 2007 Alternate Access Mapping" /><author><name>Paramesh</name><uri>http://www.blogger.com/profile/18174096356192652481</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://sharepointstuff4u.blogspot.com/2009/11/moss-2007-alternate-access-mapping.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0cDRHo8fip7ImA9WxNUGU0.&quot;"><id>tag:blogger.com,1999:blog-7689957907981579273.post-5783122059310314065</id><published>2009-11-10T19:11:00.000-08:00</published><updated>2009-11-10T19:11:15.476-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-10T19:11:15.476-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="MOSS 2007 Checking In and Checking out multiple documents" /><title>MOSS 2007 Checking In and Checking out multiple documents</title><content type="html">&lt;b&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;MOSS 2007 Checking In and Checking out multiple documents&lt;br /&gt;
&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Below are the steps to check out / check in multiple documents in MOSS 2007&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;1. Make sure you have appropriate privileges&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;2. Select "Manage Content and Structure" under Site Actions menu.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;3. You will be diplayed with all the site hierarchy to the left of the page&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;4. Navigate to the site and click on the document library where you want to check out / in multiple documents&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;5. You will be displayed with the documents with check boxes beside them.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;6. Select all the documents you want to check in or check out.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;7. Now click on Actions menu displayed on the top and select the action of your choice&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;and you are done :)&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7689957907981579273-5783122059310314065?l=sharepointstuff4u.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/jwJpoOYdQ83RTEUQOjNBBmNmcFs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jwJpoOYdQ83RTEUQOjNBBmNmcFs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/jwJpoOYdQ83RTEUQOjNBBmNmcFs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jwJpoOYdQ83RTEUQOjNBBmNmcFs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/hfqE/~4/vcEUHnQQM2E" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sharepointstuff4u.blogspot.com/feeds/5783122059310314065/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sharepointstuff4u.blogspot.com/2009/11/moss-2007-checking-in-and-checking-out.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/5783122059310314065?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/5783122059310314065?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/hfqE/~3/vcEUHnQQM2E/moss-2007-checking-in-and-checking-out.html" title="MOSS 2007 Checking In and Checking out multiple documents" /><author><name>Paramesh</name><uri>http://www.blogger.com/profile/18174096356192652481</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://sharepointstuff4u.blogspot.com/2009/11/moss-2007-checking-in-and-checking-out.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkcCQ38yeyp7ImA9WxNUF0Q.&quot;"><id>tag:blogger.com,1999:blog-7689957907981579273.post-9168568362867230118</id><published>2009-11-09T11:14:00.000-08:00</published><updated>2009-11-09T11:14:22.193-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-09T11:14:22.193-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Programming SharePoint 2007 Web Services" /><title>Programming SharePoint 2007 Web Services</title><content type="html">&lt;b&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;Programming SharePoint 2007 Web Services &lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;In the below example we will see how to get list items from a SharePoint list using SharePoint built in web services.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;1. Open Visual Studio 2005&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;2. Create a new web application/web site of your choice, give the name MossWebServiceExample.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;3. Add Web reference - either you can choose web services from local machine or by specifying the url &lt;a href="http://servername:portnumber/_vti_bin/Lists.asmx"&gt;http://servername:portnumber/_vti_bin/Lists.asmx&lt;/a&gt; - give the name ListService to the added web reference&lt;http: _vti_bin="" lists.asmx="" servername:portnumber=""&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;4. Wihtin the page class file add a reference to the added web service &lt;/span&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;using MossWebServiceExample.ListService;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;use the below code and you are done&lt;/span&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;ListService.Lists listService = new Lists();&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;listService.Credentials = System.Net.CredentialCache.DefaultCredentials;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;XmlDocument xmlDoc = new System.Xml.XmlDocument();&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;XmlNode ndQuery = xmlDoc.CreateNode(XmlNodeType.Element, "Query", "");&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;XmlNode ndViewFields = xmlDoc.CreateNode(XmlNodeType.Element, "ViewFields", "");&lt;/span&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;br /&gt;
ndViewFields.InnerXml ="&lt;fieldref name="Title"&gt;";&lt;br /&gt;
ndQuery.InnerXml = &lt;orderby&gt;&lt;fieldref ascending="False" name="ID" orderby=""&gt;&lt;where&gt;&lt;eq&gt;&lt;fieldref name="Title"&gt;&lt;value type="Text"&gt;"&lt;query&gt;&lt;where&gt;&lt;eq&gt;&lt;fieldref name="Title"&gt;&lt;value type="Text"&gt;Specify text&lt;/value&gt;&lt;/eq&gt;&lt;/where&gt;&lt;/query&gt;;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;try&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;{&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;XmlNode ndListItems =&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;listService.GetListItems("&lt;listname&gt;", null, ndQuery, ndViewFields, "&lt;result size=""&gt;", null, null);&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Page.Response.Write(ndListItems.InnerXml);&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;}&lt;/span&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;catch (System.Web.Services.Protocols.SoapException ex)&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;{&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Page.Response.Write("Message:\n" + ex.Message + "\nDetail:\n" + ex.Detail.InnerText + "\nStackTrace:\n" + ex.StackTrace);&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;}&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7689957907981579273-9168568362867230118?l=sharepointstuff4u.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/jSrwEtpyPM9MVtqsxcoMA-sriUI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jSrwEtpyPM9MVtqsxcoMA-sriUI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/jSrwEtpyPM9MVtqsxcoMA-sriUI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jSrwEtpyPM9MVtqsxcoMA-sriUI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/hfqE/~4/Exsq6OywaG4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sharepointstuff4u.blogspot.com/feeds/9168568362867230118/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sharepointstuff4u.blogspot.com/2009/11/programming-sharepoint-2007-web.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/9168568362867230118?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/9168568362867230118?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/hfqE/~3/Exsq6OywaG4/programming-sharepoint-2007-web.html" title="Programming SharePoint 2007 Web Services" /><author><name>Paramesh</name><uri>http://www.blogger.com/profile/18174096356192652481</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>2</thr:total><feedburner:origLink>http://sharepointstuff4u.blogspot.com/2009/11/programming-sharepoint-2007-web.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk8BRnk-fCp7ImA9WxNUFkQ.&quot;"><id>tag:blogger.com,1999:blog-7689957907981579273.post-4763313793556130854</id><published>2009-11-08T07:40:00.000-08:00</published><updated>2009-11-08T07:40:57.754-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-08T07:40:57.754-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="MOSS 2007 Page processing and MCMS page processing" /><title>Page Processing in SharePoint Server 2007 and MCMS</title><content type="html">&lt;b&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;Page Processing&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Page processing in Office SharePoint Server 2007 is more integrated with the ASP.NET 2.0 core elements, and is no longer an extension on top of IIS. SharePoint Server also takes advantage of the tighter integration to Windows SharePoint Services 3.0.&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;As a result, in SharePoint Server, page processing follows these steps:&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;1. The browser requests a Web page from IIS.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;2. IIS passes the request to ASP.NET 2.0&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;3. ASP.NET 2.0 retrieves the page via a Windows SharePoint Services 3.0 file provider.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;4. The stream for Page Layout associated with the current page is loaded &lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;5. The stream for the master page is loaded.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;6. Page Layout runs each control on the page in the context of the page that was requested.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;7. IIS returns the page to the browser.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Due to the change of technologies, page processing differs between MCMS 2007 and Office SharePoint Server 2007.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;In MCMS 2002, page processing follows these steps:&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;1. The browser requests a Web page from IIS.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;2. The MCMS ISAPI filter determines that the request is an MCMS page (posting) or resource.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;3. The filter rewrites the request with help from the MCMS Content Server.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;4. The filter passes the updated request back to IIS.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;5. The ASP.NET ISAPI extension determines that the request is for an ASP.NET–based file.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;6. The extension passes the request to the ASP.NET worker process.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;7. The worker process communicates with the MCMS Content Server to assemble all the information for the page.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;8. The ASP.NET worker process returns the assembled page to IIS.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;9. IIS returns the page to the browser.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7689957907981579273-4763313793556130854?l=sharepointstuff4u.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/KQun7A3Brk9tCN-bSffRDw5VPU0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KQun7A3Brk9tCN-bSffRDw5VPU0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/KQun7A3Brk9tCN-bSffRDw5VPU0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KQun7A3Brk9tCN-bSffRDw5VPU0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/hfqE/~4/mPc2lxr_toE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sharepointstuff4u.blogspot.com/feeds/4763313793556130854/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sharepointstuff4u.blogspot.com/2009/11/page-processing-in-sharepoint-server.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/4763313793556130854?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/4763313793556130854?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/hfqE/~3/mPc2lxr_toE/page-processing-in-sharepoint-server.html" title="Page Processing in SharePoint Server 2007 and MCMS" /><author><name>Paramesh</name><uri>http://www.blogger.com/profile/18174096356192652481</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://sharepointstuff4u.blogspot.com/2009/11/page-processing-in-sharepoint-server.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D08MSX48cSp7ImA9WxNUFkw.&quot;"><id>tag:blogger.com,1999:blog-7689957907981579273.post-4387525373093353178</id><published>2009-11-07T09:44:00.000-08:00</published><updated>2009-11-07T09:44:48.079-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-07T09:44:48.079-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Resuable content in Mocrosoft Office Share Point Server 2007" /><title>Resuable content in Mocrosoft Office Share Point Server 2007</title><content type="html">&lt;b&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;Resuable content in Mocrosoft Office Share Point Server 2007&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;SharePoint Publishing controls are rich in presenting the information with a rich UI experience. Though these controls like RichHTML provides options to format you text using HTML styles, it will be more helpful if you can have a predefined layout sort or content to place in it with ease,&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;but they are variable height and require several background images so we are talking about inserting a bit of “complex” html. How can we provide a user friendly interface with as little customisation as possible?&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Let us see how we can acheive this using Resuable Lists that comes with MOSS 2007. Remember this comes only with Publishing sites and not for all types of sites.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;The styling of the box, including the background images is done via CSS. The header and footer are fixed height, whereas the content area is variable height and has a background image that repeats in the vertical direction.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;when you create a site collection using the Publishing Site Site Definition, you should have a list called "&lt;b&gt;Reusable Content&lt;/b&gt;" in your root web. You can navigate to it using Site Content and Structure. We will create an item in this list that will be a “template” for our box.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Create a new item by selecting "&lt;strong&gt;Reuable HTML&lt;/strong&gt;" Content Type from the list as shown below:&lt;/span&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_flG50PYNeNY/SvWSbJEtubI/AAAAAAAAACk/oZaqzVHIeYQ/s1600-h/RUCNewItem.bmp" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;img border="0" sr="true" src="http://1.bp.blogspot.com/_flG50PYNeNY/SvWSbJEtubI/AAAAAAAAACk/oZaqzVHIeYQ/s320/RUCNewItem.bmp" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;While creating the new&amp;nbsp; item do not forget to &lt;strong&gt;deselect&lt;/strong&gt; the check box "Automatic Update", otherwise you will not be able to edit the template content while editing from the target control. &lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_flG50PYNeNY/SvWUWJxpJ4I/AAAAAAAAACs/z1eLmn2UoyA/s1600-h/NewItem.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;img border="0" sr="true" src="http://1.bp.blogspot.com/_flG50PYNeNY/SvWUWJxpJ4I/AAAAAAAAACs/z1eLmn2UoyA/s320/NewItem.JPG" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;a href="http://3.bp.blogspot.com/_flG50PYNeNY/SvWw8Y4iPeI/AAAAAAAAAC0/8HVEcnlhWXE/s1600-h/edit+HTML+Source.bmp" imageanchor="1" style="clear: right; cssfloat: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;img border="0" sr="true" src="http://3.bp.blogspot.com/_flG50PYNeNY/SvWw8Y4iPeI/AAAAAAAAAC0/8HVEcnlhWXE/s320/edit+HTML+Source.bmp" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;If you want to customize the content after selecting the template click on button edit HTML Source Customize the template&amp;nbsp;to fit your requirement. Click OK will create a new Reusable list item that can be placed withing your RichHTML SharePoint Publishing control. &lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Now select the template as shown below: &lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div class="yourCssClass"&gt;&lt;div class="YourCssHeaderClass"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_flG50PYNeNY/SvWxvxyL3sI/AAAAAAAAAC8/KIuQ23aOMFg/s1600-h/scrap.jpeg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;img border="0" sr="true" src="http://2.bp.blogspot.com/_flG50PYNeNY/SvWxvxyL3sI/AAAAAAAAAC8/KIuQ23aOMFg/s320/scrap.jpeg" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;and you are done customize the content by placing the curson at the content area.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7689957907981579273-4387525373093353178?l=sharepointstuff4u.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/1uaSCjVOhAuAIuheeZxOCrkh-RQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1uaSCjVOhAuAIuheeZxOCrkh-RQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/1uaSCjVOhAuAIuheeZxOCrkh-RQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1uaSCjVOhAuAIuheeZxOCrkh-RQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/hfqE/~4/4KoRSgqBe3I" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sharepointstuff4u.blogspot.com/feeds/4387525373093353178/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sharepointstuff4u.blogspot.com/2009/11/resuable-content-in-mocrosoft-office.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/4387525373093353178?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/4387525373093353178?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/hfqE/~3/4KoRSgqBe3I/resuable-content-in-mocrosoft-office.html" title="Resuable content in Mocrosoft Office Share Point Server 2007" /><author><name>Paramesh</name><uri>http://www.blogger.com/profile/18174096356192652481</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_flG50PYNeNY/SvWSbJEtubI/AAAAAAAAACk/oZaqzVHIeYQ/s72-c/RUCNewItem.bmp" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://sharepointstuff4u.blogspot.com/2009/11/resuable-content-in-mocrosoft-office.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUcNQ3w4fSp7ImA9WxNUFEs.&quot;"><id>tag:blogger.com,1999:blog-7689957907981579273.post-267463922446239453</id><published>2009-11-05T16:24:00.000-08:00</published><updated>2009-11-05T16:24:52.235-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-05T16:24:52.235-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="SharePoint 2010 Business Connectivity Services" /><title>Business Connectivity Services (BCS)</title><content type="html">&lt;b&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;Business Connectivity Services (BCS)&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/font&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;Microsoft Business Connectivity Services (BCS) (formerly named the Business Data Catalog) provides read/write access to external data from line-of-business (LOB) systems, Web services, databases, and other external systems within Microsoft SharePoint 2010 and Microsoft Office 2010 applications. Both SharePoint 2010 and Office 2010 applications have product features that can use external data directly, both online and offline. Developers can gain access to a rich set of features and rapidly build solutions using familiar tools such as Microsoft Visual Studio 2010 and Microsoft SharePoint Designer 2010. &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/font&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;Business Connectivity Services enhances Office application and SharePoint application capabilities and their user interface (UI) through features, services, and tools. These enhanced capabilities and UI streamline development of solutions with deep integration of external data and services. Experienced users, developers, and business unit IT professionals can integrate assets from external systems and enable interaction with the external data through many types of Office client and server applications. The Business Connectivity Services feature set enables rapid development and deployment of scalable and security-rich solutions. The following diagram shows a high-level view of Business Connectivity Services.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/font&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_flG50PYNeNY/SvNsapQC5FI/AAAAAAAAACc/PDwqlMzpN7w/s1600-h/BCS.gif" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_flG50PYNeNY/SvNsapQC5FI/AAAAAAAAACc/PDwqlMzpN7w/s320/BCS.gif" vr="true" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;The following are some of the new features of Business Connectivity Services. &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/font&gt;&lt;b&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;Write-Back to External Systems &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Using Business Connectivity Services, you can Create, Read, Update, Delete, and Query (CRUDQ) to the external system from a Microsoft Office application or SharePoint site if the external system supports the operations and is modeled appropriately in the Business Data Connectivity (BDC) service&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/font&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;b&gt;Familiar SharePoint and Office UI on External Data&lt;/b&gt; &lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;External content types provide SharePoint behaviors (such as lists, Web Parts, and profile pages) and Office Type behaviors (such as Microsoft Outlook Contacts, Tasks, and Calendars, Microsoft Word documents, and Microsoft SharePoint Workspace 2010 lists), and capabilities (such as searching and working offline) to external data and services. As a result, users can work in their familiar work environments without needing to learn different (and often proprietary) user interfaces.&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/font&gt;&lt;b&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;Offline Access to External Data &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Business Connectivity Services provides rich cache and offline work features, and supports cache-based operations. Users working with solutions that are deployed on Microsoft Office 2010 applications, such as Microsoft Outlook 2010 and Microsoft SharePoint Workspace 2010, can manipulate external data efficiently, even when they are working offline or if the server connectivity is slow, intermittent, or unavailable. The read/write operations performed against cached external entities are synchronized when connection to the server becomes available. It also provides a flexible external data caching mechanism that is as transparent as possible while still enabling the user or application to have explicit control over the content of the cache when required via automatic and manual cleanup.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/font&gt;&lt;b&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;More Connectivity Options &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;The core function of BDC is to provide connectivity support to the following types of external systems:&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;Databases&lt;/span&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;Web/WCF services&lt;/span&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;Microsoft .NET Framework connectivity assemblies&lt;/span&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;Custom data sources&lt;/span&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;Extensible Provider Model &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;In addition to connectors for the previous list of data sources provided by BDC, BDC provides a pluggable framework with which developers can plug in connectors for new external system types, thus enabling these new data source types to be accessed via the BDC. &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/font&gt;&lt;b&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;Batch and Bulk Operation Support &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;In Microsoft Office SharePoint Server 2007, BDC supported only single item operations, such as search. BDC now provides batch and bulk operation support which enable you to read multiple items in a single call thus reducing round trips to the backend dramatically.&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/font&gt;&lt;b&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;Symmetrical Server and Client Runtimes &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;In Microsoft SharePoint Server 2007, BDC was provided only in the Microsoft Office SharePoint Server 2007 Enterprise CAL. In Microsoft Office 2010 and SharePoint 2010, BDC is included in both client and server to provide symmetrical client/server scenarios. The preceding diagram shows the presence of BDC in both SharePoint Server and in the Office client applications. The primary reason for the client-side presence is to enable external data integration scenarios on Office client applications such as Microsoft Outlook 2010 and Microsoft SharePoint Workspace 2010. On the client computer, a SQL CE database is used to cache external data to provide a uniform experience offline in the absence of network connectivity. BDC supports two data paths from client to external system:&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;Client connects directly to external system (known as online connection mode)&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;BDC client fetches data from the local cache (known as cached connection mode) &lt;/span&gt;&lt;/li&gt;

&lt;/ul&gt;&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/font&gt;&lt;b&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;Read Blobs &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;BDC now supports reading binary large object (BLOB) data. This is useful for streaming BLOBs of data from the external system.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/font&gt;&lt;b&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;Read and Write-Back of Complex Types &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;BDC now supports dot notation in field names and therefore enables you to read and write complex types&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/font&gt;&lt;b&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;Life Cycle Management &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Business Connectivity Services provides a set of tools to facilitate creation of models and Office 2010 application artifacts, declaratively and by writing code. You can use Microsoft SharePoint Designer 2010 to rapidly create composite solutions that meet external unit needs without writing code. You can use Visual Studio to create or extend solutions with sophisticated workflows and data that spans structured line-of-external (LOB) systems, unstructured SharePoint applications or Microsoft Office applications, and Web 2.0 services.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/font&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;Business Connectivity Services Solutions are assembled from a diverse array of artifacts that must be deployed on the client (an Office 2010 application such as Microsoft Outlook 2010) and the server running SharePoint Server 2010. Business Connectivity Services provides automatic packaging and deployment for solutions. It packages all related artifacts as a single, versioned unit and then publishes them to a SharePoint site. After the artifacts are published on the server, the solution is available to the SharePoint sites immediately. The solution package can then be proactively distributed and deployed (the push model) to the clients or users, and they can be required to "opt in." Business Connectivity Services uses the Visual Studio Click Once deployment to rapidly deploy solutions on the clients.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/font&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;b&gt;Enhanced API Set and Extensibility&lt;/b&gt; &lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Developers can use the BDC Runtime object model to write generic applications by using the stereotyped APIs as building blocks. Such generic applications are then assured to work against any external system, including those that are preexisting and those that are yet to be built. &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/font&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;Developers can also write specific applications that make assumptions about the abstract entity model (the fields exposed by these, and the types of the fields). &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/font&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;And with the .NET Assembly Connector, Custom Connector, and the pluggable Secure Store Provider, it provides a rich extensibility mechanism for software developers.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/li&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;/ul&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7689957907981579273-267463922446239453?l=sharepointstuff4u.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ltzAS0bRa1Wl-YCSIXafaECclho/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ltzAS0bRa1Wl-YCSIXafaECclho/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ltzAS0bRa1Wl-YCSIXafaECclho/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ltzAS0bRa1Wl-YCSIXafaECclho/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/hfqE/~4/XHraEU7rKq0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sharepointstuff4u.blogspot.com/feeds/267463922446239453/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sharepointstuff4u.blogspot.com/2009/11/business-connectivity-services-bcs.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/267463922446239453?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/267463922446239453?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/hfqE/~3/XHraEU7rKq0/business-connectivity-services-bcs.html" title="Business Connectivity Services (BCS)" /><author><name>Paramesh</name><uri>http://www.blogger.com/profile/18174096356192652481</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_flG50PYNeNY/SvNsapQC5FI/AAAAAAAAACc/PDwqlMzpN7w/s72-c/BCS.gif" height="72" width="72" /><thr:total>1</thr:total><feedburner:origLink>http://sharepointstuff4u.blogspot.com/2009/11/business-connectivity-services-bcs.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkQFQH4zeCp7ImA9WxNUE0U.&quot;"><id>tag:blogger.com,1999:blog-7689957907981579273.post-7889368576505306994</id><published>2009-11-04T17:25:00.000-08:00</published><updated>2009-11-04T17:25:11.080-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-04T17:25:11.080-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="usefull MOSS Search Development Articles" /><category scheme="http://www.blogger.com/atom/ns#" term="MOSS Search" /><title>Useful MOSS Search Development Related Articles</title><content type="html">&lt;b&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;Useful MOSS Search Development Related Articles&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Best Practices: Writing SQL Syntax Queries for Relevant Results in Enterprise Search --&lt;/span&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/bb219479.aspx"&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;http://msdn2.microsoft.com/en-us/library/bb219479.aspx&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Creating Search Queries Programmatically by Using the Search Object Model in SharePoint Server 2007 - &lt;/span&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/bb626127.aspx"&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;http://msdn2.microsoft.com/en-us/library/bb626127.aspx&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Creating Search Queries Programmatically by Using the Search Web Service in SharePoint Server 2007 -&lt;/span&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/bb625950.aspx"&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;http://msdn2.microsoft.com/en-us/library/bb625950.aspx&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Evaluating and Customizing Search Relevance in SharePoint Server 2007 --&lt;/span&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/bb499682.aspx"&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;http://msdn2.microsoft.com/en-us/library/bb499682.aspx&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Book Excerpts "Chapter 3: Customizing and Extending the Microsoft Office SharePoint 2007 Search (Part 1 of 2)" --&lt;/span&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/bb608302.aspx"&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;http://msdn2.microsoft.com/en-us/library/bb608302.aspx&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Book Excerpts "Chapter 3: Customizing and Extending the Microsoft Office SharePoint 2007 Search (Part 2 of 2)" - &lt;/span&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/bb608305.aspx"&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;http://msdn2.microsoft.com/en-us/library/bb608305.aspx&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Creating a Custom Search Page and Tabs in the Search Center of SharePoint Server --&lt;/span&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/bb428855.aspx"&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;http://msdn2.microsoft.com/en-us/library/bb428855.aspx&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Creating and Exposing Managed Properties in the Advanced Search Page of SharePoint Server Enterprise Search -- &lt;/span&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/bb428648.aspx"&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;http://msdn2.microsoft.com/en-us/library/bb428648.aspx&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Creating and Exposing Search Scopes in SharePoint Server 2007 Enterprise Search --&lt;/span&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/bb428856.aspx"&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;http://msdn2.microsoft.com/en-us/library/bb428856.aspx&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Displaying Search Results in a Grid View in SharePoint Server 2007 -- &lt;/span&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/ms497338.aspx"&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;http://msdn2.microsoft.com/en-us/library/ms497338.aspx&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Exposing Enterprise Search in SharePoint Server 2007 by Using Internet Explorer 7 and the Office Research Pane -- &lt;/span&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/bb625970.aspx"&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;http://msdn2.microsoft.com/en-us/library/bb625970.aspx&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Creating Custom Enterprise Search Web Parts in SharePoint Server 2007 --&lt;/span&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/bb871647.aspx"&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;http://msdn2.microsoft.com/en-us/library/bb871647.aspx&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Customizing Search Results with Custom XSLTs in SharePoint Server 2007 --&lt;/span&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/bb896018.aspx"&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;http://msdn2.microsoft.com/en-us/library/bb896018.aspx&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Searching in MOSS in the SDK -- &lt;/span&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/ms497338.aspx"&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;http://msdn2.microsoft.com/en-us/library/ms497338.aspx&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;Class Library reference in MOSS SDK -- &lt;/span&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/ms577961.aspx"&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;http://msdn2.microsoft.com/en-us/library/ms577961.aspx&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7689957907981579273-7889368576505306994?l=sharepointstuff4u.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ePOPghqeGGT5-8IfFF8IUom3RyI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ePOPghqeGGT5-8IfFF8IUom3RyI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ePOPghqeGGT5-8IfFF8IUom3RyI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ePOPghqeGGT5-8IfFF8IUom3RyI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/hfqE/~4/dXxOFsUo81E" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sharepointstuff4u.blogspot.com/feeds/7889368576505306994/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sharepointstuff4u.blogspot.com/2009/11/useful-moss-search-development-related.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/7889368576505306994?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/7889368576505306994?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/hfqE/~3/dXxOFsUo81E/useful-moss-search-development-related.html" title="Useful MOSS Search Development Related Articles" /><author><name>Paramesh</name><uri>http://www.blogger.com/profile/18174096356192652481</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://sharepointstuff4u.blogspot.com/2009/11/useful-moss-search-development-related.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUACRnc6eCp7ImA9WxNUE0U.&quot;"><id>tag:blogger.com,1999:blog-7689957907981579273.post-3518705069102371950</id><published>2009-11-04T17:16:00.000-08:00</published><updated>2009-11-04T17:16:07.910-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-04T17:16:07.910-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="PowerShell for SharePoint 2010" /><title>Windows PowerShell for SharePoint Foundation 2010</title><content type="html">&lt;b&gt;Windows PowerShell for SharePoint Foundation 2010&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Windows PowerShell™ is a new command-line tool and a supporting scripting language from Microsoft that complements Cmd.exe in the Windows administration context and that supersedes the Stsadm.exe administration tool. Although both Cmd.exe and Stsadm.exe will be maintained for backward compatibility, all current and future development of scripts and administrative files in SharePoint Foundation should use this new scripting technology.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Windows PowerShell Basics &lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Unlike most command-line tools, which accept and return text, Windows PowerShell is built on the Microsoft .NET Framework and accepts and returns .NET Framework objects. This fundamental change in the environment brings entirely new tools and methods that greatly improve control, efficiency, and productivity for developers and administrators.&lt;br /&gt;
&lt;br /&gt;
Windows PowerShell is a simple command-line tool that introduces the concept of a cmdlet. A cmdlet is a verb-noun combination comprising a command and an object on which the command acts. Windows PowerShell cmdlet names are comprised of verbs and nouns, separated by a dash (-), which together denote their functional properties. For example, the cmdlet name Get-SPSite combines the verb (command) "Get" with the noun (object) "SPSite" to name the cmdlet that retrieves a specified &lt;a href="http://msdn.microsoft.com/en-au/library/microsoft.sharepoint.spsite(office.14).aspx"&gt;SPSite&lt;/a&gt; object. You can use cmdlets individually, or you can string cmdlets together in linked sequences to perform complex tasks. &lt;br /&gt;
&lt;br /&gt;
Cmdlet nouns take parameters as name-value pairs that give specificity to the cmdlet noun. When cmdlets are invoked, they return output objects. The objects that are returned also have properties that display as name-value pairs. Because cmdlets return objects, these objects can be passed (or "piped") to another cmdlet, in sequence. In this way, cmdlets can be chained together, providing enormous flexibility.&lt;br /&gt;
&lt;br /&gt;
In fact, this is just the beginning of the significant differences between a Windows PowerShell cmdlet and commands in stsadm.exe. For example, it is important to note that a cmdlet is not an executable; rather, it is an instance of a .NET Framework class. So, with a few exceptions, cmdlets return objects rather than text streams, and they process their input objects from an object pipeline. &lt;br /&gt;
&lt;br /&gt;
As you can see, Windows PowerShell is not just a new command-line tool. It is also, and perhaps more importantly, a new scripting language. Windows PowerShell installs natively with over 100 core Windows cmdlets. The library of SharePoint Foundation cmdlets, which presently number over 500, will install on top of these core cmdlets.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Windows PowerShell Cmdlets for SharePoint Foundation&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Windows PowerShell provides both general and SharePoint-specific implementations. Under the hood, this difference is reflected in the fact that, while Windows PowerShell cmdlets generally derive from the base class &lt;a href="http://msdn.microsoft.com/en-au/library/system.management.automation.pscmdlet.aspx"&gt;PSCmdlet&lt;/a&gt;, the Windows PowerShell cmdlets for SharePoint Foundation derive instead from a specialized SharePoint base class called &lt;a href="http://msdn.microsoft.com/en-au/library/microsoft.sharepoint.powershell.spcmdlet(office.14).aspx"&gt;SPCmdlet&lt;/a&gt;. &lt;br /&gt;
&lt;br /&gt;
Following is the signature for the SPCmdlet base class. Note that SPCmdlet derives from the PSCmdlet class.&lt;br /&gt;
&lt;br /&gt;
public abstract class SPCmdlet : PSCmdlet&lt;br /&gt;
&lt;br /&gt;
Note that when you use the variable operator cmdlets, which include Get, Set, New, and Remove, you must use the specific SPCmdlet class implementations, not those derived from the PSCmdlet class. This is consistent with the scripting model for using Windows PowerShell cmdlets in SharePoint Foundation.&lt;br /&gt;
&lt;br /&gt;
For cmdlets that handle persistent objects:&lt;br /&gt;
&lt;br /&gt;
Get cmdlets: &lt;a href="http://msdn.microsoft.com/en-au/library/ee541043(office.14).aspx"&gt;SPGetCmdletBase&lt;tcmdletobject&gt;&lt;/a&gt;&lt;br /&gt;
Set cmdlets: &lt;a href="http://msdn.microsoft.com/en-au/library/ee543862(office.14).aspx"&gt;SPSetCmdletBase&lt;tcmdletobject&gt;&lt;/a&gt;&lt;br /&gt;
New cmdlets: &lt;a href="http://msdn.microsoft.com/en-au/library/ee546286(office.14).aspx"&gt;SPNewCmdletBase&lt;tcmdletobject&gt;&lt;/a&gt;&lt;br /&gt;
Remove cmdlets: &lt;a href="http://msdn.microsoft.com/en-au/library/ee550560(office.14).aspx"&gt;SPRemoveCmdletBase&lt;tcmdletobject&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
For cmdlets that handle nonpersistent objects:&lt;br /&gt;
&lt;br /&gt;
Get cmdlets: &lt;a href="http://msdn.microsoft.com/en-au/library/microsoft.sharepoint.powershell.spcmdlet(office.14).aspx"&gt;SPCmdlet&lt;/a&gt;&lt;br /&gt;
Set cmdlets: &lt;a href="http://msdn.microsoft.com/en-au/library/microsoft.sharepoint.powershell.spcmdlet(office.14).aspx"&gt;SPCmdlet&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
For action cmdlets:&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://msdn.microsoft.com/en-au/library/microsoft.sharepoint.powershell.spcmdlet(office.14).aspx"&gt;SPCmdlet&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7689957907981579273-3518705069102371950?l=sharepointstuff4u.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/DfGVs_We0WmSnt9A1UI1NJbOp5g/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/DfGVs_We0WmSnt9A1UI1NJbOp5g/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/DfGVs_We0WmSnt9A1UI1NJbOp5g/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/DfGVs_We0WmSnt9A1UI1NJbOp5g/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/hfqE/~4/KupTtFs7usk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sharepointstuff4u.blogspot.com/feeds/3518705069102371950/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sharepointstuff4u.blogspot.com/2009/11/windows-powershell-for-sharepoint.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/3518705069102371950?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/3518705069102371950?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/hfqE/~3/KupTtFs7usk/windows-powershell-for-sharepoint.html" title="Windows PowerShell for SharePoint Foundation 2010" /><author><name>Paramesh</name><uri>http://www.blogger.com/profile/18174096356192652481</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://sharepointstuff4u.blogspot.com/2009/11/windows-powershell-for-sharepoint.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ak4DQnsyeip7ImA9WxNUEkU.&quot;"><id>tag:blogger.com,1999:blog-7689957907981579273.post-7366200778580609132</id><published>2009-11-03T14:56:00.000-08:00</published><updated>2009-11-03T14:56:13.592-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-03T14:56:13.592-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Linq with SharePoint2010" /><category scheme="http://www.blogger.com/atom/ns#" term="SPMetal" /><title>SPMetal Linq with SharePoint 2010</title><content type="html">&lt;b&gt;LINQ and SharePoint 2010&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
SPMetal is a command line tool that generates entity classes, which provide an object oriented interface to the Microsoft SharePoint Foundation content databases. These classes are primarily used in LINQ to SharePoint queries; but they are also be used to add, delete, and change list items with protection against concurrency conflicts. Finally, they can be used as an alternative to the regular SharePoint Foundation object model for referencing content.&lt;br /&gt;
&lt;br /&gt;
The tool is included with SharePoint Foundation and is usually located in %ProgramFiles%\Common Files\Microsoft Shared\web server extensions\14\\BIN.&lt;br /&gt;
&lt;br /&gt;
SPMetal is typically executed as a prebuild command in Microsoft Visual Studio because the code it generates is usually part of a solution that includes a new site type that is itself evolving during the development cycle. Because SPMetal overwrites the files it generates with each execution, for a given output path and against a given Web site, you should not make changes to these files. The classes it generates are partial, so you can add members to them in separate, manually created, code files.&lt;br /&gt;
&lt;br /&gt;
If your solution is based on an existing site type, such as the Team Site that ships with SharePoint Foundation, and it references only lists that are always present in such sites and only fields (columns) that are always present in those lists, you can run SPMetal just once and make changes to the generated file that will not be overwritten.&lt;br /&gt;
&lt;br /&gt;
For more information about the practicalities of using SPMetal, see &lt;a href="http://msdn.microsoft.com/en-au/library/ee538587(office.14).aspx"&gt;How to: Use SPMetal&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
SPMetal uses the basic syntax of other Windows command line tools:&lt;br /&gt;
&lt;br /&gt;
SPMetal [options]&lt;br /&gt;
&lt;br /&gt;
Each option is preceded by a forward slash. Most options require values, in which case the option name is followed by a colon and the value follows the colon:&lt;br /&gt;
&lt;br /&gt;
SPMetal /option1 /option2:value /option3:"value with a space"&lt;br /&gt;
&lt;br /&gt;
Options can be in any order. Not every option is required, but if you include an option, you must give it a value. If a value contains spaces, you must enclose the whole value in quotation marks (").&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Example&lt;/b&gt; &lt;br /&gt;
Generate C# code:&lt;br /&gt;
&lt;span style="background-color: #cccccc;"&gt;SPMetal /web:http://ContosoServer/Marketing /code:MarketingSite.cs&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Generate Visual Basic code for client-side execution with custom parameters settings:&lt;br /&gt;
&lt;span style="background-color: #cccccc;"&gt;SPMetal /web:http://ContosoServer/Marketing /code:MarketingSite.vb /useremoteapi /parameters:MarketingSite.xml&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Generate Visual Basic code from a specified user context:&lt;br /&gt;
&lt;span style="background-color: #cccccc;"&gt;SPMetal /web:http://ContosoServer/Marketing /code:MarketingSite.vb /user:Contoso\sally /password:7Yj38d&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7689957907981579273-7366200778580609132?l=sharepointstuff4u.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/p07Nusf4uXwq9jjm3TVVTUS257c/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/p07Nusf4uXwq9jjm3TVVTUS257c/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/p07Nusf4uXwq9jjm3TVVTUS257c/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/p07Nusf4uXwq9jjm3TVVTUS257c/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/hfqE/~4/evzwNyd5-No" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sharepointstuff4u.blogspot.com/feeds/7366200778580609132/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sharepointstuff4u.blogspot.com/2009/11/spmetal-linq-with-sharepoint-2010.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/7366200778580609132?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/7366200778580609132?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/hfqE/~3/evzwNyd5-No/spmetal-linq-with-sharepoint-2010.html" title="SPMetal Linq with SharePoint 2010" /><author><name>Paramesh</name><uri>http://www.blogger.com/profile/18174096356192652481</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>2</thr:total><feedburner:origLink>http://sharepointstuff4u.blogspot.com/2009/11/spmetal-linq-with-sharepoint-2010.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0ICQHk5eCp7ImA9WxNUEUQ.&quot;"><id>tag:blogger.com,1999:blog-7689957907981579273.post-5382745825068795914</id><published>2009-11-02T14:06:00.000-08:00</published><updated>2009-11-02T14:06:01.720-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-02T14:06:01.720-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="New namespaces added in 2010" /><category scheme="http://www.blogger.com/atom/ns#" term="Namespace" /><title>New Namespaces added in SharePoint 2010</title><content type="html">&lt;strong&gt;New Namespaces added in SharePoint 2010&lt;/strong&gt;&lt;br /&gt;
One of the best ways to get a taste for what's new in SharePoint 2010 is to peruse the new Object Model.&amp;nbsp; As you can imagine, the changes are substantial.&amp;nbsp; There are literally hundreds of new classes and thousands of new properties and methods.&lt;br /&gt;
&lt;br /&gt;
From my initial exploration, very few items appear to have been deleted or moved around.&amp;nbsp; For the most part, SharePoint 2010 is an improved superset of MOSS 2007.&lt;br /&gt;
&lt;br /&gt;
Within the technical preview, I've identified 66 new namespaces:&lt;br /&gt;
Microsoft.SharePoint.Administration.AccessControl&lt;br /&gt;
Microsoft.SharePoint.Administration.Claims&lt;br /&gt;
Microsoft.SharePoint.ApplicationPages.Calendar&lt;br /&gt;
Microsoft.SharePoint.ApplicationPages.PickerQuery&lt;br /&gt;
Microsoft.SharePoint.ApplicationPages.Applications&lt;br /&gt;
Microsoft.SharePoint.ApplicationPages.Applications.GroupBoard&lt;br /&gt;
Microsoft.SharePoint.BusinessData&lt;br /&gt;
Microsoft.SharePoint.BusinessData.Administration&lt;br /&gt;
Microsoft.SharePoint.BusinessData.Infrastructure&lt;br /&gt;
Microsoft.SharePoint.BusinessData.Infrastructure.Collections&lt;br /&gt;
Microsoft.SharePoint.BusinessData.MetadataModel&lt;br /&gt;
Microsoft.SharePoint.BusinessData.MetadataModel.Collections&lt;br /&gt;
Microsoft.SharePoint.BusinessData.MetadataModel.Constants&lt;br /&gt;
Microsoft.SharePoint.BusinessData.MetadataModel.Dynamic&lt;br /&gt;
Microsoft.SharePoint.BusinessData.MetadataModel.Static&lt;br /&gt;
Microsoft.SharePoint.BusinessData.MetadataModel.Static.DataAccess&lt;br /&gt;
Microsoft.SharePoint.BusinessData.Offlining&lt;br /&gt;
Microsoft.SharePoint.BusinessData.Parser&lt;br /&gt;
Microsoft.SharePoint.BusinessData.Runtime&lt;br /&gt;
Microsoft.SharePoint.BusinessData.SharedService&lt;br /&gt;
Microsoft.SharePoint.BusinessData.SystemSpecific&lt;br /&gt;
Microsoft.SharePoint.BusinessData.Upgrade&lt;br /&gt;
Microsoft.SharePoint.Calculation&lt;br /&gt;
Microsoft.SharePoint.Client&lt;br /&gt;
Microsoft.SharePoint.Client.Application&lt;br /&gt;
Microsoft.SharePoint.Client.Utilities&lt;br /&gt;
Microsoft.SharePoint.Client.WebParts&lt;br /&gt;
Microsoft.SharePoint.Client.Workflow&lt;br /&gt;
Microsoft.SharePoint.Cmdlet&lt;br /&gt;
Microsoft.SharePoint.CoordinatedStreamBuffer&lt;br /&gt;
Microsoft.SharePoint.Diagnostics&lt;br /&gt;
Microsoft.SharePoint.Diagnostics.ULSEventTemplates&lt;br /&gt;
Microsoft.SharePoint.Internal&lt;br /&gt;
Microsoft.SharePoint.Internal.Converters&lt;br /&gt;
Microsoft.SharePoint.JSGrid&lt;br /&gt;
Microsoft.SharePoint.JsonUtilities&lt;br /&gt;
Microsoft.SharePoint.Linq&lt;br /&gt;
Microsoft.SharePoint.Linq.Provider&lt;br /&gt;
Microsoft.SharePoint.Linq.Rules&lt;br /&gt;
Microsoft.SharePoint.MobileMessage&lt;br /&gt;
Microsoft.SharePoint.Portal.ClaimProviders&lt;br /&gt;
Microsoft.SharePoint.Portal.Internal&lt;br /&gt;
Microsoft.SharePoint.Portal.MobileControls&lt;br /&gt;
Microsoft.SharePoint.Portal.Search.PortalCrawl&lt;br /&gt;
Microsoft.SharePoint.Portal.WebServices&lt;br /&gt;
Microsoft.SharePoint.Publishing.Cmdlet&lt;br /&gt;
Microsoft.SharePoint.RBSWrapper&lt;br /&gt;
Microsoft.SharePoint.Search.Cmdlet&lt;br /&gt;
Microsoft.SharePoint.SocialData&lt;br /&gt;
Microsoft.SharePoint.SocialData.WebService&lt;br /&gt;
Microsoft.SharePoint.Taxonomy&lt;br /&gt;
Microsoft.SharePoint.Taxonomy.Cmdlet&lt;br /&gt;
Microsoft.SharePoint.Taxonomy.ContentTypeSync&lt;br /&gt;
Microsoft.SharePoint.Taxonomy.Generic&lt;br /&gt;
Microsoft.SharePoint.Taxonomy.OM&lt;br /&gt;
Microsoft.SharePoint.Taxonomy.Upgrade&lt;br /&gt;
Microsoft.SharePoint.Taxonomy.WebServices&lt;br /&gt;
Microsoft.SharePoint.TenantAdministration&lt;br /&gt;
Microsoft.SharePoint.UserCode&lt;br /&gt;
Microsoft.SharePoint.Utilities.Cab&lt;br /&gt;
Microsoft.SharePoint.Utilities.SimpleParsers&lt;br /&gt;
Microsoft.SharePoint.Utilities.SqlTrace&lt;br /&gt;
Microsoft.SharePoint.Utilities.Win32&lt;br /&gt;
Microsoft.SharePoint.WorkflowActions.WithKey&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7689957907981579273-5382745825068795914?l=sharepointstuff4u.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Egs0AnR4QiZKmUtIEk7udFKxXUg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Egs0AnR4QiZKmUtIEk7udFKxXUg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Egs0AnR4QiZKmUtIEk7udFKxXUg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Egs0AnR4QiZKmUtIEk7udFKxXUg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/hfqE/~4/eyeVhP69qI0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sharepointstuff4u.blogspot.com/feeds/5382745825068795914/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sharepointstuff4u.blogspot.com/2009/11/new-namespaces-added-in-sharepoint-2010.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/5382745825068795914?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/5382745825068795914?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/hfqE/~3/eyeVhP69qI0/new-namespaces-added-in-sharepoint-2010.html" title="New Namespaces added in SharePoint 2010" /><author><name>Paramesh</name><uri>http://www.blogger.com/profile/18174096356192652481</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://sharepointstuff4u.blogspot.com/2009/11/new-namespaces-added-in-sharepoint-2010.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0IDSHY-fCp7ImA9WxNUEEQ.&quot;"><id>tag:blogger.com,1999:blog-7689957907981579273.post-6631547780224696685</id><published>2009-11-01T08:06:00.000-08:00</published><updated>2009-11-01T08:06:19.854-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-01T08:06:19.854-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Linq for SharePoint 2010" /><category scheme="http://www.blogger.com/atom/ns#" term="Programming enhancements in SharePoint 2010" /><category scheme="http://www.blogger.com/atom/ns#" term="Linq" /><title>Programming concepts of Microsoft SharePoint2010 - for developers</title><content type="html">One of the most exciting developer feature for me in SharePoint 2010 is &lt;strong&gt;LINQ&lt;/strong&gt;. It basically provides a consistent, strongly-typed way of dealing with entities in your data. In SharePoint’s terminology, this means webs, lists and list items. Consider the below example:&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;Previuosly with SharePoint 2007 PObjct model code:&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
using (SPSite site = new SPSite("http://MySharePoint2010Site.com") &lt;br /&gt;
{ &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; using (SPWeb personalWeb = site.OpenWeb("/PersonalSite")) &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; { &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SPList announcementsList = personalWeb.Lists["Announcements"];&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;foreach (SPListItem announcementItem in announcementsList.Items) &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateTime expires = DateTime.MinValue; &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (DateTime.TryParse(announcement["Expires"].ToString(), out expires)) &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //&amp;nbsp;here comes the value for&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;} &lt;br /&gt;
}&lt;br /&gt;
&lt;div&gt;&lt;div&gt;&lt;div&gt;&amp;nbsp;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;strong&gt;&lt;u&gt;With SharePoint 2010 object model code using LINQ:&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
// Get DataContext from page context&lt;br /&gt;
DataContext data = new DataContext(SPContext.GetContext(this.Context).Web.Url);&lt;br /&gt;
EntityList&lt;announcements&gt;&lt;announcements&gt; Announcementslist = data.GetList&lt;announcements&gt;&lt;announcements&gt;("Announcements");&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var AnnouncementItems = from announcements in Announcementslist&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where announcements.Title == "New Announcement"&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select announcements;&lt;br /&gt;
&lt;br /&gt;
foreach (var ann in AnnouncementItems)&lt;br /&gt;
{&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Page.Response.Write("id = {0}, Title = {1}", ann.CustomerId, ann.Title);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
LINQ provides your data access abstraction for free. In addition, other data access scenarios such as inserting/updating list items and querying lists (think &lt;a href="http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spsitedataquery.aspx"&gt;SPSiteDataQuery&lt;/a&gt; or &lt;a href="http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spquery.aspx"&gt;SPQuery&lt;/a&gt;) will also be simplified. If you don’t already, my advice would be to start to understand fundamental aspects of how LINQ works &lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&amp;nbsp;&lt;strong&gt;Recommended reading:&lt;/strong&gt;&lt;br /&gt;
&lt;/div&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/netframework/aa904594.aspx"&gt;LINQ homepage&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/bb397927.aspx"&gt;Basic LINQ query operations&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/bb397906.aspx"&gt;Introduction to LINQ queries&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/bb383978.aspx"&gt;LINQ from clause&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/bb397687.aspx"&gt;Lambda expressions&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;&lt;strong&gt;&lt;u&gt;jQuery:&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
Another innovation in SharePoint 2010 is the client object model, which allows us to work with SharePoint data on the client (e.g. in JavaScript or Silverlight) in much the same way as we’re used to in .Net code on the server. In the case of JavaScript, jQuery will be useful here (though certainly not mandatory) because of the script which will frequently surround your use of the client OM. Put simply, whatever kind of objects you’re using in JavaScript, if you’re interacting with page elements jQuery is likely to reduce and simplify the code required.&lt;br /&gt;
Recommended reading :&lt;br /&gt;
&lt;a href="http://www.manning.com/bibeault/"&gt;jQuery in Action&lt;/a&gt;&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;strong&gt;&lt;u&gt;PowerShell&amp;nbsp;&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
PowerShell will play a greater role in SharePoint than previously courtesy of the many cmdlets included in the product – certainly admins who are script-inclined are likely to be very happy. The draw here is the sheer power – PowerShell is known for being able call into the .Net framework (and your own custom code), but is also capable of dealing with the filesystem, registry etc. This means that PowerShell can be used for a variety of SharePoint related tasks – scripted installations, configuration scripts, site provisioning/updates and more.&lt;br /&gt;
Recommended reading:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx"&gt;PowerShell homepage&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.msdn.com/PowerShell/"&gt;Official PowerShell blog&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;&lt;strong&gt;&lt;u&gt;Silverlight&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
Whilst it wouldn’t necessarily have been difficult for skilled developers to build a custom web part to render Silverlight movies, it’s an indication of Microsoft’s desire to make it easy to build rich sites that Silverlight web parts are included in the SharePoint 2010 box. Having had to integrate Flash movies from other teams with XML data sources in the past, having this kind of technology on the “Microsoft developer” side of the fence is pretty appealing. If you have the skills you’ll be able to build web parts with killer user interfaces, and assuming Silverlight is available to your audience the whole SharePoint world will be able to use them. &lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&amp;nbsp;Recommended reading:&lt;br /&gt;
&lt;/div&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.microsoft.com/silverlight"&gt;Official Silverlight site&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://weblogs.asp.net/scottgu/pages/silverlight-posts.aspx"&gt;Scott Gu’s Silverlight tutorials&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;&lt;strong&gt;&lt;u&gt;FAST search&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
You’ve probably heard that SharePoint Server 2010 has native integration with FAST search technology. If you’ve seen the capabilities of FAST and/or had conversations with clients about going beyond a ‘standard’ implementation of search, you’ll know how exciting this is. On my last project I worked with some guys from FAST on a proof-of-concept with extremely custom integration between SharePoint/FAST, so it’s great to see the barrier to entry being lowered here. For many, seeing the art of the possible in this space is a real eye-opener – often you don’t realise what you’ve been missing until you see it. On this one, my main recommendation at this stage is solely to introduce yourself to the concepts used by FAST such as the document processing and query pipelines, dictionaries, entity extraction and so on.&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&amp;nbsp;Recommended reading:&lt;br /&gt;
&lt;/div&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.microsoft.com/enterprisesearch/en/us/Fast.aspx"&gt;Enterprise Search/FAST page on microsoft.com&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://spforsquirrels.blogspot.com/2009/04/fast-search-engine-for-sharepoint-part.html"&gt;FAST search engine for SharePoint PART 1 (Dictionaries)&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://spforsquirrels.blogspot.com/2009/04/fast-search-engine-for-sharepoint-part_27.html"&gt;FAST search engine for SharePoint PART 2 (Overview of FAST)&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://spforsquirrels.blogspot.com/2009/05/fast-search-engine-for-sharepoint-part.html"&gt;FAST search engine for SharePoint PART 3 (Content Sources and Connectors)&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;&lt;strong&gt;&lt;u&gt;WCF&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
SharePoint’s own web services are now WCF services, but also because if you ever want to build a service application in SharePoint 2010, you’ll need to do WCF work. In general terms, it’s good advice that all new .Net web services should be built using WCF (.svc) rather than as .asmx web services anyway.&lt;br /&gt;
Recommended reading:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/netframework/aa663324.aspx"&gt;WCF homepage&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ms751514.aspx"&gt;WCF samples on MSDN&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7689957907981579273-6631547780224696685?l=sharepointstuff4u.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/HFU65u7dFrDVPp591tWbiURdX2Q/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/HFU65u7dFrDVPp591tWbiURdX2Q/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/HFU65u7dFrDVPp591tWbiURdX2Q/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/HFU65u7dFrDVPp591tWbiURdX2Q/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/hfqE/~4/OS90wua2pwk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sharepointstuff4u.blogspot.com/feeds/6631547780224696685/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sharepointstuff4u.blogspot.com/2009/11/programming-concepts-of-microsoft.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/6631547780224696685?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/6631547780224696685?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/hfqE/~3/OS90wua2pwk/programming-concepts-of-microsoft.html" title="Programming concepts of Microsoft SharePoint2010 - for developers" /><author><name>Paramesh</name><uri>http://www.blogger.com/profile/18174096356192652481</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://sharepointstuff4u.blogspot.com/2009/11/programming-concepts-of-microsoft.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0YGQHk8fip7ImA9WxNUEEw.&quot;"><id>tag:blogger.com,1999:blog-7689957907981579273.post-3043479321895100097</id><published>2009-10-31T10:45:00.000-07:00</published><updated>2009-10-31T10:45:21.776-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-31T10:45:21.776-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="setting up variations in MOSS 2007" /><category scheme="http://www.blogger.com/atom/ns#" term="MOSS 2007 Language packs" /><title>How to setup variations in MOSS 2007</title><content type="html">&lt;strong&gt;What are MOSS Language Packs?&lt;/strong&gt;&lt;br /&gt;
MOSS Language packs enable site owners and site collection administrators to create SharePoint sites and site collections in multiple languages without requiring separate installations of Microsoft Office SharePoint Server 2007. You install language packs, which contain language-specific site templates, on your front-end Web servers. When an administrator creates a site or a site collection based on a language-specific site template, the text that appears on the site or the site collection is displayed in the site template's language. Language Packs are typically used in multinational deployments where a single server farm supports people in different locations or in situations where sites and Web pages must be duplicated in one or more languages. Application of a Language Pack will not change the language of the installed Office server product SKU.&amp;nbsp;&lt;br /&gt;
&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;br /&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;strong&gt;What’s the difference between WSS Language Packs and MOSS language Packs?&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;WSS Language Packs are for WSS stand-alone installations and enable the creation of SharePoint sites in different languages; multiple language packs can be installed on the same server.&lt;/li&gt;
&lt;li&gt;MOSS Language Packs are for MOSS, MOSS for Search, Forms Server, and Project Server installations and enable the creation of SharePoint sites in different languages; multiple language packs can be installed on the same server.&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;&lt;strong&gt;What’s the difference between a MOSS Language Pack and a fully localized version of MOSS?&lt;/strong&gt;&lt;br /&gt;
Microsoft’s 2007 Office server products are localized into languages in two different ways: 1) fully translated SKUs and 2) Language Packs. A language-specific SKU delivers the respective Office server product localized into a given language. A Language Pack may be applied to an installed Office server product to create sites or site collections in other languages. Application of a Language Pack will not change the language of the installed Office server product SKU, or the language of the admin feature&lt;br /&gt;
&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;br /&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;em&gt;A&amp;nbsp;small &lt;b&gt;note&lt;/b&gt; before we start with: Site variations can only be used if you have created a site using one of the Publishing templates, or if you have activated the Publishing feature for your site&lt;/em&gt;.&lt;br /&gt;
&lt;div&gt;&lt;/div&gt;&lt;strong&gt;Prepare Operating System for multi-lingual changes:- &lt;/strong&gt;&lt;br /&gt;
&lt;div&gt;&lt;strong&gt;1) Install additional language files on Windows Server 2003 &lt;/strong&gt;&lt;br /&gt;
&lt;/div&gt;&lt;ul&gt;&lt;li&gt;On your front-end Web server, click Start, point to Settings and then Control Panel, and then click Regional and Language Options. &lt;/li&gt;
&lt;li&gt;In the Regional and Language Options dialog box, on the Languages tab, in the Supplemental Language Support section, select both of the following checkboxes: &lt;/li&gt;
&lt;li&gt;Install files for complex script and right-to-left languages &lt;/li&gt;
&lt;li&gt;Install files for East Asian languages &lt;/li&gt;
&lt;li&gt;Click OK in the dialog box that alerts you that additional disk space is required for the files.&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_flG50PYNeNY/Suxx8JcqQ-I/AAAAAAAAABE/3XbH3Zly_90/s1600-h/ws2003.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_flG50PYNeNY/Suxx8JcqQ-I/AAAAAAAAABE/3XbH3Zly_90/s320/ws2003.jpg" vr="true" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Click OK to install the additional language files. &lt;/li&gt;
&lt;li&gt;When prompted, insert your Windows Server 2003 product disc or provide the location of your Windows Server 2003 installation files. When prompted to restart your computer, click Yes.&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;&lt;strong&gt;2) Install additional language files on Windows Server 2008&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Download the Windows Server 2008 Language Packs (x86 / x64) from &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=E9F6F200-CFAF-4516-8E96-E4D4750397FF&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=E9F6F200-CFAF-4516-8E96-E4D4750397FF&amp;amp;displaylang=en&lt;/a&gt;; It will download Language Pack as .IMG file &lt;/li&gt;
&lt;li&gt;Extract the .IMG file using WinRAR or UltraISO to a folder, you should see a folder by name “langpacks” within extracted folder &lt;/li&gt;
&lt;li&gt;Do the following for each front-end Web server - &lt;/li&gt;
&lt;li&gt;On your front-end Web server, click Start, point to Settings and then Control Panel, and then click Regional and Language Options. &lt;/li&gt;
&lt;/ul&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_flG50PYNeNY/SuxywEtZBDI/AAAAAAAAABM/8ZpcdosX2Mg/s1600-h/ws2008.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_flG50PYNeNY/SuxywEtZBDI/AAAAAAAAABM/8ZpcdosX2Mg/s320/ws2008.png" vr="true" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;ul&gt;&lt;li&gt;In the Regional and Language Options dialog box, on the Keyboards and Languages tab, in the Display Language section, click Install/Uninstall languages. &lt;/li&gt;

&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_flG50PYNeNY/SuxzCdG_LGI/AAAAAAAAABU/awOkV5vNifs/s1600-h/ws2008_1.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_flG50PYNeNY/SuxzCdG_LGI/AAAAAAAAABU/awOkV5vNifs/s320/ws2008_1.jpg" vr="true" /&gt;&lt;/a&gt; 
&lt;/div&gt;
&lt;li&gt;In the Install or Uninstall Languages dialog box, click Install languages. &lt;/li&gt;

&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_flG50PYNeNY/SuxzTFyDCbI/AAAAAAAAABc/pk6iNR5Uyoc/s1600-h/ws2008_2.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_flG50PYNeNY/SuxzTFyDCbI/AAAAAAAAABc/pk6iNR5Uyoc/s320/ws2008_2.jpg" vr="true" /&gt;&lt;/a&gt; 
&lt;/div&gt;
&lt;li&gt;On the Select the Languages to Install page click Browse folder to navigate to where you extracted; point it to the “langpacks” folder &amp;gt; Click Select Folder &lt;/li&gt;
&lt;li&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_flG50PYNeNY/SuxzhPszr_I/AAAAAAAAABk/k7aSAHUFb6I/s1600-h/ws2008_3.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_flG50PYNeNY/SuxzhPszr_I/AAAAAAAAABk/k7aSAHUFb6I/s320/ws2008_3.jpg" vr="true" /&gt;&lt;/a&gt; &lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div&gt;&amp;nbsp;&amp;nbsp;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;Select the language to install from the list of available languages &lt;/li&gt;
&lt;li&gt;Select all the languages that you want to install, and then click Next. &lt;/li&gt;
&lt;li&gt;Accept the terms, and then click Next. &lt;/li&gt;
&lt;li&gt;Click Install. &lt;/li&gt;
&lt;/ul&gt;&lt;strong&gt;Prepare SharePoint for multi-lingual changes:-&amp;nbsp;&lt;/strong&gt;&lt;br /&gt;
&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;br /&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;WSS Language Pack Go to &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=36ee1bf0-652c-4e38-b247-f29b3eefa04&amp;amp;DisplayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=36ee1bf0-652c-4e38-b247-f29b3eefa04&amp;amp;DisplayLang=en&lt;/a&gt; and Change Language to French&amp;nbsp; Website language will now change to French &lt;br /&gt;
&lt;em&gt;click on download&lt;/em&gt;&lt;br /&gt;
MOSS Language Pack Go to &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=2447426b-8689-4768-bff0-cbb511599a45&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=2447426b-8689-4768-bff0-cbb511599a45&amp;amp;displaylang=en&lt;/a&gt; and Change Language to French Website language will now change to French &lt;br /&gt;
&lt;em&gt;click on download&lt;/em&gt; &lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Save SharePointLanguagePack.exe and ServerLanguagePack.img to a folder on WFE &lt;/li&gt;
&lt;li&gt;Extract ServerLanguagePack.img using WinRAR or UltraISO &lt;/li&gt;
&lt;li&gt;Install SharePointLanguagePack.exe for WSS &amp;gt; Don’t run PSCONFIG now &lt;/li&gt;
&lt;li&gt;From extracted location run Setup.exe for MOSS &lt;/li&gt;
&lt;li&gt;Run PSCONFIG and ensure its successful &amp;gt; IISRESET &lt;/li&gt;
&lt;li&gt;Browse to MOSS site where you want to configure variations &amp;gt; Go to Site Settings &amp;gt; Variations &lt;/li&gt;
&lt;li&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_flG50PYNeNY/Sux1PQWY9hI/AAAAAAAAABs/UvzpfKjFaIE/s1600-h/ws2008_4.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_flG50PYNeNY/Sux1PQWY9hI/AAAAAAAAABs/UvzpfKjFaIE/s320/ws2008_4.jpg" vr="true" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;Specify the variation home (if same site then put a "/") &lt;/li&gt;
&lt;li&gt;Choose the following settings &lt;/li&gt;

&lt;ul&gt;&lt;li&gt;Automatically create site and page variations &lt;/li&gt;
&lt;li&gt;Recreate a new target page when the source page is republished. &lt;/li&gt;
&lt;li&gt;Update Web Part changes to target pages when variation source page update is propagated. &lt;/li&gt;
&lt;li&gt;Reference existing resources &lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;Go to Site Settings Variation Labels&amp;nbsp; New Label&amp;nbsp; Provide values as below screenshot &amp;gt; OK &lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div&gt;&amp;nbsp;(Now we are making a label for default language site (English in our case) and hence it will be the source variation) &lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_flG50PYNeNY/Sux17gSq_xI/AAAAAAAAAB0/jMh8EnBw2TE/s1600-h/ws2008_5.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_flG50PYNeNY/Sux17gSq_xI/AAAAAAAAAB0/jMh8EnBw2TE/s320/ws2008_5.jpg" vr="true" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;Click on New Label again &amp;gt; Create another variation label using different language (French in our case) &lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_flG50PYNeNY/Sux2JXJqc4I/AAAAAAAAAB8/FYN9mXEU9hQ/s1600-h/ws2008_6.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_flG50PYNeNY/Sux2JXJqc4I/AAAAAAAAAB8/FYN9mXEU9hQ/s320/ws2008_6.jpg" vr="true" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Click on &lt;a href="http://3.bp.blogspot.com/_flG50PYNeNY/Sux2XzflUhI/AAAAAAAAACE/Io7aHK9N0x8/s1600-h/crhi.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_flG50PYNeNY/Sux2XzflUhI/AAAAAAAAACE/Io7aHK9N0x8/s320/crhi.jpg" vr="true" /&gt;&lt;/a&gt;button &lt;/li&gt;
&lt;li&gt;You will see the variations are being created &lt;/li&gt;
&lt;/ul&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_flG50PYNeNY/Sux2pVJ1QcI/AAAAAAAAACM/7zztjvPdr74/s1600-h/vrcr.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_flG50PYNeNY/Sux2pVJ1QcI/AAAAAAAAACM/7zztjvPdr74/s320/vrcr.jpg" vr="true" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Ensure &lt;a href="http://4.bp.blogspot.com/_flG50PYNeNY/Sux21rYfZNI/AAAAAAAAACU/hkK2slYgiYc/s1600-h/yn.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_flG50PYNeNY/Sux21rYfZNI/AAAAAAAAACU/hkK2slYgiYc/s320/yn.jpg" vr="true" /&gt;&lt;/a&gt; &lt;br /&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;Now the site is available in English and French and any new pages will be created in French as well &lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;div&gt;&amp;nbsp;&lt;strong&gt;More Info:&lt;/strong&gt;&amp;nbsp;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Administer Variations - &lt;a href="http://technet.microsoft.com/en-us/library/cc770241.aspx"&gt;http://technet.microsoft.com/en-us/library/cc770241.aspx&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;Deploy Language packs - &lt;a href="http://technet.microsoft.com/en-us/library/cc262108.aspx"&gt;http://technet.microsoft.com/en-us/library/cc262108.aspx&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7689957907981579273-3043479321895100097?l=sharepointstuff4u.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/hz0g5RlyX1RqciyQ6QkbfTk4Ir4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hz0g5RlyX1RqciyQ6QkbfTk4Ir4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/hz0g5RlyX1RqciyQ6QkbfTk4Ir4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hz0g5RlyX1RqciyQ6QkbfTk4Ir4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/hfqE/~4/fWoODnYnOlc" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sharepointstuff4u.blogspot.com/feeds/3043479321895100097/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sharepointstuff4u.blogspot.com/2009/10/how-to-setup-variations-in-moss-2007.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/3043479321895100097?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/3043479321895100097?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/hfqE/~3/fWoODnYnOlc/how-to-setup-variations-in-moss-2007.html" title="How to setup variations in MOSS 2007" /><author><name>Paramesh</name><uri>http://www.blogger.com/profile/18174096356192652481</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_flG50PYNeNY/Suxx8JcqQ-I/AAAAAAAAABE/3XbH3Zly_90/s72-c/ws2003.jpg" height="72" width="72" /><thr:total>1</thr:total><feedburner:origLink>http://sharepointstuff4u.blogspot.com/2009/10/how-to-setup-variations-in-moss-2007.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ak4FSHg9fSp7ImA9WxNVGUk.&quot;"><id>tag:blogger.com,1999:blog-7689957907981579273.post-195805165891213359</id><published>2009-10-30T11:13:00.000-07:00</published><updated>2009-10-30T17:28:39.665-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-30T17:28:39.665-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="ShatePoint AudienceManager" /><category scheme="http://www.blogger.com/atom/ns#" term="adding Audiences and audience rules" /><title>Programatically Add audiences and audience rules</title><content type="html">&lt;strong&gt;Adding audiences and audiences rules programatically using SharePoint Object code&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;SPSecurity.RunWithElevatedPrivileges(delegate()          &lt;br /&gt; {               &lt;br /&gt;     try               &lt;br /&gt;       {                   &lt;br /&gt;           String siteUrl = args[0];                   &lt;br /&gt;           using (SPSite site = new SPSite(siteUrl))                   &lt;br /&gt;          {                       &lt;br /&gt;              ServerContext context = ServerContext.GetContextsite);                                                      &lt;br /&gt;              AudienceManager audManager = new AudienceManager(context);           &lt;br /&gt;              AudienceCollection ac = audManager.Audiences;                    &lt;br /&gt;              Audience audNew1 = null;&lt;br /&gt;              Audience audNew2 = null;&lt;br /&gt;               string sNewAudience1 = "New Audience 1";&lt;br /&gt;               string sAudience1Description = "Description for New Audience 1";&lt;br /&gt;               string sNewAudience2 = "New Audience 2";&lt;br /&gt;               string sAudience2Description = "Description for New Audience 2";&lt;br /&gt;               try   &lt;br /&gt;                    {                            //Create the audience for New Audience 1 &lt;br /&gt;                           audNew1 = ac.Create(sNewAudience1 , sAudience1Description);    &lt;br /&gt;                           ArrayList AudRules = new ArrayList();&lt;br /&gt;                          AudienceRuleComponent rule1 = new AudienceRuleComponent&lt;br /&gt;("&lt;yourprofilepropertyname1&gt;", "=", "&lt;value&gt;");&lt;br /&gt;                          AudRules.Add(rule1);&lt;br /&gt;                          AudienceRuleComponent rule2 = new AudienceRuleComponent("&lt;yourprofilepropertyname2&gt;", "=", "&lt;value&gt;");&lt;br /&gt;                          AudRules.Add(rule2); &lt;br /&gt;                          AudienceRuleComponent rule3 = new AudienceRuleComponent("&lt;yourprofilepropertyname3&gt;", "=", "&lt;value&gt;"); &lt;br /&gt;                          AudRules.Add(rule3);&lt;br /&gt;                         AudienceRuleComponent rule4 = new AudienceRuleComponent("&lt;yourprofilepropertyname4&gt;", "=", "&lt;value&gt;");&lt;br /&gt;                         AudRules.Add(rule4);&lt;br /&gt;                         audNew1.AudienceRules = AudRules;&lt;br /&gt;                         audNew1.Commit(); &lt;br /&gt;                        Console.WriteLine("New Audiences 1 added successfully");&lt;br /&gt;                            //Create the audience for New Audience 1&lt;br /&gt;&lt;br /&gt;                           audNew2 = ac.Create(sNewAudience2, sAudience2Description);   &lt;br /&gt;                          AudRules.Clear(); &lt;br /&gt;                          AudienceRuleComponent rule5 = new AudienceRuleComponent("&lt;yourprofilepropertyname5&gt;", "=", "&lt;vlaue&gt;");&lt;br /&gt;                          AudRules.Add(rule5);&lt;br /&gt;                          AudienceRuleComponent rule6 = new AudienceRuleComponent("&lt;yourprofilepropertyname6&gt;", "=", "&lt;value&gt;"); &lt;br /&gt;                          AudRules.Add(rule6);&lt;br /&gt;                          AudienceRuleComponent rule7 = new AudienceRuleComponent("&lt;yourprofilepropertyname7&gt;", "=", "&lt;value&gt;");&lt;br /&gt;                           AudRules.Add(rule7);&lt;br /&gt;                           audNew2.AudienceRules = AudRules;&lt;br /&gt;                           audNew2.Commit(); &lt;br /&gt;                          Console.WriteLine("New Audiences 2 added successfully");&lt;br /&gt;                        }&lt;br /&gt;                       catch (AudienceDuplicateNameException e) &lt;br /&gt;                      {&lt;br /&gt;                            Console.WriteLine(e.ToString());&lt;br /&gt;                           Console.Read();&lt;br /&gt;                      }&lt;br /&gt;                  }&lt;br /&gt;              }  &lt;br /&gt;          catch (Exception exception) &lt;br /&gt;          {                   &lt;br /&gt;                Console.WriteLine(exception.ToString()); &lt;br /&gt;                Console.Read();&lt;br /&gt;          } &lt;br /&gt;     });&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7689957907981579273-195805165891213359?l=sharepointstuff4u.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/-KRm_WjJJFk8LU1pWRrX_Iaz_4M/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-KRm_WjJJFk8LU1pWRrX_Iaz_4M/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/-KRm_WjJJFk8LU1pWRrX_Iaz_4M/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-KRm_WjJJFk8LU1pWRrX_Iaz_4M/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/hfqE/~4/fLTUEO5-lQg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sharepointstuff4u.blogspot.com/feeds/195805165891213359/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sharepointstuff4u.blogspot.com/2009/10/programatically-add-audiences-and.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/195805165891213359?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/195805165891213359?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/hfqE/~3/fLTUEO5-lQg/programatically-add-audiences-and.html" title="Programatically Add audiences and audience rules" /><author><name>Paramesh</name><uri>http://www.blogger.com/profile/18174096356192652481</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://sharepointstuff4u.blogspot.com/2009/10/programatically-add-audiences-and.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk4NQHg_fip7ImA9WxNVGE4.&quot;"><id>tag:blogger.com,1999:blog-7689957907981579273.post-8839919795451782278</id><published>2009-10-29T09:27:00.000-07:00</published><updated>2009-10-29T09:49:51.646-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-29T09:49:51.646-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="SPVirtualPathProvider" /><category scheme="http://www.blogger.com/atom/ns#" term="MOSS ASP.Net Page Request" /><category scheme="http://www.blogger.com/atom/ns#" term="SharePoint Architecture" /><title>SharePoint Architecture</title><content type="html">&lt;div&gt;&lt;div&gt;&lt;br /&gt;&lt;div&gt;&lt;strong&gt;&lt;span style="color:#000066;"&gt;SharePoint Architecture&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;Both ASP.NET and WSS rely on IIS 6.0 to supply the underlying listening mechanism to process incoming HTTP requests and supply a management infrastructure for launching and running worker processes on the Web server.An IIS Web site provides an entry point into the IIS Web server infrastructure. Each IIS Web site is configured to listen for and process incoming HTTP requests that meet certain criteria.For example, an IIS Web site can be configured to handle requests coming in over a specific IP address or port number or can be routed to the Web server by using a specific host header,such as http://Extranet.Litwareinc.com.IIS automatically creates and configures an IIS Web site named Default Web Site that listens for HTTP requests coming in over port 80 on any of the IP addresses supported on the local Web server.Each IIS Web site is configured to map to a root directory, which is a physical directory on the file system of the hosting Web server. For example, standard configuration for IIS maps the Default Web Site to a root directory located at C:\Inetpub\wwwroot. In the most straightforward routing scenarios, IIS maps incoming HTTP requests to physical files inside the root directory.For example, IIS will respond to a request for http://www.Litwareinc.com/page1.htm by simply loading the contents of the file located at c:\Inetpub\wwwroot\page1.htm into memory and streaming it back to the client.A virtual directory is an entity that defines a child URL space nested within the URL space of its parent IIS Web site. Like an IIS Web site, a virtual directory is configured with a root directory on the file system of the hosting Web server.Note that IIS tracks configuration information about its IIS Web sites and virtual directories in a repository known as the IIS metabase. The IIS metabase lives on the file system of each front-end Web server running IIS. For example, when you create and configure an IIS Web site using the IIS administration utility, IIS tracks these changes by writing entries to the local IIS metabase.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;strong&gt;ISAPI Extensions and ISAPI Filters&lt;/strong&gt;&lt;strong&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/div&gt;In the most straightforward routing scenarios, IIS simply maps an incoming request to a physical file within the root directory of an IIS Web site or virtual directory. However, IIS also supports the Internet Server Application Programming Interface (ISAPI) programming model, which provides the opportunity for more sophisticated routing scenarios. In particular, the ISAPI programming model allows you to configure an IIS Web site or virtual directory so that incoming requests trigger the execution of custom code on the Web server.The ISAPI programming model consists of two primary component types: ISAPI extensions and ISAPI filters.&lt;br /&gt;&lt;div&gt;&lt;br /&gt;An ISAPI extension is a component DLL that plays the role of an endpoint for an incoming request. The fundamental concept is that IIS can map incoming requests to a set of endpoints that trigger the execution of code within an ISAPI extension DLL. An ISAPI extension DLL must be installed on the Web server and configured at the level of either an IIS Web site or virtual directory. Configuration commonly involves associating specific file extensions with the ISAPI extensions by using an IIS application map.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;While an ISAPI extension serves as an endpoint, an ISAPI filter plays the role of an interceptor(interrupt/stop).An ISAPI filter is installed and configured at the level of the IIS Web site. Once installed, an ISAPI filter intercepts all incoming requests targeting that IIS Web site. The fundamental concept is that an ISAPI filter can provide pre-processing and post-processing for each and every incoming request. ISAPI filters are typically created to provide low-level functionality for an IIS Web site, such as custom authentication and request logging.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;strong&gt;Application Pools and the IIS Worker ProcessIIS &lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;provides a flexible infrastructure for managing worker processes by using application pools. An application pool is a configurable entity that allows you to control how IIS maps IIS Web sites and virtual directories to instances of the IIS worker process. Note that instances of the IIS worker process are launched using an executable named w3wp.exe as shown in the below picture&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;a href="http://3.bp.blogspot.com/_flG50PYNeNY/SunDLcleIlI/AAAAAAAAAAk/_FJg5uhqKzg/s1600-h/W3WP.bmp"&gt;&lt;img id="BLOGGER_PHOTO_ID_5398060229799584338" style="WIDTH: 320px; CURSOR: hand; HEIGHT: 184px" alt="" src="http://3.bp.blogspot.com/_flG50PYNeNY/SunDLcleIlI/AAAAAAAAAAk/_FJg5uhqKzg/s320/W3WP.bmp" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;The routing architecture of IIS is controlled by a kernel-level device driver named http.sys.This device driver listens for incoming HTTP requests and uses information in the IIS metabase to route them to whatever instance of w3wp.exe is associated with the target application pool. If http.sys determines that the target application pool doesn’t have a running instance of w3wp.exe, it launches a new instance on demand to process the request.Every application pool has an important setting known as the application pool identity. The application pool identity is configured with a specific Windows user account that is either a local account on the Web server or a domain account within an Active Directory directory service domain. When http.sys launches a new instance of w3wp.exe for a specific application pool,it uses the application pool identity to initialize a Windows security token that serves as the process token.&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;strong&gt;ASP.NET 2.0 Framework&lt;/strong&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;The ASP.NET Framework is implemented as an ISAPI extension named aspnet_isapi.dll. The basic configuration for ASP.NET involves registering application maps for common ASP.NET file extensions including .aspx, .ascx, .ashx, and .asmx at the level of an IIS Web site or virtual directory. When IIS sees an incoming request targeting a file with one of these extensions, it forwards the request to aspnet_isapi.dll, which effectively passes control over to the ASP.NET Framework.Once the ASP.NET page parser builds the source file for an .aspx page, it can then compile it into a DLL. This compilation occurs automatically the first time the .aspx file is requested.Once the ASP.NET runtime has compiled an .aspx file into a DLL, that copy of the DLL can be used for all subsequent requests that target the same .aspx file. However, the ASP.NET runtime monitors the datetime stamp on the .aspx file and retriggers the compilation process to rebuild the DLL if it sees that the associated .aspx file has been updated.A page that links to a master page is known as a content page.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;strong&gt;HTTP Request Pipeline&lt;/strong&gt; the below figure displays a picture of the HTTP Request Pipeline and its three replaceable component types: HttpHandler, HttpApplication, and HttpModule. As requests come in, they are queued up and assigned to a worker thread that then processes the request by interacting with each of these component types.&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;a href="http://3.bp.blogspot.com/_flG50PYNeNY/SunE5nVtxhI/AAAAAAAAAAs/_9HWjKiMNyc/s1600-h/HTTPRequestPipeline.bmp"&gt;&lt;img id="BLOGGER_PHOTO_ID_5398062122471900690" style="WIDTH: 320px; CURSOR: hand; HEIGHT: 167px" alt="" src="http://3.bp.blogspot.com/_flG50PYNeNY/SunE5nVtxhI/AAAAAAAAAAs/_9HWjKiMNyc/s320/HTTPRequestPipeline.bmp" border="0" /&gt;&lt;/a&gt; &lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;The ultimate destination of any request is the endpoint, which is modeled in the HTTPRequest Pipeline by using an HttpHandler class, which implements the IHttpHandlerinterface. As a developer, you can create a custom HttpHandler component and plug it into the HTTP Request Pipeline by adding configuration elements to the web.config file.The HTTP Request Pipeline places an HttpApplication component in front of the HttpHandler.&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;On an application-wide basis, incoming requests are always routed through the HttpApplication before they reach the target HttpHandler, thus giving the HttpApplication the ability to preprocess any request no matter which HttpHandler it is being routed to. This preprocessing stage is handled through a series of events that are defined inside the HttpApplication class such as BeginRequest, AuthenticateRequest, and AuthorizeRequest.However, you can replace this standard component by creating a file named global.asax and placing it in the root directory of the hosting ASP.NET application. For example, you can create a global.asax that looks like the following:&lt;/div&gt;&lt;br /&gt;&lt;div&gt;protected void Application_AuthenticateRequest(object sender, EventArgs e) {&lt;/div&gt;&lt;div&gt;// your code goes here for request authentication}&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;protected void Application_AuthorizeRequest(object sender, EventArgs e) {&lt;/div&gt;&lt;div&gt;// your code goes here for request authorization}&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;The third replaceable component type in the HTTP Request Pipeline is the HttpModule. The HttpModule is similar to the HttpApplication component in that it is designed to handle events defined by the HttpApplication class and is processed before control is passed to any HttpHandler classes. For example, you can create a custom HttpModule component to handle request-level events such as BeginRequest, AuthenticateRequest, and AuthorizeRequest. As with the HttpHandler, an HttpModule class is defined with an interface. You can create a class that implements the IHttpModule interface and plug it into the HTTP Request Pipeline by adding configuration elements to the web.config file.Whereas custom HttpApplication components can be defined as simple text files with an.asax extension, custom HttpModule components are always compiled as classes withinassembly DLLs. To add a custom HttpModule component into the HTTP Request Pipeline,you then add entries into a web.config file.&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;HttpModule components can be configured at the machine level. In fact, the ASP.NETFramework ships with several different HttpModule components that are automaticallyconfigured at the machine level to provide ASP.NET functionality for things such as Windows authentication, Forms authentication, and output caching.&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;The final component that we want to discuss with respect to the HTTP Request Pipeline is HttpContext. As ASP.NET initializes a request to send to the HTTP Request Pipeline, it creates an object from the HttpContext class and initializes it with important contextual information.The Object contains such as Request, User, and Response.HttpContext currentContext = HttpContext.Current;string incomingUrl = currentContext.Request.Url;string currentUser = currentContext.User.Identity.Name;currentContext.Response.Write("Hello world");&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;strong&gt;WSS Integration with ASP.NET&lt;/strong&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;WSS integrates with ASP.NET at the level of the IIS Web site. Each IIS Web site in which you intend to host WSS sites must go through a one-time transformation process in which it is configured to become what WSS terminology refers to as a Web application. This transformation process involves adding IIS metabase entries and a WSS-specific web.config file to the root directory of the hosting IIS Web site. Once the transformation is completed, WSS extends the routing architecture of IIS and ASP.NET to properly route all incoming requests through the WSS runtime.&lt;/div&gt;&lt;br /&gt;&lt;div&gt;Creating a Web application requires a significant number of changes to the file system and the IIS metabase on each front-end Web server. In a Web farm environment, these changes are automatically mirrored across each front-end Web server in the farm by the WSS runtime.&lt;/div&gt;&lt;br /&gt;&lt;div&gt;Once a Web application is created, it is no longer necessary to touch the file system or IIS metabase of the front-end Web server when creating, updating, and deleting sites or site collections. The WSS architecture makes it possible to provision new sites and site collections simply by adding entries to the configuration database and a content database. It is this aspect of the WSS architecture that gives it significant management and provisioning advantagesover ASP.NET.&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;strong&gt;Web Applications&lt;/strong&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;Two primary ways exist to create a Web application by using either the WSS Central Administration Application or the stsadm.exe command-line utility. First, you can create a Web application by converting an existing IIS Web site. Alternatively, you can create a new Web application from scratch and let WSS create the new IIS Web site for you behind the scenes. In either case, WSS configures the resulting IIS Web site by adding an IIS application map and creating several virtual directories. WSS also copies a global.asax file and web.config file to the root directory of the hosting IIS Web site.WSS must add an IIS application map to each Web application to ensure that each and every incoming request is initially routed to the ASP.NET runtime. Remember that the default configuration for ASP.NET only registers application maps for requests with well-known ASP.NET file extensions such as .aspx, ascx, .ashx, and .asmx. Therefore, WSS configures the hosting IIS Web site with a wildcard application map to route all incoming requests to aspnet_isapi.dll, including those requests with non-ASP.NET extensions such as .doc, .docx, and .pdf.&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;Because every request targeting a Web application is routed through aspnet_isapi.dll, the request gets fully initialized with ASP.NET context. Furthermore, its processing behavior can be controlled by using a custom HttpApplication object and adding configuration elements to the web.config file. The WSS team uses standard ASP.NET techniques to extend the HTTP Request Pipeline by using several custom components, as shown in the below figure&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;First, you can see that WSS configures each Web application with a custom HttpApplication object by using the SPHttpApplication class. Note that this class is deployed in the WSS system assembly Microsoft.SharePoint.dll. WSS integrates this custom application class by creating a custom global.asax file at the root of the Web application that inherits from SPHttpApplication.&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/_flG50PYNeNY/SunGHrd3jHI/AAAAAAAAAA0/5NFoKzwPpuc/s1600-h/HttpRequestPipeline1.bmp"&gt;&lt;img id="BLOGGER_PHOTO_ID_5398063463609633906" style="WIDTH: 320px; CURSOR: hand; HEIGHT: 169px" alt="" src="http://1.bp.blogspot.com/_flG50PYNeNY/SunGHrd3jHI/AAAAAAAAAA0/5NFoKzwPpuc/s320/HttpRequestPipeline1.bmp" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;You can see that the standard WSS web.config file configures SPRequestModule so that it is the first HttpModule to respond to application-level events in the HTTP Request Pipeline of ASP.NET. If you examine the web.config file for a WSS Web application, you will see that WSS adds back in several of the standard HttpModule components from the ASP.NET Framework that deal with things such as output caching and various types of authentication.&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;SPVirtualPathProvider&lt;/strong&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;One of the strengths of WSS over ASP.NET is its ability to provision and customize pageswithin a site without having to make any changes to the local file system of the front-end Webserver. This capability of WSS to provision and customize pages is made possible by storingcustomized versions of .aspx files and .master files inside the content database and retrievingthem on demand when they are needed to process an incoming page request.&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;when the same page is requested, WSS must retrieve the contents of this customized page definition from the content database and pass it along to the ASP.NET runtime for parsing. We will now explain the architectural details that make this possible.&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;ASP.NET 2.0 introduced a new pluggable component type known as a &lt;strong&gt;virtual path provider&lt;/strong&gt;. The idea behind a virtual path provider is that it abstracts the details of where page files are stored away from the ASP.NET runtime. By creating a custom virtual path provider, a developer can write a custom component that retrieves ASP.NET file types, such as .aspx and .master files, from a remote location, such as a Microsoft SQL Server database. Once a virtual path provider retrieves the contents of an .aspx page, it can pass it along to the ASP.NET runtime for parsing.&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;SPVirtualPathProvider is able to retrieve an ASP.NET page file from the content database, such as default.aspx, and then pass it along to the ASP.NET page parser. The SPVirtualPathProvider class works together with another class named the SPPageParserFilter to supply processing instructions to the ASP.NET page parser. For example, the SPPageParserFilter component controls whether the ASP.NET page parser compiles the ASP.NET page into an assembly DLL or whether it processes the page in a no-compile mode that is introduced with ASP.NET 2.0.&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/_flG50PYNeNY/SunGpAqijJI/AAAAAAAAAA8/lmERg3hIg8s/s1600-h/SPVirtualPathProvider.bmp"&gt;&lt;img id="BLOGGER_PHOTO_ID_5398064036235611282" style="WIDTH: 320px; CURSOR: hand; HEIGHT: 150px" alt="" src="http://2.bp.blogspot.com/_flG50PYNeNY/SunGpAqijJI/AAAAAAAAAA8/lmERg3hIg8s/s320/SPVirtualPathProvider.bmp" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Imagine that you have just created 100 new WSS sites from the Blank Site template. If none of these sites requires a customized version of its home page (default.aspx), would it still make sense to copy the exact same page definition file into the content database 100 times? The answer to this question is obviously no. Fortunately, pages within a WSS site such as default.aspx are based on page templates that live on the file system of the front-end Web server. Page templates are used to provision page instances within the context of a site, such as the page that is accessible through a specific URL like &lt;a href="http://litwareinc.com/default.aspx"&gt;http://litwareinc.com/default.aspx&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;When a page instance is initially provisioned from a page template, WSS doesn’t need to store a copy of it in the content database because WSS can load the page template from the file system of the Web server and use it to process any request for an uncustomized page instance.&lt;br /&gt;&lt;br /&gt;Therefore, you can say that page ghosting describes the act of processing a request for an uncustomized page instance by using a page template loaded into memory from the file system of the front-end Web server.&lt;br /&gt;&lt;br /&gt;Page ghosting is valuable because it eliminates the need to transfer the contents of a page definition file from the SQL Server computer with the content database to the front-end Web server computer. Page ghosting also makes it possible to process the home pages for thousands of different sites by using a single page template that is compiled into an assembly DLL and loaded into memory in the IIS worker process just once per Web application. Both of these optimizations are key factors in the scalability of WSS in high-traffic environments running thousands or tens of thousands of sites.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Customized pages are sometimes referred to as unghosted pages&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;SPVirtualPathProvider&lt;/strong&gt; that determines whether the page being requested has beencustomized. The SPVirtualPathProvider makes the decision whether to process a page as a ghosted or an unghosted page.The new architecture introduced in WSS 3.0, which includes the SPVirtualPathProvider and the ASP.Net page parser, should be seen as one of the more significant architectural enhancements over WSS 2.0.&lt;br /&gt;When WSS converts an IIS Web site into a Web application, it creates several virtual directories. These virtual directories, including the _controltemplates directory, the _layouts directory, the _vti_bin directory, and the _wpresources directory, are used by various aspects of the WSS runtime. The _wpresources virtual directory provides a repository for resource files that are deployed along with Web Parts.&lt;br /&gt;Application pages are served up from the _layouts directory.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7689957907981579273-8839919795451782278?l=sharepointstuff4u.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/vl3MZYxwrJ3wI--_VLhbkybXbtc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/vl3MZYxwrJ3wI--_VLhbkybXbtc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/vl3MZYxwrJ3wI--_VLhbkybXbtc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/vl3MZYxwrJ3wI--_VLhbkybXbtc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/hfqE/~4/jXQVmHJQa0k" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sharepointstuff4u.blogspot.com/feeds/8839919795451782278/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sharepointstuff4u.blogspot.com/2009/10/sharepoint-architecture.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/8839919795451782278?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/8839919795451782278?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/hfqE/~3/jXQVmHJQa0k/sharepoint-architecture.html" title="SharePoint Architecture" /><author><name>Paramesh</name><uri>http://www.blogger.com/profile/18174096356192652481</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_flG50PYNeNY/SunDLcleIlI/AAAAAAAAAAk/_FJg5uhqKzg/s72-c/W3WP.bmp" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://sharepointstuff4u.blogspot.com/2009/10/sharepoint-architecture.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUEGRHg9fyp7ImA9WxNVF0g.&quot;"><id>tag:blogger.com,1999:blog-7689957907981579273.post-241078223610716807</id><published>2009-10-28T11:02:00.000-07:00</published><updated>2009-10-28T11:13:45.667-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-28T11:13:45.667-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="WSS4.0" /><category scheme="http://www.blogger.com/atom/ns#" term="Overview of SharePoint 2010" /><category scheme="http://www.blogger.com/atom/ns#" term="SharePoint 2010" /><category scheme="http://www.blogger.com/atom/ns#" term="New features announced for SharePoint Server 2010" /><category scheme="http://www.blogger.com/atom/ns#" term="SharePoint Foundation Services" /><title>New features announced for SharePoint 2010</title><content type="html">&lt;strong&gt;Development environment and tools&lt;/strong&gt;&lt;br /&gt;Traditionally, the path to your first SharePoint hello world-web part is littered with technical obstacles in the shape of tedious installation problems, Windows Server 2003 blues, virtual server nightmares etc. No more. Now you just need your laptop to develop SharePoint applications.&lt;br /&gt;&lt;strong&gt;The box&lt;br /&gt;&lt;/strong&gt;SharePoint developers no longer need to run a Windows 2003 Server. In fact, SharePoint and the development tools can now be installed directly on Windows 7 or Vista (service pack 1). Either versions of SharePoint can be used, i.e. SharePoint Foundation (formerly WSS) or SharePoint Server.&lt;br /&gt;The operating system must be 64 bit since SharePoint 2010 only runs in a 64 bit environment.&lt;br /&gt;SharePoint on a desktop operating system is just for developers and not for running a production environment.&lt;br /&gt; &lt;br /&gt;&lt;strong&gt;Visual Studio 2010&lt;/strong&gt;&lt;br /&gt;Many of SharePoint 2010’s new features can be accessed from inside Visual Studio 2010. Also, quite a few third-party add-ons may not be needed anymore as the functionality is now covered by Visual Studio.&lt;br /&gt;&lt;strong&gt;Highlights:&lt;/strong&gt;&lt;br /&gt;· Built-in designers for:&lt;br /&gt;       o Web parts&lt;br /&gt;       o BCS (formerly BDC)&lt;br /&gt;       o Workflows&lt;br /&gt;· Package and deploy SharePoint projects&lt;br /&gt;· Generate WSPs&lt;br /&gt;· View SharePoint sites in server explorer&lt;br /&gt;· Integration to Team Foundation Server&lt;br /&gt;· Support for SharePoint sandboxed solutions&lt;br /&gt;· WSPs from SharePoint Designer can be imported (including workflows)&lt;br /&gt;· Build workflow steps for SharePoint Designer&lt;br /&gt;· SharePoint Business Connectivity Services support&lt;br /&gt;· New events projects templates&lt;br /&gt; &lt;br /&gt;&lt;strong&gt;General improvents&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Developer dashboard&lt;/strong&gt;&lt;br /&gt;A developer dashboard can be displayed automatically at the bottom of every page. The DD displays valuable information about how the page is generated, for instance:&lt;br /&gt;       · Timing and duration of events&lt;br /&gt;       · Database queries (even the ones SharePoint does in the background)&lt;br /&gt;The DD is activated with the follow stsadm command:&lt;br /&gt;stsadm –o setproperty –pn developer-dashboard –pv ondemand&lt;br /&gt; &lt;br /&gt;&lt;strong&gt;Coding&lt;/strong&gt;&lt;br /&gt;Coding for SharePoint just got slightly easier due to the many improvements in .NET framework 4.0 and SharePoint 2010.&lt;br /&gt;Below is a rundown of some of the new features:&lt;br /&gt;     · LINQ for SharePoint&lt;br /&gt;     · After-synchronous events&lt;br /&gt;     · New event types:&lt;br /&gt;                o Site-scoped events&lt;br /&gt;                o Web creation events&lt;br /&gt;      · Workflow improvements:&lt;br /&gt;                o Initiation and association forms in Visual Studio&lt;br /&gt;                o New design user interface for workflows in SharePoint Designer&lt;br /&gt;                o Use Visio 2010 to design workflows&lt;br /&gt;       · SharePoint UI can now be saved as a template&lt;br /&gt;       · WSP is now the unified developer format – works in site collections and machine&lt;br /&gt; &lt;br /&gt;&lt;strong&gt;Improvements to lists&lt;br /&gt;&lt;/strong&gt;In SharePoint 2007, lists can cause any developer headaches. Hopefully, the new list architecture in SharePoint 2010 will solve this. Below is an overview of some of the improvements:&lt;br /&gt;· Validation with Excel-like Formula – forms can be validated using simple syntax&lt;br /&gt;· Lookup to multiple columns&lt;br /&gt;· Lookup fields have true relations which ensure proper deletion (transaction-style)&lt;br /&gt;· List index auto-creation&lt;br /&gt;· Scalability and performance vastly improved:&lt;br /&gt;        o Lists and folders can now contain a million elements&lt;br /&gt;        o Document libraries can contain 10 million documents&lt;br /&gt;· List query throttling&lt;br /&gt;· Lists views no longer based on CAML but XSL-T. Queries still use CAML&lt;br /&gt; &lt;br /&gt;&lt;strong&gt;Ribbon and Dialog framework&lt;/strong&gt;&lt;br /&gt;The ribbon we know (and some love) from Microsoft Office is now used in SharePoint 2010.&lt;br /&gt;Some of the highlights:&lt;br /&gt;· Custom actions can be embedded in the ribbon&lt;br /&gt;· The ribbon is context sensitive&lt;br /&gt;· The SharePoint out-of-the-box forms are replaceable&lt;br /&gt;· New web dialog functionality:&lt;br /&gt;        o A dialog floats on top of the SharePoint page and is used to get input from the user&lt;br /&gt;        o Fully programmable&lt;br /&gt; &lt;br /&gt;&lt;strong&gt;Silverlight 3&lt;/strong&gt;&lt;br /&gt;Silverlight plays an important part in SharePoint 2010 and is used in many of the improved UI elements. From a developer’s point of view, these are the highlights:&lt;br /&gt;· Built-it and customisable media player web part&lt;br /&gt;· List and site creation from within Silverlight&lt;br /&gt;· Office web applications run in Silverlight&lt;br /&gt;· Client object model – call SharePoint APIs from within Silverlight&lt;br /&gt;&lt;strong&gt;New features in 2010&lt;br /&gt;User interface&lt;br /&gt;&lt;/strong&gt;· Ribbon-based contextual menus, much like in Office 2007&lt;br /&gt;· Live preview of font changes etc.&lt;br /&gt;· Broad use of AJAX to minimise number of page refreshes&lt;br /&gt;· More seamless integration of web-based and desktop clients&lt;br /&gt;· All Office documents can now be viewed and edited in a rich web version of the desktop client&lt;br /&gt;&lt;strong&gt;Accessibility&lt;/strong&gt;&lt;br /&gt;· Cross-browser compatibility&lt;br /&gt;· XHTML and WCAG compatible output&lt;br /&gt;Collaboration&lt;br /&gt;· Completely revamped wiki&lt;br /&gt;         o Improved editing tool&lt;br /&gt;         o Dramatically improved image upload and handling&lt;br /&gt;· Richer blogs&lt;br /&gt;· Improvements to the calendar lists&lt;br /&gt;· Web-based, OneNote-like functionality&lt;br /&gt;&lt;strong&gt;Organisation&lt;br /&gt;&lt;/strong&gt;· Tagging, social tagging&lt;br /&gt;· Rating of documents&lt;br /&gt;· Bookmarks&lt;br /&gt;&lt;strong&gt;MySite and Social Computing&lt;br /&gt;&lt;/strong&gt;· Smart profiles&lt;br /&gt;· Activity feed – overview of a user’s recent activity&lt;br /&gt;· Browse colleagues&lt;br /&gt;· Locate experts within the organisation&lt;br /&gt;· Tag cloud of a person’s recent activities&lt;br /&gt;· Note board – i.e. a tagwall&lt;br /&gt;&lt;strong&gt;Content Management&lt;/strong&gt;&lt;br /&gt;· Improved scalability – lists and folders can now contain a million elements. Document libraries can contain 10 million documents&lt;br /&gt;· Digital Asset Management&lt;br /&gt;· Consistent content type across all servers in a farm&lt;br /&gt;· Streaming of video placed in document libraries&lt;br /&gt;· Improved governance possibilities&lt;br /&gt;&lt;strong&gt;Search&lt;/strong&gt;&lt;br /&gt;· Choice between standard SharePoint search and FAST Search&lt;br /&gt;· Wild card searching – used of asterisks&lt;br /&gt;· Improved people search – rich info on the search results page&lt;br /&gt;· Live preview of documents, slides etc right on the search results page&lt;br /&gt;&lt;strong&gt;Business intelligence&lt;/strong&gt;&lt;br /&gt;· Excel Services – including SQL Server PowerPivot&lt;br /&gt;· PerformancePoint Services – advanced BI dashboards&lt;br /&gt;· Visio Services and Chart web part&lt;br /&gt;· Business Connectivity Services – the new name for Business Data Catalog (BDC)&lt;br /&gt;SharePoint Workspace (the new name for Groove)&lt;br /&gt;· Improved offline content&lt;br /&gt;· Improved mobile access to content&lt;br /&gt;&lt;strong&gt;IT infrastructure&lt;/strong&gt;&lt;br /&gt;· 64-bit only!&lt;br /&gt;· SharePoint Foundation is the new name for WSS&lt;br /&gt;· Online/cloud version of SharePoint is a focus point for Microsoft&lt;br /&gt;· PowerShell Admin&lt;br /&gt;       o Fully scriptable admin of SharePoint&lt;br /&gt;       o Around 500 PowerShell commandlets will be shipped with 2010&lt;br /&gt;       o Admin SharePoint from PowerShell running on Windows 7&lt;br /&gt;       o Whatif command to preview impact of commands&lt;br /&gt;· New Central Administration&lt;br /&gt;      o Problems and solutions page with overview of current problems on the farm, and possible solutions&lt;br /&gt;· Throttling&lt;br /&gt;     o Control how many resources specific lists, sites etc. may use&lt;br /&gt;· Monitoring, Analytics&lt;br /&gt;     o Usage analysis database will be customisable&lt;br /&gt;· Improved Upgrade and Availability&lt;br /&gt;     o Visual Upgrade enables individual users to choose when to upgrade a site&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7689957907981579273-241078223610716807?l=sharepointstuff4u.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/_8C5hpt4hRJBpHsBqBYZFjWrLxU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_8C5hpt4hRJBpHsBqBYZFjWrLxU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/_8C5hpt4hRJBpHsBqBYZFjWrLxU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_8C5hpt4hRJBpHsBqBYZFjWrLxU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/hfqE/~4/DGfeUFAbQmA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sharepointstuff4u.blogspot.com/feeds/241078223610716807/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sharepointstuff4u.blogspot.com/2009/10/new-features-announced-for-sharepoint.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/241078223610716807?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7689957907981579273/posts/default/241078223610716807?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/hfqE/~3/DGfeUFAbQmA/new-features-announced-for-sharepoint.html" title="New features announced for SharePoint 2010" /><author><name>Paramesh</name><uri>http://www.blogger.com/profile/18174096356192652481</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://sharepointstuff4u.blogspot.com/2009/10/new-features-announced-for-sharepoint.html</feedburner:origLink></entry></feed>

