<?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>Alonso Robles &#187; .NET Development</title>
	<atom:link href="http://alonsorobles.com/category/dotnet-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://alonsorobles.com</link>
	<description>technology, academia, and other tidbits from the trenches of a boggled mind</description>
	<lastBuildDate>Tue, 10 Jan 2012 20:05:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Two SharePoint 2010 Webinars for Developers</title>
		<link>http://alonsorobles.com/2011/01/26/two-sharepoint-2010-webinars-for-developers/</link>
		<comments>http://alonsorobles.com/2011/01/26/two-sharepoint-2010-webinars-for-developers/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 07:00:30 +0000</pubDate>
		<dc:creator>Alonso Robles</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Sharepoint Server]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Windows Sharepoint Services]]></category>
		<category><![CDATA[caml]]></category>
		<category><![CDATA[client object model]]></category>
		<category><![CDATA[data access]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[linq 2 sharepoint]]></category>
		<category><![CDATA[odata]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[sharepoint 2010]]></category>
		<category><![CDATA[SharePoint Server 2010]]></category>

		<guid isPermaLink="false">http://alonsorobles.com/?p=241</guid>
		<description><![CDATA[Andrew Connell, a SharePoint MVP, hosted two introduction to SharePoint 2010 webinars for developers over the last couple of days in conjuction with DevExpress. These were a really good concise introduction to SharePoint development. I would recommend that anyone who is interested in getting started with SharePoint development take a couple of hours to check these [...]]]></description>
		<wfw:commentRss>http://alonsorobles.com/2011/01/26/two-sharepoint-2010-webinars-for-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guerrilla Threat Modelling (or &#8216;Threat Modeling&#8217;)</title>
		<link>http://alonsorobles.com/2010/08/23/guerrilla-threat-modelling-or-threat-modeling/</link>
		<comments>http://alonsorobles.com/2010/08/23/guerrilla-threat-modelling-or-threat-modeling/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 20:16:36 +0000</pubDate>
		<dc:creator>Alonso Robles</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[threat modeling]]></category>

		<guid isPermaLink="false">http://alonsorobles.com/?p=193</guid>
		<description><![CDATA[An interesting read on Guerrilla Threat Modelling (or &#8216;Threat Modeling&#8217; if you&#8217;re American) by Peter Torr. This is a relatively old post, but still applies today. In addition, a good practice to implementing threat countermeasures is the STRIDE approach which is described in MSDN magazine.]]></description>
		<wfw:commentRss>http://alonsorobles.com/2010/08/23/guerrilla-threat-modelling-or-threat-modeling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inversion of Control Frameworks</title>
		<link>http://alonsorobles.com/2010/08/23/inversion-of-control-frameworks/</link>
		<comments>http://alonsorobles.com/2010/08/23/inversion-of-control-frameworks/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 17:49:11 +0000</pubDate>
		<dc:creator>Alonso Robles</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[Inversion of Control]]></category>
		<category><![CDATA[IoC]]></category>

		<guid isPermaLink="false">http://alonsorobles.com/?p=191</guid>
		<description><![CDATA[Here is a quick list of Inversion of Control Frameworks: MicroKernel/Windsor Castle Project Ninject Spring.NET Structure Map Unity]]></description>
		<wfw:commentRss>http://alonsorobles.com/2010/08/23/inversion-of-control-frameworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Development and Design Guidelines for .NET Framework 4</title>
		<link>http://alonsorobles.com/2010/08/23/development-and-design-guidelines-for-net-framework-4/</link>
		<comments>http://alonsorobles.com/2010/08/23/development-and-design-guidelines-for-net-framework-4/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 16:17:56 +0000</pubDate>
		<dc:creator>Alonso Robles</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[.NET Framework]]></category>

		<guid isPermaLink="false">http://alonsorobles.com/?p=188</guid>
		<description><![CDATA[Ran across Krzysztof Cwalina&#8217;s MSDN blog while reading Microsoft .NET: Architecting Applications for the Enterprise (PRO-Developer). Lot&#8217;s of good content here regarding development and design guidelines for using the .NET Framework. The official design guidelines for developing class libraries with the .NET Framework 4 can be found on MSDN.]]></description>
		<wfw:commentRss>http://alonsorobles.com/2010/08/23/development-and-design-guidelines-for-net-framework-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List of SharePoint 2007 Web Templates</title>
		<link>http://alonsorobles.com/2010/05/17/list-of-sharepoint-2007-web-templates/</link>
		<comments>http://alonsorobles.com/2010/05/17/list-of-sharepoint-2007-web-templates/#comments</comments>
		<pubDate>Mon, 17 May 2010 21:51:06 +0000</pubDate>
		<dc:creator>Alonso Robles</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Sharepoint Server]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Windows Sharepoint Services]]></category>
		<category><![CDATA[moss 2007]]></category>
		<category><![CDATA[wss 3.0]]></category>

		<guid isPermaLink="false">http://alonsorobles.com/?p=172</guid>
		<description><![CDATA[I came across this reference in the past and I needed it again today. Took me a few minutes to find it, so I decided to save a copy of the table here on my blog: Template Name Description GLOBAL#0  Global template (1033) STS#0  Team Site (1033) STS#1  Blank Site (1033) STS#2  Document Workspace (1033) [...]]]></description>
		<wfw:commentRss>http://alonsorobles.com/2010/05/17/list-of-sharepoint-2007-web-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So You Want to Develop Custom SharePoint Workflows</title>
		<link>http://alonsorobles.com/2007/07/17/so-you-want-to-develop-custom-sharepoint-workflows/</link>
		<comments>http://alonsorobles.com/2007/07/17/so-you-want-to-develop-custom-sharepoint-workflows/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 00:26:30 +0000</pubDate>
		<dc:creator>Alonso Robles</dc:creator>
				<category><![CDATA[Sharepoint Server]]></category>
		<category><![CDATA[Windows Sharepoint Services]]></category>
		<category><![CDATA[Windows Workflow Foundation]]></category>
		<category><![CDATA[.net 3.5]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[wss 3.0]]></category>

		<guid isPermaLink="false">http://blogs.importchaos.com/alonsorobles/2007/07/17/so-you-want-to-develop-custom-sharepoint-workflows/</guid>
		<description><![CDATA[Elaine Hao, Program Manager of SharePoint Workflow @ Microsoft, put together a really nice series of blog posts on developing MOSS2007 workflows on the Microsoft SharePoint Products and Technologies Team Blog. At the end of the series, she attached a little mini whitepaper that covers everything she covered in her series. I found it extremely useful as I worked on some custom [...]]]></description>
		<wfw:commentRss>http://alonsorobles.com/2007/07/17/so-you-want-to-develop-custom-sharepoint-workflows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

