<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://utahdnug.org/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Tyler Jensen&amp;#39;s Blog</title><link>http://utahdnug.org/blogs/tyler/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>EventLog WriteEntry Helper Class</title><link>http://utahdnug.org/blogs/tyler/archive/2010/01/06/eventlog-writeentry-helper-class.aspx</link><pubDate>Wed, 06 Jan 2010 22:01:07 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:1424</guid><dc:creator>tsJensen.com</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://utahdnug.org/blogs/tyler/rsscomments.aspx?PostID=1424</wfw:commentRss><comments>http://utahdnug.org/blogs/tyler/archive/2010/01/06/eventlog-writeentry-helper-class.aspx#comments</comments><description>This log helper class seems to get used over and over again in projects I&amp;#39;ve worked on. Generally I use it as a fallback, calling it from an exception block in a application logging code. Let me know if you find it helpful. public static class LogHelper...(&lt;a href="http://utahdnug.org/blogs/tyler/archive/2010/01/06/eventlog-writeentry-helper-class.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=1424" width="1" height="1"&gt;</description><category domain="http://utahdnug.org/blogs/tyler/archive/tags/Code/default.aspx">Code</category></item><item><title>Visual Studio 2010 Beta 2 Missing or Hidden Dialog Controls on VMWare</title><link>http://utahdnug.org/blogs/tyler/archive/2009/12/12/visual-studio-2010-beta-2-missing-or-hidden-dialog-controls-on-vmware.aspx</link><pubDate>Sat, 12 Dec 2009 17:50:27 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:923</guid><dc:creator>tsJensen.com</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://utahdnug.org/blogs/tyler/rsscomments.aspx?PostID=923</wfw:commentRss><comments>http://utahdnug.org/blogs/tyler/archive/2009/12/12/visual-studio-2010-beta-2-missing-or-hidden-dialog-controls-on-vmware.aspx#comments</comments><description>This is an oddity with Visual Studio 2010 Beta 2 installed on the a virtual machine that I’ve run into that perhaps one in a hundred other VMWare Workstation users might run into. I’m running VMWare Workstation 6.5.3 on a Windows 7 x64 box with 8GB of...(&lt;a href="http://utahdnug.org/blogs/tyler/archive/2009/12/12/visual-studio-2010-beta-2-missing-or-hidden-dialog-controls-on-vmware.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=923" width="1" height="1"&gt;</description><category domain="http://utahdnug.org/blogs/tyler/archive/tags/Review/default.aspx">Review</category><category domain="http://utahdnug.org/blogs/tyler/archive/tags/Tools/default.aspx">Tools</category></item><item><title>Computer Models – Magical Scripture of the Climate Change Disciples</title><link>http://utahdnug.org/blogs/tyler/archive/2009/12/04/computer-models-magical-scripture-of-the-climate-change-disciples.aspx</link><pubDate>Sat, 05 Dec 2009 05:25:26 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:919</guid><dc:creator>tsJensen.com</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://utahdnug.org/blogs/tyler/rsscomments.aspx?PostID=919</wfw:commentRss><comments>http://utahdnug.org/blogs/tyler/archive/2009/12/04/computer-models-magical-scripture-of-the-climate-change-disciples.aspx#comments</comments><description>I’ve not used this blog for politics in the past, but I’m going to start making some exceptions where I think there is a technology tie-in. George Will’s piece on the Copenhagen summit was very interesting. I recommend that you read it. I am not a climatologist...(&lt;a href="http://utahdnug.org/blogs/tyler/archive/2009/12/04/computer-models-magical-scripture-of-the-climate-change-disciples.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=919" width="1" height="1"&gt;</description><category domain="http://utahdnug.org/blogs/tyler/archive/tags/Commentary/default.aspx">Commentary</category><category domain="http://utahdnug.org/blogs/tyler/archive/tags/Politics/default.aspx">Politics</category></item><item><title>Windows Azure 1.0 CloudTableClient Minimal Configuration</title><link>http://utahdnug.org/blogs/tyler/archive/2009/11/29/windows-azure-1-0-cloudtableclient-minimal-configuration.aspx</link><pubDate>Mon, 30 Nov 2009 02:13:26 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:914</guid><dc:creator>tsJensen.com</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://utahdnug.org/blogs/tyler/rsscomments.aspx?PostID=914</wfw:commentRss><comments>http://utahdnug.org/blogs/tyler/archive/2009/11/29/windows-azure-1-0-cloudtableclient-minimal-configuration.aspx#comments</comments><description>It turns out that using table storage in Windows Azure 1.0 is quite easily done with a minimal amount of configuration. In the new Azure cloud service Visual Studio project template, configuration is significantly simpler than what I ended up with in...(&lt;a href="http://utahdnug.org/blogs/tyler/archive/2009/11/29/windows-azure-1-0-cloudtableclient-minimal-configuration.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=914" width="1" height="1"&gt;</description><category domain="http://utahdnug.org/blogs/tyler/archive/tags/Code/default.aspx">Code</category><category domain="http://utahdnug.org/blogs/tyler/archive/tags/Azure/default.aspx">Azure</category></item><item><title>Enterprise Silverlight 3 with WCF RIA Services on Windows Azure 1.0 Part 1 Redux</title><link>http://utahdnug.org/blogs/tyler/archive/2009/11/23/enterprise-silverlight-3-with-wcf-ria-services-on-windows-azure-1-0-part-1-redux.aspx</link><pubDate>Tue, 24 Nov 2009 03:48:05 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:907</guid><dc:creator>tsJensen.com</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://utahdnug.org/blogs/tyler/rsscomments.aspx?PostID=907</wfw:commentRss><comments>http://utahdnug.org/blogs/tyler/archive/2009/11/23/enterprise-silverlight-3-with-wcf-ria-services-on-windows-azure-1-0-part-1-redux.aspx#comments</comments><description>A month ago I posted the results of some experimentation with the preview bits of what was then called .NET RIA Services, Silverlight 3 and the Windows Azure with AspProvider sample code from the Azure July 2009 CTP. That was then and much has changed...(&lt;a href="http://utahdnug.org/blogs/tyler/archive/2009/11/23/enterprise-silverlight-3-with-wcf-ria-services-on-windows-azure-1-0-part-1-redux.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=907" width="1" height="1"&gt;</description><category domain="http://utahdnug.org/blogs/tyler/archive/tags/Code/default.aspx">Code</category><category domain="http://utahdnug.org/blogs/tyler/archive/tags/Azure/default.aspx">Azure</category><category domain="http://utahdnug.org/blogs/tyler/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>Silverlight WCF RIA Services Beta Released</title><link>http://utahdnug.org/blogs/tyler/archive/2009/11/22/silverlight-wcf-ria-services-beta-released.aspx</link><pubDate>Sun, 22 Nov 2009 20:50:42 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:903</guid><dc:creator>tsJensen.com</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://utahdnug.org/blogs/tyler/rsscomments.aspx?PostID=903</wfw:commentRss><comments>http://utahdnug.org/blogs/tyler/archive/2009/11/22/silverlight-wcf-ria-services-beta-released.aspx#comments</comments><description>Silverlight WCF RIA Services Beta Released was released recently, replacing the preview bits I’ve been playing with. You can pick up the new beta here . I&amp;#39;m still using VS 2008 SP1, but I am using Windows 7, so I download directly from here . WARNING...(&lt;a href="http://utahdnug.org/blogs/tyler/archive/2009/11/22/silverlight-wcf-ria-services-beta-released.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=903" width="1" height="1"&gt;</description><category domain="http://utahdnug.org/blogs/tyler/archive/tags/Commentary/default.aspx">Commentary</category><category domain="http://utahdnug.org/blogs/tyler/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>Windows Azure Tools SDK (November 2009) Refactor or Restart?</title><link>http://utahdnug.org/blogs/tyler/archive/2009/11/15/windows-azure-tools-sdk-november-2009-refactor-or-restart.aspx</link><pubDate>Sun, 15 Nov 2009 22:42:06 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:899</guid><dc:creator>tsJensen.com</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://utahdnug.org/blogs/tyler/rsscomments.aspx?PostID=899</wfw:commentRss><comments>http://utahdnug.org/blogs/tyler/archive/2009/11/15/windows-azure-tools-sdk-november-2009-refactor-or-restart.aspx#comments</comments><description>The 1.0 release of Windows Azure SDK is now available. Download and read about what’s new here . Sadly, the AspProviders sample project was not included. I spent a few hours trying to bandage it up, but it was a hopeless cause. If a new AspProviders sample...(&lt;a href="http://utahdnug.org/blogs/tyler/archive/2009/11/15/windows-azure-tools-sdk-november-2009-refactor-or-restart.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=899" width="1" height="1"&gt;</description></item><item><title>OraHelper – An Oracle Version of the SqlHelper Class</title><link>http://utahdnug.org/blogs/tyler/archive/2009/10/21/orahelper-an-oracle-version-of-the-sqlhelper-class.aspx</link><pubDate>Wed, 21 Oct 2009 15:05:51 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:888</guid><dc:creator>tsJensen.com</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://utahdnug.org/blogs/tyler/rsscomments.aspx?PostID=888</wfw:commentRss><comments>http://utahdnug.org/blogs/tyler/archive/2009/10/21/orahelper-an-oracle-version-of-the-sqlhelper-class.aspx#comments</comments><description>A very long time ago, I wrote a little helper class clone of SqlHelper for Oracle which I called OraHelper. I haven’t looked at or touched the code in years, but I regularly get email asking where it’s gone to. It appears that the www.asp.net community...(&lt;a href="http://utahdnug.org/blogs/tyler/archive/2009/10/21/orahelper-an-oracle-version-of-the-sqlhelper-class.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=888" width="1" height="1"&gt;</description><category domain="http://utahdnug.org/blogs/tyler/archive/tags/Code/default.aspx">Code</category></item><item><title>Silverlight 3, RIA and Windows Azure Part 1: ASP.NET Provider Model for Azure</title><link>http://utahdnug.org/blogs/tyler/archive/2009/10/18/silverlight-3-ria-and-windows-azure-part-1-asp-net-provider-model-for-azure.aspx</link><pubDate>Mon, 19 Oct 2009 01:58:29 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:886</guid><dc:creator>tsJensen.com</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://utahdnug.org/blogs/tyler/rsscomments.aspx?PostID=886</wfw:commentRss><comments>http://utahdnug.org/blogs/tyler/archive/2009/10/18/silverlight-3-ria-and-windows-azure-part-1-asp-net-provider-model-for-azure.aspx#comments</comments><description>After spending last weekend working on and blogging about Silverlight 3 and .NET RIA services, I decided I’d look to build out a membership, profile and role provider that would use Windows Azure storage. Much to my delight, I stumbled into the AspProvidersDemo...(&lt;a href="http://utahdnug.org/blogs/tyler/archive/2009/10/18/silverlight-3-ria-and-windows-azure-part-1-asp-net-provider-model-for-azure.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=886" width="1" height="1"&gt;</description><category domain="http://utahdnug.org/blogs/tyler/archive/tags/Code/default.aspx">Code</category><category domain="http://utahdnug.org/blogs/tyler/archive/tags/Azure/default.aspx">Azure</category><category domain="http://utahdnug.org/blogs/tyler/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>Building Enterprise Applications with Silverlight 3, .NET RIA Services and Windows Azure Part 1</title><link>http://utahdnug.org/blogs/tyler/archive/2009/10/18/building-enterprise-applications-with-silverlight-3-net-ria-services-and-windows-azure-part-1.aspx</link><pubDate>Mon, 19 Oct 2009 01:58:29 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:887</guid><dc:creator>tsJensen.com</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://utahdnug.org/blogs/tyler/rsscomments.aspx?PostID=887</wfw:commentRss><comments>http://utahdnug.org/blogs/tyler/archive/2009/10/18/building-enterprise-applications-with-silverlight-3-net-ria-services-and-windows-azure-part-1.aspx#comments</comments><description>After spending last weekend working on and blogging about Silverlight 3 and .NET RIA services, I decided I’d look to build out a membership, profile and role provider that would use Windows Azure storage. Much to my delight, I stumbled into the AspProvidersDemo...(&lt;a href="http://utahdnug.org/blogs/tyler/archive/2009/10/18/building-enterprise-applications-with-silverlight-3-net-ria-services-and-windows-azure-part-1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=887" width="1" height="1"&gt;</description><category domain="http://utahdnug.org/blogs/tyler/archive/tags/Code/default.aspx">Code</category><category domain="http://utahdnug.org/blogs/tyler/archive/tags/Azure/default.aspx">Azure</category><category domain="http://utahdnug.org/blogs/tyler/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>Silverlight 3 and .NET RIA Services Forms Security</title><link>http://utahdnug.org/blogs/tyler/archive/2009/10/12/silverlight-3-and-net-ria-services-forms-security.aspx</link><pubDate>Mon, 12 Oct 2009 21:01:52 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:882</guid><dc:creator>tsJensen.com</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://utahdnug.org/blogs/tyler/rsscomments.aspx?PostID=882</wfw:commentRss><comments>http://utahdnug.org/blogs/tyler/archive/2009/10/12/silverlight-3-and-net-ria-services-forms-security.aspx#comments</comments><description>I finally carved out some time to experiment with Silverlight 3 and .NET RIA Services over the weekend. Specifically I wanted to experiment with Forms security and how one might secure a Silverlight &amp;quot;page&amp;quot; as well as the services on the server...(&lt;a href="http://utahdnug.org/blogs/tyler/archive/2009/10/12/silverlight-3-and-net-ria-services-forms-security.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=882" width="1" height="1"&gt;</description><category domain="http://utahdnug.org/blogs/tyler/archive/tags/Code/default.aspx">Code</category></item><item><title>Reliability Equals Simplicity</title><link>http://utahdnug.org/blogs/tyler/archive/2009/09/09/reliability-equals-simplicity.aspx</link><pubDate>Thu, 10 Sep 2009 02:53:36 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:875</guid><dc:creator>tsJensen.com</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://utahdnug.org/blogs/tyler/rsscomments.aspx?PostID=875</wfw:commentRss><comments>http://utahdnug.org/blogs/tyler/archive/2009/09/09/reliability-equals-simplicity.aspx#comments</comments><description>I am haunted by the sage wisdom of Sir Charles Anthony Richard Hoare &amp;quot;At first I hoped that such a technically unsound project would collapse but I soon realized it was doomed to success. Almost anything in software can be implemented, sold, and...(&lt;a href="http://utahdnug.org/blogs/tyler/archive/2009/09/09/reliability-equals-simplicity.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=875" width="1" height="1"&gt;</description><category domain="http://utahdnug.org/blogs/tyler/archive/tags/Commentary/default.aspx">Commentary</category></item><item><title>Enum to Dictionary with Description Attribute Reflection</title><link>http://utahdnug.org/blogs/tyler/archive/2009/08/27/enum-to-dictionary-with-description-attribute-reflection.aspx</link><pubDate>Fri, 28 Aug 2009 03:15:44 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:867</guid><dc:creator>tsJensen.com</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://utahdnug.org/blogs/tyler/rsscomments.aspx?PostID=867</wfw:commentRss><comments>http://utahdnug.org/blogs/tyler/archive/2009/08/27/enum-to-dictionary-with-description-attribute-reflection.aspx#comments</comments><description>A week ago in a misguided attempt to make things easier, I created something like the following code. My mistake was not in creating the code necessarily, but in applying it to data driven auto generated enums. If you have those, don’t use this. If you...(&lt;a href="http://utahdnug.org/blogs/tyler/archive/2009/08/27/enum-to-dictionary-with-description-attribute-reflection.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=867" width="1" height="1"&gt;</description><category domain="http://utahdnug.org/blogs/tyler/archive/tags/Code/default.aspx">Code</category></item><item><title>Windows 7 Repave Checklist</title><link>http://utahdnug.org/blogs/tyler/archive/2009/07/27/windows-7-repave-checklist.aspx</link><pubDate>Mon, 27 Jul 2009 22:30:03 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:857</guid><dc:creator>tsJensen.com</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://utahdnug.org/blogs/tyler/rsscomments.aspx?PostID=857</wfw:commentRss><comments>http://utahdnug.org/blogs/tyler/archive/2009/07/27/windows-7-repave-checklist.aspx#comments</comments><description>In anticipation of repaving my Vista x64 machine with Windows 7 after the MSDN release on August 6 , I’ve prepared my wish list of hardware upgrades I’d like to do at the same time I pave the machine with the new OS. Should the family financial officer...(&lt;a href="http://utahdnug.org/blogs/tyler/archive/2009/07/27/windows-7-repave-checklist.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=857" width="1" height="1"&gt;</description><category domain="http://utahdnug.org/blogs/tyler/archive/tags/Commentary/default.aspx">Commentary</category></item><item><title>Getting Started with Windows Azure</title><link>http://utahdnug.org/blogs/tyler/archive/2009/07/21/getting-started-with-windows-azure.aspx</link><pubDate>Tue, 21 Jul 2009 22:26:23 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:854</guid><dc:creator>tsJensen.com</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://utahdnug.org/blogs/tyler/rsscomments.aspx?PostID=854</wfw:commentRss><comments>http://utahdnug.org/blogs/tyler/archive/2009/07/21/getting-started-with-windows-azure.aspx#comments</comments><description>Here’s the content of the most exciting email I’ve received lately (invite code redacted of course): Thank you for your interest in Windows® Azure™. Your invitation code is xxxxx-xxxxx-xxxxx-xxxxx-xxxxx. You can now sign up for a Windows Azure account...(&lt;a href="http://utahdnug.org/blogs/tyler/archive/2009/07/21/getting-started-with-windows-azure.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=854" width="1" height="1"&gt;</description><category domain="http://utahdnug.org/blogs/tyler/archive/tags/Commentary/default.aspx">Commentary</category></item></channel></rss>