<?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>SharePoint Global Services Blog &#187; Development</title>
	<atom:link href="http://blog.sharepointglobalservices.com/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sharepointglobalservices.com</link>
	<description>Providing consulting services one customer at a time</description>
	<lastBuildDate>Fri, 01 Oct 2010 13:29:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Wrapping a User Control in a Web Part</title>
		<link>http://blog.sharepointglobalservices.com/2010/01/03/wrapping-a-user-control-in-a-web-part/</link>
		<comments>http://blog.sharepointglobalservices.com/2010/01/03/wrapping-a-user-control-in-a-web-part/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 23:24:24 +0000</pubDate>
		<dc:creator>Gilles Urena</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[SharePoint Development]]></category>
		<category><![CDATA[User Control]]></category>
		<category><![CDATA[Web Part]]></category>

		<guid isPermaLink="false">http://blog.sharepointglobalservices.com/?p=38</guid>
		<description><![CDATA[This article demonstrates how to wrap a custom User Control in a Web Part and deploy it as a feature using WSPBuilder (http://www.codeplex.com/wspbuilder). This article assumes you have some basic knowledge about WSPBuilder and how to deploy SharePoint assemblies as solution packages (wsp). Solution Overview The solution architecture consists of the following two projects: A [...]]]></description>
			<content:encoded><![CDATA[<p>This article demonstrates how to wrap a custom User Control in a Web Part and deploy it as a feature using WSPBuilder (<a href="http://www.codeplex.com/wspbuilder">http://www.codeplex.com/wspbuilder</a>).</p>
<p>This article assumes you have some basic knowledge about WSPBuilder and how to deploy SharePoint assemblies as solution packages (wsp).</p>
<h2>Solution Overview</h2>
<p>The solution architecture consists of the following two projects:</p>
<ul>
<li>A WSPBuilder Project using the Visual Studio project template installed during the setup of WSPBuilder.  This project will allow us to create the wsp file to be loaded in the SharePoint solutions store.</li>
<li>A classic ASP.Net Web Application Project to create our user control.  We will create custom post-build scripts to copy the user control to the <strong>CONTROLTEMPLATES</strong> sub-folder created in the WSPBuilder project.</li>
</ul>
<p><a class="wp-caption" title="Wrapping a User Control in a Web part" href="http://blog.sharepointglobalservices.com/wp-content/uploads/2010/01/Wrapping-a-User-Control-in-a-Web-Part.pdf" target="_blank">Please download the white paper here.</a></p>
<h2>About the Author</h2>
<p>Gilles Uréna is an independent SharePoint Consultant.  Gilles is the owner of SharePoint Global Services, an organization built from the ground up to provide consulting services on the SharePoint platform and surrounding technologies.  You can contact Gilles at <a href="mailto:gilles.urena@sharepointglobalservices.com">gilles.urena@sharepointglobalservices.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sharepointglobalservices.com/2010/01/03/wrapping-a-user-control-in-a-web-part/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Administrator and Developer Guide to Code Access Security in SharePoint Server 2007</title>
		<link>http://blog.sharepointglobalservices.com/2009/12/19/administrator-and-developer-guide-to-code-access-security-in-sharepoint-server-2007/</link>
		<comments>http://blog.sharepointglobalservices.com/2009/12/19/administrator-and-developer-guide-to-code-access-security-in-sharepoint-server-2007/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 17:41:48 +0000</pubDate>
		<dc:creator>Gilles Urena</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.sharepointglobalservices.com/?p=30</guid>
		<description><![CDATA[Another great article from Critical Path Training (Andrew Connell): Administrator and Developer Guide to Code Access Security in SharePoint Server 2007  (http://msdn.microsoft.com/en-us/library/ee909485.aspx) Summary: Understand Microsoft .NET Framework code access security (CAS) and how to work with it in custom SharePoint solutions. Explore configuration options, get best practices for managing CAS in SharePoint environments, and walk through [...]]]></description>
			<content:encoded><![CDATA[<p>Another great article from Critical Path Training (Andrew Connell): <a title="Administrator and Developer Guide to Code Access Security in SharePoint Server 2007" href="http://msdn.microsoft.com/en-us/library/ee909485.aspx" target="_blank">Administrator and Developer Guide to Code Access Security in SharePoint Server 2007  </a>(<a href="http://msdn.microsoft.com/en-us/library/ee909485.aspx">http://msdn.microsoft.com/en-us/library/ee909485.aspx</a>)</p>
<p>Summary: Understand Microsoft .NET Framework code access security (CAS) and how to work with it in custom SharePoint solutions. Explore configuration options, get best practices for managing CAS in SharePoint environments, and walk through a complex CAS scenario.</p>
<p><strong>Contents :</strong></p>
<ul>
<li>Introduction to Code Access Security and SharePoint</li>
<li>What Is Identity Security?</li>
<li>What Is Code Access Security?</li>
<li>Link Demands and Allowing Partially Trusted Callers</li>
<li>Understanding the Components of CAS in ASP.NET</li>
<li>Why CAS Is Important to SharePoint Administrators</li>
<li>Why CAS Is Important to SharePoint Developers</li>
<li>Working with CAS in SharePoint</li>
<li>Best Practices for Managing CAS in SharePoint</li>
<li>Real-World SharePoint and CAS Walkthrough</li>
<li>Conclusion</li>
</ul>
<p><!----></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sharepointglobalservices.com/2009/12/19/administrator-and-developer-guide-to-code-access-security-in-sharepoint-server-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

