<?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>Utah .NET User Group</title><link>http://utahdnug.org/blogs/</link><description>Home of Utah's professional .NET developers.</description><dc:language>en-US</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>Running the Lightweight Test Automation Framework for ASP.NET from a separate application</title><link>http://utahdnug.org/blogs/osbornm/archive/2008/12/02/running-the-lightweight-test-automation-framework-for-asp-net-from-a-separate-application.aspx</link><pubDate>Tue, 02 Dec 2008 09:04:01 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:713</guid><dc:creator>Matthew M. Osborn</dc:creator><slash:comments>0</slash:comments><description>In some instances it might be best if your tests did not run in the same application as the website being tested. This is where the “IApplicationPathFinder” interface comes into play. If you implement this interface you will see that it only has one method “GetApplicationpath.” What this does is allow you to specify a prefix of sorts for the navigate method. When you call navigate on a HTMLPage it uses a ApplicationPathFinder to get the location it should look for the website at. For example, the...(&lt;a href="http://utahdnug.org/blogs/osbornm/archive/2008/12/02/running-the-lightweight-test-automation-framework-for-asp-net-from-a-separate-application.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=713" width="1" height="1"&gt;</description></item><item><title>Building a Databound WPF Menu Using a HierarchicalDataTemplate</title><link>http://utahdnug.org/blogs/xamlcoder/archive/2008/11/25/building-a-databound-wpf-menu-using-a-hierarchicaldatatemplate.aspx</link><pubDate>Wed, 26 Nov 2008 01:49:00 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:712</guid><dc:creator>Joe's Blog</dc:creator><slash:comments>0</slash:comments><description>I had a colleague ask me how he could solve a databinding problem while building a WPF Menu. The immediate answer wasn&amp;rsquo;t apparent to me, though it&amp;rsquo;s actually quite simple. A while back Karl Shifflett wrote up an excellent example of doing something similar. I take his example one step further by showing how you can easily bind properties to the MenuItem instead of assigning one-time values. Download Source: WPFDataBoundMenu.zip We&amp;rsquo;re going to use a simple Business Object which represents...(&lt;a href="http://utahdnug.org/blogs/xamlcoder/archive/2008/11/25/building-a-databound-wpf-menu-using-a-hierarchicaldatatemplate.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=712" width="1" height="1"&gt;</description><category domain="http://utahdnug.org/blogs/xamlcoder/archive/tags/WPF/default.aspx">WPF</category><category domain="http://utahdnug.org/blogs/xamlcoder/archive/tags/.NET/default.aspx">.NET</category></item><item><title>Base 30 Type in C#</title><link>http://utahdnug.org/blogs/tyler/archive/2008/11/24/base-30-type-in-c.aspx</link><pubDate>Tue, 25 Nov 2008 00:27:19 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:711</guid><dc:creator>tsJensen.com</dc:creator><slash:comments>0</slash:comments><description>I&amp;#39;m experimenting with using the Guid type in databases and applications but I don&amp;#39;t like the string format of the Guid. It&amp;#39;s not easily read or formatted on a report. I wanted to find a way to represent very large integers such as the Guid Read More......(&lt;a href="http://utahdnug.org/blogs/tyler/archive/2008/11/24/base-30-type-in-c.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=711" width="1" height="1"&gt;</description><category domain="http://utahdnug.org/blogs/tyler/archive/tags/Code/default.aspx">Code</category></item><item><title>UI Design Patterns Presentation Code + Slide Deck</title><link>http://utahdnug.org/blogs/xamlcoder/archive/2008/11/14/ui-design-patterns-presentation-code-slide-deck.aspx</link><pubDate>Fri, 14 Nov 2008 07:24:00 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:706</guid><dc:creator>Joe's Blog</dc:creator><slash:comments>0</slash:comments><description>Thank you to everyone who came to my presentation on UI Design patterns! It was great to see so many people interested in patterns for building user interfaces. One user group member recorded the presentation on his laptop&amp;#39;s webcam; I should have that available for download this weekend. The video is so-so, but the audio isn&amp;#39;t too bad. Thanks Walt! Links Download Code &amp;amp; Slides - http://xamlcoder.com/joe/downloads/UIDesignPatterns2008.zip Martin Fowler MVC Martin Fowler MVP ASP.NET MVP...(&lt;a href="http://utahdnug.org/blogs/xamlcoder/archive/2008/11/14/ui-design-patterns-presentation-code-slide-deck.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=706" width="1" height="1"&gt;</description><category domain="http://utahdnug.org/blogs/xamlcoder/archive/tags/WPF/default.aspx">WPF</category><category domain="http://utahdnug.org/blogs/xamlcoder/archive/tags/.NET/default.aspx">.NET</category><category domain="http://utahdnug.org/blogs/xamlcoder/archive/tags/Screencast/default.aspx">Screencast</category><category domain="http://utahdnug.org/blogs/xamlcoder/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://utahdnug.org/blogs/xamlcoder/archive/tags/Design+Patterns/default.aspx">Design Patterns</category></item><item><title>Utah .NET User Group Presentation - UI Design Patterns</title><link>http://utahdnug.org/blogs/xamlcoder/archive/2008/11/10/utah-net-user-group-presentation-ui-design-patterns.aspx</link><pubDate>Mon, 10 Nov 2008 21:39:00 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:707</guid><dc:creator>Joe's Blog</dc:creator><slash:comments>0</slash:comments><description>Join me this week at the Utah .NET User Group where I’ll be giving a presentation on UI Design Patterns. UI Design Patterns In this session we’ll explore three UI design patterns: Model View Controller (MVC), Model View Presenter (MVP), and Model View ViewModel (MVVM).&amp;#160; We’ll prove that you can reuse the same logic to drive a WinForms, ASP.NET, WPF, or Silverlight &amp;quot;View&amp;quot;.&amp;#160; We’ll also see how using these patterns allow the bulk of your UI to be testable using testing frameworks...(&lt;a href="http://utahdnug.org/blogs/xamlcoder/archive/2008/11/10/utah-net-user-group-presentation-ui-design-patterns.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=707" width="1" height="1"&gt;</description><category domain="http://utahdnug.org/blogs/xamlcoder/archive/tags/WPF/default.aspx">WPF</category><category domain="http://utahdnug.org/blogs/xamlcoder/archive/tags/.NET/default.aspx">.NET</category><category domain="http://utahdnug.org/blogs/xamlcoder/archive/tags/Screencast/default.aspx">Screencast</category><category domain="http://utahdnug.org/blogs/xamlcoder/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>A Suggestion for Windows Live and Windows 7</title><link>http://utahdnug.org/blogs/hintonbr/archive/2008/11/05/a-suggestion-for-windows-live-and-windows-7.aspx</link><pubDate>Wed, 05 Nov 2008 07:14:16 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:708</guid><dc:creator>Bryan Hinton's space: Technology</dc:creator><slash:comments>0</slash:comments><description>In playing around with the Windows 7 bits I got at PDC I had a small idea that I submitted through the feedback link for Windows 7. The feedback is more related to how Windows Live works with Windows 7, but I thought I would submit it through that avenue as well as post it here. The note I sent through the feedback link was I installed the Windows Live suite of products. One of the immediate things that came to mind is I would rather have one deskbar icon rather than one for each product. It would...(&lt;a href="http://utahdnug.org/blogs/hintonbr/archive/2008/11/05/a-suggestion-for-windows-live-and-windows-7.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=708" width="1" height="1"&gt;</description></item><item><title>Requirements Definition : The Danger of Failing Before You Have Really Started</title><link>http://utahdnug.org/blogs/hintonbr/archive/2008/11/04/requirements-definition-the-danger-of-failing-before-you-have-really-started.aspx</link><pubDate>Tue, 04 Nov 2008 23:07:57 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:709</guid><dc:creator>Bryan Hinton's space: Technology</dc:creator><slash:comments>0</slash:comments><description>Requirements, Stories, Use Cases, or whatever a team wants to call them form a key part of the execution plan for a development team. It should tell them what a customer wants. The artifacts in whatever form they are tend to have varying degrees of detail. Getting the right amount of detail at the right time is critical to the process of producing successful software. My thoughts on Requirements definition form around a process with three key elements. Development Prioritization Definition Development...(&lt;a href="http://utahdnug.org/blogs/hintonbr/archive/2008/11/04/requirements-definition-the-danger-of-failing-before-you-have-really-started.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=709" width="1" height="1"&gt;</description></item><item><title>Battling SQL User Instance failures to start</title><link>http://utahdnug.org/blogs/aaronz/archive/2008/11/04/battling-sql-user-instance-failures-to-start.aspx</link><pubDate>Tue, 04 Nov 2008 11:00:03 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:705</guid><dc:creator>Zupancic Perspective (v2.0)</dc:creator><slash:comments>0</slash:comments><description>This evening, I upgraded an installation of SQL Server Express 2005 to its 2008 counterpart because I have a few small websites that I&amp;#39;ve developed that rely on SQL User Instances. The upgrade was smooth enough, but I was promptly and unexpectedly Read More......(&lt;a href="http://utahdnug.org/blogs/aaronz/archive/2008/11/04/battling-sql-user-instance-failures-to-start.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=705" width="1" height="1"&gt;</description><category domain="http://utahdnug.org/blogs/aaronz/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://utahdnug.org/blogs/aaronz/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://utahdnug.org/blogs/aaronz/archive/tags/Web/default.aspx">Web</category><category domain="http://utahdnug.org/blogs/aaronz/archive/tags/Database/default.aspx">Database</category></item><item><title>Apple, I'm a PC and You're a Hypocrite</title><link>http://utahdnug.org/blogs/tyler/archive/2008/11/03/apple-i-m-a-pc-and-you-re-a-hypocrite.aspx</link><pubDate>Tue, 04 Nov 2008 03:25:45 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:703</guid><dc:creator>tsJensen.com</dc:creator><slash:comments>0</slash:comments><description>One of the latest Apple ads makes fun of Microsoft for spending more on marketing than on fixing Vista. Time for all you fruit computer junkies to face some cold hard facts: Let&amp;#39;s take our most recent SEC filing quarter for both companies and compare Read More......(&lt;a href="http://utahdnug.org/blogs/tyler/archive/2008/11/03/apple-i-m-a-pc-and-you-re-a-hypocrite.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=703" width="1" height="1"&gt;</description><category domain="http://utahdnug.org/blogs/tyler/archive/tags/Commentary/default.aspx">Commentary</category></item><item><title>Building composite Applications Using PRISM Presentation</title><link>http://utahdnug.org/blogs/xamlcoder/archive/2008/11/03/building-composite-applications-using-prism-presentation.aspx</link><pubDate>Mon, 03 Nov 2008 23:57:00 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:702</guid><dc:creator>Joe's Blog</dc:creator><slash:comments>0</slash:comments><description>Thank you to everyone who attended my presentation on PRISM at the Utah Code Camp this past weekend.&amp;#160; Here’s a link to my sample code and slide deck. http://xamlcoder.com/joe/downloads/PRISM-UTCodeCamp2008.zip Note that you’ll need VS2008 SP1 with the Silverlight Tools for Visual Studio 2008 SP1 installed to run the Silverlight demo....(&lt;a href="http://utahdnug.org/blogs/xamlcoder/archive/2008/11/03/building-composite-applications-using-prism-presentation.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=702" width="1" height="1"&gt;</description><category domain="http://utahdnug.org/blogs/xamlcoder/archive/tags/WPF/default.aspx">WPF</category><category domain="http://utahdnug.org/blogs/xamlcoder/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://utahdnug.org/blogs/xamlcoder/archive/tags/Composite+UI/default.aspx">Composite UI</category></item><item><title>What is Enterprise Software Architecture</title><link>http://utahdnug.org/blogs/tyler/archive/2008/11/02/what-is-enterprise-software-architecture.aspx</link><pubDate>Sun, 02 Nov 2008 19:54:07 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:699</guid><dc:creator>tsJensen.com</dc:creator><slash:comments>0</slash:comments><description>I just posted this on a linkedin group to which I belong, but I thought I&amp;#39;d also like to pose the question here. I&amp;#39;d like to get a discussion started that attempts to define enterprise software architecture. My own definition seems to be evolvoing Read More......(&lt;a href="http://utahdnug.org/blogs/tyler/archive/2008/11/02/what-is-enterprise-software-architecture.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=699" width="1" height="1"&gt;</description><category domain="http://utahdnug.org/blogs/tyler/archive/tags/Commentary/default.aspx">Commentary</category></item><item><title>Meshified Car</title><link>http://utahdnug.org/blogs/hintonbr/archive/2008/10/30/meshified-car.aspx</link><pubDate>Fri, 31 Oct 2008 01:02:37 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:696</guid><dc:creator>Bryan Hinton's space: Technology</dc:creator><slash:comments>0</slash:comments><description>I am sitting in LAX waiting for my flight home and just finished a video done by Channel 9 with Ori Amiga who is one of the stars of the Live Mesh Development team. He was showing a custom gadget that he built to integrate with his car that included integration with Live Mesh so that he had a Meshified car. It was pretty cool so I thought I would link to it – With everybody excited about the release of the Mesh client for Windows Mobile this is A different kind of Mobile Mesh ....(&lt;a href="http://utahdnug.org/blogs/hintonbr/archive/2008/10/30/meshified-car.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=696" width="1" height="1"&gt;</description></item><item><title>Watching Internet Video in double time</title><link>http://utahdnug.org/blogs/hintonbr/archive/2008/10/30/watching-internet-video-in-double-time.aspx</link><pubDate>Fri, 31 Oct 2008 00:59:30 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:697</guid><dc:creator>Bryan Hinton's space: Technology</dc:creator><slash:comments>0</slash:comments><description>I watch a lot of podcasts and videocasts. So much so that I often wish I could watch them in a “faster” mode. Which I can do with podcasts that are in WMV format. When they play in Windows Media Player you can right click on the play button and select “fast” playback. It isn’t double time, but it certainly is sped up. I listen to all I can with that setting – it helps me get through them faster while still being perfectly understandable etc… Not all WMV support this so I suspect it may be an encoding...(&lt;a href="http://utahdnug.org/blogs/hintonbr/archive/2008/10/30/watching-internet-video-in-double-time.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=697" width="1" height="1"&gt;</description></item><item><title>Utah Code Camp Fall 2008!</title><link>http://utahdnug.org/blogs/jlong/archive/2008/10/27/utah-code-camp-fall-2008.aspx</link><pubDate>Tue, 28 Oct 2008 05:56:30 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:692</guid><dc:creator>.NET User Group Feed - Blog - Dukk.org</dc:creator><slash:comments>0</slash:comments><description>For those of you that don’t already know the fall 2008 Utah Code Camp is coming up on November 1st at Neumont University. It’s a good chance for some of you that didn’t get to go to Microsoft’s PDC to at least do something… You can check out the web site Read More......(&lt;a href="http://utahdnug.org/blogs/jlong/archive/2008/10/27/utah-code-camp-fall-2008.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=692" width="1" height="1"&gt;</description><category domain="http://utahdnug.org/blogs/jlong/archive/tags/Utah/default.aspx">Utah</category><category domain="http://utahdnug.org/blogs/jlong/archive/tags/Code+Camp/default.aspx">Code Camp</category></item><item><title>Microsoft .NET gets a facelift</title><link>http://utahdnug.org/blogs/osbornm/archive/2008/10/27/microsoft-net-gets-a-facelift.aspx</link><pubDate>Mon, 27 Oct 2008 23:19:26 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:691</guid><dc:creator>Matthew M. Osborn</dc:creator><slash:comments>0</slash:comments><description>For those of you who have been living under a rock today you might not have noticed that the Microsoft .NET logo got a face lift. I know it’s about time! Find out about all the new features being released at PDC08 at http://microsoftpdc.com...(&lt;a href="http://utahdnug.org/blogs/osbornm/archive/2008/10/27/microsoft-net-gets-a-facelift.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=691" width="1" height="1"&gt;</description></item><item><title>Analyzing Windows Azure</title><link>http://utahdnug.org/blogs/hintonbr/archive/2008/10/27/analyzing-windows-azure.aspx</link><pubDate>Mon, 27 Oct 2008 22:32:26 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:690</guid><dc:creator>Bryan Hinton's space: Technology</dc:creator><slash:comments>0</slash:comments><description>Azure is/was the product formerly known as Red Dog. It is more than just a Cloud OS. It is a hosting platform as well (ala Amazon EC2) with components that give it S3 and Simple DB capability. The Simple DB capability comes from SQL Server Data Services which has been renamed SQL Services or SQL Server Services. The name change comes from the added capability to support Reporting Services and Analysis Services. So the Data story of Azure looks to be much deeper than Simple DB as MS fills it out....(&lt;a href="http://utahdnug.org/blogs/hintonbr/archive/2008/10/27/analyzing-windows-azure.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=690" width="1" height="1"&gt;</description></item><item><title>Check out Twitter for PDC updates</title><link>http://utahdnug.org/blogs/hintonbr/archive/2008/10/27/check-out-twitter-for-pdc-updates.aspx</link><pubDate>Mon, 27 Oct 2008 19:57:18 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:689</guid><dc:creator>Bryan Hinton's space: Technology</dc:creator><slash:comments>0</slash:comments><description>I will try and add posts here as I can – but Twitter is much better for sharing the bite-sized updates that are captured as part of sessions. You can catch my Twitters at http://twitter.com/HintonBR . A summary post will be coming sometime soon to capture my notes from the VS2010 session I went to plus the Dublin session I am in as well as others depending on when I get it done. Technorati Tags: PDC08...(&lt;a href="http://utahdnug.org/blogs/hintonbr/archive/2008/10/27/check-out-twitter-for-pdc-updates.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=689" width="1" height="1"&gt;</description></item><item><title>Microsoft Surface hands-on</title><link>http://utahdnug.org/blogs/hintonbr/archive/2008/10/27/microsoft-surface-hands-on.aspx</link><pubDate>Mon, 27 Oct 2008 16:50:21 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:688</guid><dc:creator>Bryan Hinton's space: Technology</dc:creator><slash:comments>0</slash:comments><description>Here are the pictures I took of my time hands-on with Surface Snowboard Design app App list that you can flick through Photo app grouping photos by categories Virtual Earth app – I loved it – no 3D mode yet – that would be even better – but cool to use Multi-Touch movement to navigate the map Keynote stage Technorati Tags: PDC08 , Microsoft Surface...(&lt;a href="http://utahdnug.org/blogs/hintonbr/archive/2008/10/27/microsoft-surface-hands-on.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=688" width="1" height="1"&gt;</description></item><item><title>PDC is finally here</title><link>http://utahdnug.org/blogs/hintonbr/archive/2008/10/26/pdc-is-finally-here.aspx</link><pubDate>Mon, 27 Oct 2008 05:14:28 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:687</guid><dc:creator>Bryan Hinton's space: Technology</dc:creator><slash:comments>0</slash:comments><description>Over the last few months it has seemed like every interesting discussion about MS products has some how involved a “just wait until PDC” statement. Thankfully PDC is finally here. Tomorrow Ray Ozzie and Bob Muglia kick it off with a keynote starting at 8:30 am PT. On Tuesday there are two keynotes one from 8:30-10:30 with Ray Ozzie, Scott Guthrie, and David Treadwell and then another one from 11:00-12:30 with Don Box and Chris Anderson. The second one is for sure about Oslo and demoing that. If I...(&lt;a href="http://utahdnug.org/blogs/hintonbr/archive/2008/10/26/pdc-is-finally-here.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=687" width="1" height="1"&gt;</description></item><item><title>PDC 2008 - Day 01 (Silverlight 2.0)</title><link>http://utahdnug.org/blogs/aaronz/archive/2008/10/26/pdc-2008-day-01-silverlight-2-0.aspx</link><pubDate>Mon, 27 Oct 2008 03:26:17 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:686</guid><dc:creator>Zupancic Perspective (v2.0)</dc:creator><slash:comments>0</slash:comments><description>I arrived to PDC 2008 (Professional Developers Conference) in Los Angeles, California yesterday and I can honestly say that the women have it lucky in one regard: no bathroom lines. :) Today I had the opportunity to attend a great pre-conference session Read More......(&lt;a href="http://utahdnug.org/blogs/aaronz/archive/2008/10/26/pdc-2008-day-01-silverlight-2-0.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=686" width="1" height="1"&gt;</description><category domain="http://utahdnug.org/blogs/aaronz/archive/tags/PDC+2008/default.aspx">PDC 2008</category><category domain="http://utahdnug.org/blogs/aaronz/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>To Outsource Or Not to Outsource, That is the Question</title><link>http://utahdnug.org/blogs/tyler/archive/2008/10/24/to-outsource-or-not-to-outsource-that-is-the-question.aspx</link><pubDate>Fri, 24 Oct 2008 15:56:19 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:685</guid><dc:creator>tsJensen.com</dc:creator><slash:comments>0</slash:comments><description>I just posted the following note on a LinkedIn group I follow in answer to a post about so called &amp;quot;software factories,&amp;quot; which is a nice euphemism for overseas developers working for much less than they deserve struggling to meet the unreasonable Read More......(&lt;a href="http://utahdnug.org/blogs/tyler/archive/2008/10/24/to-outsource-or-not-to-outsource-that-is-the-question.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=685" width="1" height="1"&gt;</description><category domain="http://utahdnug.org/blogs/tyler/archive/tags/Commentary/default.aspx">Commentary</category></item><item><title>Composite Silverlight 2.0 Application Library Updated to RTW</title><link>http://utahdnug.org/blogs/xamlcoder/archive/2008/10/21/composite-silverlight-2-0-application-library-updated-to-rtw.aspx</link><pubDate>Tue, 21 Oct 2008 20:46:00 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:684</guid><dc:creator>Joe's Blog</dc:creator><slash:comments>0</slash:comments><description>I’ve updated my demo of the Composite Silverlight Library I built to work with Silverlight RTW.&amp;#160; The P&amp;amp;P group has plans to ship the next version of the PRISM library (PRISM 2.0) that supports Silverlight, so I’ve started to use their bits instead of the ones that I built with this sample.&amp;#160; Bellow is a screenshot of the conversion.&amp;#160; As you can see, the default styles in Silverlight 2.0 have been changed, and the rendering is much better. Download:&amp;#160; CompositeSilverlightRTW...(&lt;a href="http://utahdnug.org/blogs/xamlcoder/archive/2008/10/21/composite-silverlight-2-0-application-library-updated-to-rtw.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=684" width="1" height="1"&gt;</description><category domain="http://utahdnug.org/blogs/xamlcoder/archive/tags/WPF/default.aspx">WPF</category><category domain="http://utahdnug.org/blogs/xamlcoder/archive/tags/.NET/default.aspx">.NET</category><category domain="http://utahdnug.org/blogs/xamlcoder/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>Tech&amp;middot;Ed EMEA 2008</title><link>http://utahdnug.org/blogs/osbornm/archive/2008/10/16/tech-amp-middot-ed-emea-2008.aspx</link><pubDate>Fri, 17 Oct 2008 02:48:46 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:682</guid><dc:creator>Matthew M. Osborn</dc:creator><slash:comments>0</slash:comments><description>Well it’s official I will be going to Tech·Ed EMEA this year. This will be my first time in Spain so it should be fun. I will be working the ASP.NET booth for the developer portion of the conference, November 10th through the 14th. If your going to be there look me up at the booth. If there is anything you want to find out while I’m in Spain or at Tech·Ed let me know. Any ideas for a small 20-30 minute talk? If you’re interested there is still time to register and make the trip!...(&lt;a href="http://utahdnug.org/blogs/osbornm/archive/2008/10/16/tech-amp-middot-ed-emea-2008.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=682" width="1" height="1"&gt;</description></item><item><title>The Case of the Invalid Action in Microsoft CRM 4.0</title><link>http://utahdnug.org/blogs/aaronz/archive/2008/10/08/the-case-of-the-invalid-action-in-microsoft-crm-4-0.aspx</link><pubDate>Wed, 08 Oct 2008 17:06:29 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:676</guid><dc:creator>Zupancic Perspective (v2.0)</dc:creator><slash:comments>0</slash:comments><description>When I awoke this morning I was greeted with a high priority email indicating that our CRM server down. I promptly discovered that we were receiving a very descriptive &amp;quot;Invalid Action: The selected action was not valid&amp;quot; error message. I quickly Read More......(&lt;a href="http://utahdnug.org/blogs/aaronz/archive/2008/10/08/the-case-of-the-invalid-action-in-microsoft-crm-4-0.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=676" width="1" height="1"&gt;</description><category domain="http://utahdnug.org/blogs/aaronz/archive/tags/CRM+4.0/default.aspx">CRM 4.0</category></item><item><title>How many choices are too many choices?</title><link>http://utahdnug.org/blogs/hintonbr/archive/2008/10/01/how-many-choices-are-too-many-choices.aspx</link><pubDate>Wed, 01 Oct 2008 22:44:17 GMT</pubDate><guid isPermaLink="false">593b2668-a4da-4a56-9866-0e5782be6a2b:671</guid><dc:creator>Bryan Hinton's space: Technology</dc:creator><slash:comments>0</slash:comments><description>Americans are constantly faced by a myriad of choices. When we go out to eat we have to pick between Italian, American, Chinese, Greek, Thai, Mexican, Indian, etc…. Once you have picked a type then you have to choose between Applebees, Chili’s, Outback, etc… The same thing happens on trips to the grocery store, picking a dentist, or what movie to go to. Many times we sit and spin on making a choice about something that likely doesn’t truly matter that much. In the technology world this problem continually...(&lt;a href="http://utahdnug.org/blogs/hintonbr/archive/2008/10/01/how-many-choices-are-too-many-choices.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://utahdnug.org/aggbug.aspx?PostID=671" width="1" height="1"&gt;</description></item></channel></rss>