<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tom Van Gaever</title>
	<atom:link href="http://tomvangaever.be/blogv2/feed/" rel="self" type="application/rss+xml" />
	<link>http://tomvangaever.be/blogv2</link>
	<description>SharePoint Architect &#124; Continuous Improvement Facilitator &#124; Trainer</description>
	<lastBuildDate>Thu, 10 May 2012 13:26:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Community Day 2012 &#124; Creating rich, responsive display and editor user interfaces with KnockoutJS</title>
		<link>http://tomvangaever.be/blogv2/2012/05/community-day-2012-creating-rich-responsive-display-and-editor-user-interfaces-with-knockoutjs/</link>
		<comments>http://tomvangaever.be/blogv2/2012/05/community-day-2012-creating-rich-responsive-display-and-editor-user-interfaces-with-knockoutjs/#comments</comments>
		<pubDate>Thu, 10 May 2012 13:26:42 +0000</pubDate>
		<dc:creator>Tom Van Gaever</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://tomvangaever.be/blogv2/?p=812</guid>
		<description><![CDATA[Creating rich, responsive display and editor user interfaces with KnockoutJS This presentation offers a brief introduction on the possibilities of Knockout. Knockout is a JavaScript library that allow you to apply the Model-View-View Model (MVVM) pattern inside your web apps. Using this powerful framework gives you new slick possibilities to create rich, responsive display and [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Creating rich, responsive display and editor user interfaces with KnockoutJS</strong></p>
<p>This presentation offers a brief introduction on the possibilities of Knockout.</p>
<p>Knockout is a JavaScript library that allow you to apply the Model-View-View Model (MVVM) pattern inside your web apps.</p>
<p>Using this powerful framework gives you new slick possibilities to create rich, responsive display and editor user interfaces with a clean underlying data model.</p>
<p>Any time you have sections of UI that update dynamically (e.g., changing depending on the user’s actions or when an external data source changes), KO can help you implement it more simply and maintainable.</p>
<p>See you there?</p>
<p>Register your free ticket here: <a href="http://www.communityday.be/cd/tabid/130/Default.aspx">http://www.communityday.be/cd/tabid/130/Default.aspx</a></p>
<p><a href="http://tomvangaever.be/blogv2/wp-content/uploads/2012/05/ComDay2012-longbanner1.png"><img class="size-full wp-image-813 alignleft" title="ComDay2012-longbanner[1]" src="http://tomvangaever.be/blogv2/wp-content/uploads/2012/05/ComDay2012-longbanner1.png" alt="" width="600" height="90" /></a></p>
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://tomvangaever.be/blogv2/2012/05/community-day-2012-creating-rich-responsive-display-and-editor-user-interfaces-with-knockoutjs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2010 SP1 and Moling the system dll</title>
		<link>http://tomvangaever.be/blogv2/2012/04/visual-studio-2010-sp1-and-moling-the-system-dll/</link>
		<comments>http://tomvangaever.be/blogv2/2012/04/visual-studio-2010-sp1-and-moling-the-system-dll/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 13:44:55 +0000</pubDate>
		<dc:creator>Tom Van Gaever</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[moles]]></category>
		<category><![CDATA[quality]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://tomvangaever.be/blogv2/?p=770</guid>
		<description><![CDATA[Personal reminder because I keep forgetting this step... Context: Visual studio 2010 SP1 Moles installed Building SharePoint unit tests using behaviors Required to create mole assembly based on the systems.dll receiving lots of built error including: "System.Net.Moles.SFileWebResponse.Dispose(bool)': no suitable method found to override" Try updating the System.moles file to use reflection only: There I fixed [...]]]></description>
			<content:encoded><![CDATA[<p><em>Personal reminder because I keep forgetting this step...</em></p>
<p><strong>Context:</strong></p>
<ol>
<li>Visual studio 2010 SP1</li>
<li>Moles installed</li>
<li>Building SharePoint unit tests using behaviors</li>
<li>Required to create mole assembly based on the systems.dll</li>
<li>receiving lots of built error including: "System.Net.Moles.SFileWebResponse.Dispose(bool)': no suitable method found to override"</li>
</ol>
<p>Try updating the System.moles file to use reflection only:</p>
<p><img class="alignnone" src="http://tomvangaever.be/blogv2/wp-content/uploads/2012/04/moles_error_reflection.png" alt="" width="551" height="50" /></p>
<p>There I fixed it!</p>
<p>Happy SharePoint unit testing <img src='http://tomvangaever.be/blogv2/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>More info:</p>
<ul>
<li><a href="http://social.msdn.microsoft.com/Forums/en/pex/thread/446669dd-1d69-4020-9174-dc259a55b4b4">http://social.msdn.microsoft.com/Forums/en/pex/thread/446669dd-1d69-4020-9174-dc259a55b4b4</a></li>
<li><a href="http://stackoverflow.com/questions/8144653/moling-system-dll">http://stackoverflow.com/questions/8144653/moling-system-dll</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://tomvangaever.be/blogv2/2012/04/visual-studio-2010-sp1-and-moling-the-system-dll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moles are dead, long live Fakes</title>
		<link>http://tomvangaever.be/blogv2/2012/04/moles-is-dead-long-live-fakes/</link>
		<comments>http://tomvangaever.be/blogv2/2012/04/moles-is-dead-long-live-fakes/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 08:42:56 +0000</pubDate>
		<dc:creator>Tom Van Gaever</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[fakes]]></category>
		<category><![CDATA[moles]]></category>

		<guid isPermaLink="false">http://tomvangaever.be/blogv2/?p=759</guid>
		<description><![CDATA[I'm a huge fan of the Microsoft Research Project called Pex and Moles. Therefor I've mentioned them several times on this blog and demonstrated their power on the community day event in 2010. Especially moles, because they allow us to fake the very closed SharePoint objects in our Test projects and make our lives as SharePoint [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I'm a huge fan of the Microsoft Research Project called Pex and Moles.<br />
Therefor I've mentioned them several times <a href="http://tomvangaever.be/blogv2/?s=pex+and+moles">on this blog</a> and demonstrated their power on the community day event in 2010.<br />
Especially moles, because they allow us to fake the very closed SharePoint objects in our Test projects and make our lives as SharePoint legends much easier.</p>
<p style="text-align: justify;">There is bad and good news about Moles:</p>
<p style="text-align: justify;"><strong>Moles are dead<br />
</strong>The Moles project is *not* actively developed anymore...</p>
<p style="text-align: justify;"><strong>Long live fakes<br />
</strong>The Fakes Framework in Visual Studio 11 is the next generation of Moles &amp; Stubs, and will eventually replace it.</p>
<p style="text-align: justify;">What now?</p>
<blockquote>
<p style="text-align: justify;"><a href="http://aka.ms/vs11-fakes">The Fakes Framework in Visual Studio 11 is the next generation of Moles &amp; Stubs, and will eventually replace it.</a><br />
Fakes is different from Moles, however, so moving from Moles to Fakes will require some modifications to your code. A guide for this migration will be available at a later date. Until then, please keep sending bug reports to <a href="mailto:pexbug@microsoft.com">pexbug@microsoft.com</a>, and <a href="http://stackoverflow.com/questions/tagged/pex">ask questions on stackoverflow</a>. The Pex and Moles team will release an update of Pex for Visual Studio 11 when the final release becomes available. Moles will not developed further so we recommend to migrate to Fakes.</p>
</blockquote>
<p style="text-align: justify;"><a href="http://research.microsoft.com/en-us/projects/moles/">http://research.microsoft.com/en-us/projects/moles/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tomvangaever.be/blogv2/2012/04/moles-is-dead-long-live-fakes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speaking at SharePoint Saturday Belgium</title>
		<link>http://tomvangaever.be/blogv2/2012/04/speaking-at-sharepoint-saturday-belgium/</link>
		<comments>http://tomvangaever.be/blogv2/2012/04/speaking-at-sharepoint-saturday-belgium/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 08:38:22 +0000</pubDate>
		<dc:creator>Tom Van Gaever</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://tomvangaever.be/blogv2/?p=744</guid>
		<description><![CDATA[Pleased to announce that I will be presenting at SharePoint Saturday Belgium about Custom Service Applications. Information about the session below: Everybody knows the Out-Of-The-Box service applications like Search, Managed Metadata, BCS, Excel services, etc etc... But how can you reuse this framework in order to provide your own Service Application and gain the built in [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tomvangaever.be/blogv2/wp-content/uploads/2012/04/2012_SPS_Logo_3002.jpg"><img class="size-medium wp-image-745 alignright" title="2012_SPS_Logo_300" src="http://tomvangaever.be/blogv2/wp-content/uploads/2012/04/2012_SPS_Logo_3002-300x66.jpg" alt="" width="300" height="66" /></a>Pleased to announce that I will be presenting at SharePoint Saturday Belgium about <a title="Custom SharePoint Service Applications" href="http://www.sharepointsaturday.org/belgium/meetings/31/CustomSharePointServiceApplicationsawesome.aspx" target="_blank">Custom Service Applications</a>.</p>
<p><strong>Information about the session below:</strong></p>
<p><a href="http://tomvangaever.be/blogv2/wp-content/uploads/2012/04/043010_0550_sharepoints111.jpg"><img class="alignleft  wp-image-747" title="043010_0550_sharepoints11[1]" src="http://tomvangaever.be/blogv2/wp-content/uploads/2012/04/043010_0550_sharepoints111-300x224.jpg" alt="" width="378" height="254" /></a><br />
Everybody knows the Out-Of-The-Box service applications like Search, Managed Metadata, BCS, Excel services, etc etc...</p>
<p>But how can you reuse this framework in order to provide your own Service Application and gain the built in advantages?</p>
<p>In this session you will learn how to create a custom SharePoint Service Application. They represent a fundamental change to the functional decomposition of services within a farm. However, Service Applications can be quite overwhelming to create.</p>
<p>We will simplify the process, so that everyone is able to implement their own specific Service Application.</p>
<p>&nbsp;</p>
<p><strong>About SharePoint Saturday BE:</strong><br />
Join SharePoint architects, developers, and other professionals for the first Belgian ‘SharePoint Saturday’ event. SharePoint Saturday is an educational, informative &amp; lively day filled with sessions from respected SharePoint professionals &amp; MVPs, covering a wide variety of SharePoint-orientated topics. SharePoint Saturday is FREE, open to the public and is your local chance to immerse yourself in SharePoint!<br />
<a href="http://www.sharepointsaturday.org/belgium/default.aspx">http://www.sharepointsaturday.org/belgium/default.aspx</a> </p>
<p><strong>When and where will this awesome event be held?</strong><br />
Saturday April 28th 2012<br />
Business Faculty Brussel<br />
St. Lendriksborre 6 Font Saint Landry<br />
1120 Brussel (Neder-Over-Heembeek)</p>
<p>Hope to see you there!</p>
<p>Tom</p>
]]></content:encoded>
			<wfw:commentRss>http://tomvangaever.be/blogv2/2012/04/speaking-at-sharepoint-saturday-belgium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Join the first Windows 8 Developer Day in Belgium!</title>
		<link>http://tomvangaever.be/blogv2/2012/03/join-the-first-windows-8-developer-day-in-belgium/</link>
		<comments>http://tomvangaever.be/blogv2/2012/03/join-the-first-windows-8-developer-day-in-belgium/#comments</comments>
		<pubDate>Tue, 06 Mar 2012 08:43:43 +0000</pubDate>
		<dc:creator>Tom Van Gaever</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://tomvangaever.be/blogv2/?p=739</guid>
		<description><![CDATA[&#160; &#160; &#160; &#160; &#160; Join the first Windows 8 Developer Day in Belgium! A full day conference with technical sessions that dive into the platform for building Windows 8 Metro Style apps. With Windows 8 Consumer Preview just released, you'll learn first-hand how to: Use the new features in Windows 8 Metro apps to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://msdn.be/win8devday. "><img class="alignleft size-medium wp-image-740" title="banner385x201" src="http://tomvangaever.be/blogv2/wp-content/uploads/2012/03/banner385x201-300x156.jpg" alt="" width="300" height="156" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Join the first Windows 8 Developer Day in Belgium! A full day conference with technical sessions that dive into the platform for building Windows 8 Metro Style apps.</p>
<p>With Windows 8 Consumer Preview just released, you'll learn first-hand how to:</p>
<ul>
<li>Use the new features in Windows 8 Metro apps to your advantage</li>
<li>Use the developer platform with C#, C++, XAML, HTML and JavaScript</li>
<li>Monetize and distribute your app</li>
</ul>
<p>The keynote speaker is Giorgio Sardo, HTML5 and Windows 8 Senior Technical Evangelist at Microsoft.</p>
<p>When the sun sets, we dive into the night with the very first Nacht van Windows 8 / La nuit de Windows 8,an app-a-thon like you've never seen!</p>
<p>Team up with your best UX friend to build a killer team, come alone, sign up with a group, whatever you want! And win prizes with you app...</p>
<p><a href="http://msdn.be/win8devday">http://msdn.be/win8devday</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tomvangaever.be/blogv2/2012/03/join-the-first-windows-8-developer-day-in-belgium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Online: SECOND Service Update Announced</title>
		<link>http://tomvangaever.be/blogv2/2012/02/sharepoint-online-second-service-update-announced/</link>
		<comments>http://tomvangaever.be/blogv2/2012/02/sharepoint-online-second-service-update-announced/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 22:01:31 +0000</pubDate>
		<dc:creator>Tom Van Gaever</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://tomvangaever.be/blogv2/?p=735</guid>
		<description><![CDATA[&#160; &#160; The Microsoft SharePoint Product Group announces on their blog that the second update to SharePoint Online (SPO) since the launch of Office 365 (O365) is beginning to roll out worldwide. Enterprise Readiness allows up to 500,000 user objects instead of 20,000 Active Directory entries. Recycle Bin Enhancements allows us to restore a deleted [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tomvangaever.be/blogv2/wp-content/uploads/2012/02/imagesCAO8F68Z.jpg"><img class="alignleft size-medium wp-image-736" title="sharepointonline" src="http://tomvangaever.be/blogv2/wp-content/uploads/2012/02/imagesCAO8F68Z-300x51.jpg" alt="" width="300" height="51" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The Microsoft SharePoint Product Group announces on their blog <em>that the second update to SharePoint Online (SPO) since the launch of Office 365 (O365) is beginning to roll out worldwide.</em></p>
<ol>
<li>Enterprise Readiness allows <strong>up to 500,000 user objects</strong> instead of 20,000 Active Directory entries.</li>
<li>Recycle Bin Enhancements allows us to <strong>restore a deleted site collection.</strong></li>
<li>External Sharing Gets a Broader Reach, external users can now <strong>use their business email address to authenticate when invited</strong> into an Office 365 customer's site collection</li>
<li><strong>PDF files will now open directly</strong> into Adobe Reader without requiring that it be downloaded first.</li>
</ol>
<p>For the original and detailed blogpost from sharepoint.microsoft.com, please read <a href="http://sharepoint.microsoft.com/blog/Pages/BlogPost.aspx?pID=1004">http://sharepoint.microsoft.com/blog/Pages/BlogPost.aspx?pID=1004</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tomvangaever.be/blogv2/2012/02/sharepoint-online-second-service-update-announced/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SharePoint Saturday Belgium 2012</title>
		<link>http://tomvangaever.be/blogv2/2012/02/sharepoint-saturday-belgium-2012/</link>
		<comments>http://tomvangaever.be/blogv2/2012/02/sharepoint-saturday-belgium-2012/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 09:20:57 +0000</pubDate>
		<dc:creator>Tom Van Gaever</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://tomvangaever.be/blogv2/?p=714</guid>
		<description><![CDATA[There we go again! With our new BIWUG board we are organizing our second SharePoint Saturday on April 28th 2012. This time SharePoint Saturday is hosted at Xylos, located at Business Faculty Brussel, St. Lendriksborre 6 Font Saint Landry, 1120 Brussel (Neder-Over-Heembeek) Our agenda is not yet complete but we can already tell you that [...]]]></description>
			<content:encoded><![CDATA[<p>There we go again!</p>
<p>With our new BIWUG board we are organizing <strong>our second SharePoint Saturday on April 28th 2012</strong>.</p>
<p>This time SharePoint Saturday is hosted at Xylos, located at Business Faculty Brussel, St. Lendriksborre 6 Font Saint Landry, 1120 Brussel (Neder-Over-Heembeek)</p>
<p>Our agenda is not yet complete but we can already tell you that we were able to attract speakers like <a href="http://sharepoint.mindsharpblogs.com/ChristinaW/default.aspx">Chirstina Wheeler</a>, <a href="http://sharepoint.mindsharpblogs.com/penny/default.aspx">Penny Coventry </a>and <a href="http://blogs.code-counsel.net/Wouter/default.aspx">Wouter Van Vugt</a>.<br />
Naturally we also have Belgian talent who will give sessions based on their experience with SharePoint.<br />
All sessions will be based on SharePoint 2010.</p>
<p>This time we will have at least 3 tracks: a <strong>SharePoint Power user</strong> , <strong>IT Pro/Administrator</strong> and a <strong>Developer</strong> track.</p>
<p>You can find more details about sessions, speakers and sponsors at our special SharePoint Saturday site.<br />
More information will become available on the site in the coming days and months.</p>
<p>So stay tuned! You can subscribe <a href="http://spsbe2012.eventbrite.com/">here</a>.</p>
<table>
<tr>
<td>
<a href="http://www.sharepointsaturday.org/belgium/default.aspx"><img class="alignleft size-full wp-image-715" title="SharePointSaturday[1]" src="http://tomvangaever.be/blogv2/wp-content/uploads/2012/02/SharePointSaturday1.png" alt="" width="314" height="116" /></a>
</td>
<td>
<a href="http://www.biwug.be"><img class="alignleft size-thumbnail wp-image-568" title="logo" src="http://tomvangaever.be/blogv2/wp-content/uploads/2011/12/logo-150x150.jpg" alt="" width="150" height="150" /></a>
</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://tomvangaever.be/blogv2/2012/02/sharepoint-saturday-belgium-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Something to think about&#8230;</title>
		<link>http://tomvangaever.be/blogv2/2012/02/something-to-think-about/</link>
		<comments>http://tomvangaever.be/blogv2/2012/02/something-to-think-about/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 18:19:47 +0000</pubDate>
		<dc:creator>Tom Van Gaever</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://tomvangaever.be/blogv2/?p=709</guid>
		<description><![CDATA[What crosses other developers their minds when they read your code? Tom]]></description>
			<content:encoded><![CDATA[<div>
<a href="http://tomvangaever.be/blogv2/wp-content/uploads/2012/02/code.png"><img class="alignleft size-full wp-image-710" title="code" src="http://tomvangaever.be/blogv2/wp-content/uploads/2012/02/code.png" alt="" width="744" height="612" /></a>
</div>
<p>What crosses other developers their minds when they read your code?</p>
<p>Tom</p>
]]></content:encoded>
			<wfw:commentRss>http://tomvangaever.be/blogv2/2012/02/something-to-think-about/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 15 Technical Preview Managed Object Model Software Development Kit</title>
		<link>http://tomvangaever.be/blogv2/2012/01/sharepoint-15-technical-preview-managed-object-model-software-development-kit/</link>
		<comments>http://tomvangaever.be/blogv2/2012/01/sharepoint-15-technical-preview-managed-object-model-software-development-kit/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 13:57:59 +0000</pubDate>
		<dc:creator>Tom Van Gaever</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://tomvangaever.be/blogv2/?p=701</guid>
		<description><![CDATA[Today Microsoft released a new technical preview containing a small chm file with more information concerning the SharePoint vNext. You can download the SDK from here, note that is not final and can be updated or changed... A brief overview of what we could expect: SPFileRightsManagementSettings: Represents the Information Rights Management (IRM) settings for file [...]]]></description>
			<content:encoded><![CDATA[<p>Today Microsoft released a new technical preview containing a small chm file with more information concerning the SharePoint vNext.<br />
You can download the SDK from <a href="http://www.microsoft.com/download/en/confirmation.aspx?id=28768">here</a>, note that is not final and can be updated or changed...</p>
<p>A brief overview of what we could expect:</p>
<p><strong>SPFileRightsManagementSettings:<br />
</strong>Represents the Information Rights Management (IRM) settings for file downloads in Microsoft SharePoint Foundation.</p>
<p><strong>SPLanguageSettings:<br />
</strong>Represents set of language preferences. The SPLanguageSettings object can be accessed via the SPUser object to return user's language preference.</p>
<p><strong>Microsoft.SharePoint.SPListDataValidationException.SPFailure</strong><br />
Describes a specific validation failure when a list item is inserted or updated.</p>
<p><strong>Microsoft.SharePoint.IdentityModel.OAuth2.SPOAuth2BearerCredentials<br />
</strong>Facebook Platform uses the <a href="http://tools.ietf.org/pdf/draft-ietf-oauth-v2-12.pdf">OAuth 2.0 protocol</a> for authentication and authorization, just like the Google API, Foursquare and Yammer...<br />
But I'm sure more external systems are available and support this protocol...</p>
<p><strong>Microsoft.SharePoint.WebControls.SPPageContentManager</strong><br />
Manages all the resource content that may be registered on a SharePoint page, including script files, inline scripts, style files, inline styles, and hidden input fields. Spweb ensures that the content can be either appropriately placed on a fully-rendered HTML page or correctly transmitted to a browser in the case of a partial page load.</p>
<p>I hope more will be available soon!</p>
<p>Tom</p>
]]></content:encoded>
			<wfw:commentRss>http://tomvangaever.be/blogv2/2012/01/sharepoint-15-technical-preview-managed-object-model-software-development-kit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BIWUG EVENT: &#8216;High Availability&#8217; &amp; &#8216;SharePoint BI&#8217; &#8211; BIWUG1303</title>
		<link>http://tomvangaever.be/blogv2/2012/01/biwug-event-high-availability-sharepoint-bi-biwug1303/</link>
		<comments>http://tomvangaever.be/blogv2/2012/01/biwug-event-high-availability-sharepoint-bi-biwug1303/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 09:37:09 +0000</pubDate>
		<dc:creator>Tom Van Gaever</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://tomvangaever.be/blogv2/?p=695</guid>
		<description><![CDATA[SharePoint 2010 High Availability &#38; Disaster Recovery Do you know what it takes to have your precious SharePoint environment up at all times? In this session we’ll explore the ins and outs of HA &#38; DR. What’s the difference between them? What requirements do you have to gather in order to architect a solution? What [...]]]></description>
			<content:encoded><![CDATA[<h3 style="padding-right: 30px;"><a href="http://tomvangaever.be/blogv2/wp-content/uploads/2011/12/logo.jpg"><img class="size-thumbnail wp-image-568 alignright" title="logo" src="http://tomvangaever.be/blogv2/wp-content/uploads/2011/12/logo-150x150.jpg" alt="" width="150" height="150" /></a>SharePoint 2010 High Availability &amp; Disaster Recovery</h3>
<p><em>Do you know what it takes to have your precious SharePoint environment up at all times?</em></p>
<p><em>In this session we’ll explore the ins and outs of HA &amp; DR. What’s the difference between them? What requirements do you have to gather in order to architect a solution? What works and what doesn’t? What conditions have to be met? What technologies are involved?</em></p>
<p><em>We won’t cover every solution under the sun but try to give you a decent overview of the landscape.</em></p>
<h3>How to Track Your Project Resources by Using SharePoint BI and MS Project Server</h3>
<p><em>How do you create and use a project dashboard to track people and projects? Let us show you how by using the BI features from SharePoint 2010 on top of Project Server 2010 data.</em></p>
<p><em>We will use the different tools that are available within SharePoint 2010 and suggest which tool you use for which purpose. It will be a mix of slides and demo's.</em></p>
<p><em>After this session you will have a good overview of the SharePoint BI world, demonstrated with project server data but off course it can be any data.</em></p>
<p>&nbsp;</p>
<hr />
<p>&nbsp;</p>
<h2>Agenda:</h2>
<p>18:00 - 18:30 ... Welcome and snacks</p>
<p>18:30 - 19:30 ... SharePoint 2010 High Availability &amp; Disaster Recovery  ( Speaker: <a title="Thomas Vochten" href="http://be.linkedin.com/in/thomasvochten">Thomas Vochten</a> )</p>
<p>19:30 - 19:45 ... Break</p>
<p>19:45 - 20:45 ... How to Track Your Project Resources by Using ...  ( Speaker: <a title="David Smeets" href="http://www.linkedin.com/pub/david-smeets/2/171/654">David Smeets</a> )</p>
<p>20:45 - …      ... SharePint!</p>
<p>&nbsp;</p>
<p>Hope to see you there!</p>
<p>Tom</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://tomvangaever.be/blogv2/2012/01/biwug-event-high-availability-sharepoint-bi-biwug1303/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

