<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://devplanet.com/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>I Can't Believe That Worked!</title><link>http://devplanet.com/blogs/justice/default.aspx</link><description>Code and Ideas, minus the profanity (the one language all developers know)</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 (Build: 30912.2823)</generator><item><title>Silverlight 2 XAML Binding and Custom / Core Dependency Properties</title><link>http://devplanet.com/blogs/justice/archive/2008/11/23/silverlight-2-xaml-binding-and-custom-core-dependency-properties.aspx</link><pubDate>Sun, 23 Nov 2008 18:14:00 GMT</pubDate><guid isPermaLink="false">6e120f4b-f509-4111-8fd8-03bc0d0a75d9:13468</guid><dc:creator>David Justice</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://devplanet.com/blogs/justice/rsscomments.aspx?PostID=13468</wfw:commentRss><comments>http://devplanet.com/blogs/justice/archive/2008/11/23/silverlight-2-xaml-binding-and-custom-core-dependency-properties.aspx#comments</comments><description>&lt;p&gt;The basic scenario is as follows: &amp;nbsp;I have done quite a bit of WPF programming in the past (since back when it was WinFx). &amp;nbsp;I feel pretty damn good about the bindings in WPF, and I feel like I have wrapped my head around binding and dependency properties pretty well. &amp;nbsp;So, I thought when I decided to write Silverlight 2 apps rather than straight to the vein, white horse, WPF apps, it would be a very similar feeling. &amp;nbsp;The feeling was abruptly interrupted by the evilness of the ElementName Binding param. &amp;nbsp;For those of you who have spent time writing WPF apps, you will know the joy of binding element properties to each other and having no problems. &amp;nbsp;It&amp;#39;s easy to take such things for granted.&lt;/p&gt;...(&lt;a href="http://devplanet.com/blogs/justice/archive/2008/11/23/silverlight-2-xaml-binding-and-custom-core-dependency-properties.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://devplanet.com/aggbug.aspx?PostID=13468" width="1" height="1"&gt;</description><category domain="http://devplanet.com/blogs/justice/archive/tags/Silverlight+2/default.aspx">Silverlight 2</category><category domain="http://devplanet.com/blogs/justice/archive/tags/Binding/default.aspx">Binding</category><category domain="http://devplanet.com/blogs/justice/archive/tags/Dependency+Property/default.aspx">Dependency Property</category></item><item><title>Silver Lining for Windows Azure -- Silverlight 2 Sample Hosted in Azure</title><link>http://devplanet.com/blogs/justice/archive/2008/11/08/silver-lining-for-windows-azure-silverlight-2-sample-hosted-in-azure.aspx</link><pubDate>Sat, 08 Nov 2008 16:00:00 GMT</pubDate><guid isPermaLink="false">6e120f4b-f509-4111-8fd8-03bc0d0a75d9:12331</guid><dc:creator>David Justice</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://devplanet.com/blogs/justice/rsscomments.aspx?PostID=12331</wfw:commentRss><comments>http://devplanet.com/blogs/justice/archive/2008/11/08/silver-lining-for-windows-azure-silverlight-2-sample-hosted-in-azure.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I melded an Azure Web Role project and the Silverlight Toolkit sample to give you guys a quick download, so you can play with them together.&amp;nbsp; I hope you like it, and I hope it helps you explore some of the new technology.&amp;nbsp; I call it&amp;nbsp;&lt;a target="_blank" title="SiverLining.zip" href="/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/justice/SilverLining.zip"&gt;SilverLining&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;...(&lt;a href="http://devplanet.com/blogs/justice/archive/2008/11/08/silver-lining-for-windows-azure-silverlight-2-sample-hosted-in-azure.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://devplanet.com/aggbug.aspx?PostID=12331" width="1" height="1"&gt;</description><category domain="http://devplanet.com/blogs/justice/archive/tags/Azure/default.aspx">Azure</category><category domain="http://devplanet.com/blogs/justice/archive/tags/Windows+Azure/default.aspx">Windows Azure</category><category domain="http://devplanet.com/blogs/justice/archive/tags/Silverlight+Toolkit/default.aspx">Silverlight Toolkit</category><category domain="http://devplanet.com/blogs/justice/archive/tags/Silverlight+2/default.aspx">Silverlight 2</category></item><item><title>Unique Identifier Flat File Import with SSIS</title><link>http://devplanet.com/blogs/justice/archive/2008/11/07/unique-identifier-flat-file-import-with-ssis.aspx</link><pubDate>Fri, 07 Nov 2008 16:44:00 GMT</pubDate><guid isPermaLink="false">6e120f4b-f509-4111-8fd8-03bc0d0a75d9:12307</guid><dc:creator>David Justice</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://devplanet.com/blogs/justice/rsscomments.aspx?PostID=12307</wfw:commentRss><comments>http://devplanet.com/blogs/justice/archive/2008/11/07/unique-identifier-flat-file-import-with-ssis.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This morning I found myself wrestling with SSIS to convert a string from a flat file to a unique identifier via a Data Flow inside of an SSIS package. &amp;nbsp;I figured this would be a rather trivial case&amp;nbsp;(the midget was kicking my ass!). &amp;nbsp;I use guids all over for application development and for database keys. &amp;nbsp;They are very useful, and very dependable. &amp;nbsp;Here is a line from my flat file:&lt;/p&gt;
&lt;p&gt;61898d4c-3a1b-4736-9a36-eb90a23322e0|:|10/13/2008 11:59:58 PM|:|74afebfe-9523-4977-b5f6-5154b6c91211&lt;/p&gt;
&lt;p&gt;Anyone see anything wrong with this? &amp;nbsp;I didn&amp;#39;t see anything wrong, outside of the silly |:| delimiter (I don&amp;#39;t want to get started on that &amp;lt;rant/&amp;gt; &amp;lt;--- rant with no content!).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;...(&lt;a href="http://devplanet.com/blogs/justice/archive/2008/11/07/unique-identifier-flat-file-import-with-ssis.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://devplanet.com/aggbug.aspx?PostID=12307" width="1" height="1"&gt;</description><category domain="http://devplanet.com/blogs/justice/archive/tags/GUID/default.aspx">GUID</category><category domain="http://devplanet.com/blogs/justice/archive/tags/SQL/default.aspx">SQL</category><category domain="http://devplanet.com/blogs/justice/archive/tags/SSIS/default.aspx">SSIS</category><category domain="http://devplanet.com/blogs/justice/archive/tags/Unique+Identfier/default.aspx">Unique Identfier</category></item><item><title>MetaTable Expression Builder for Fetching Any Object Via Collection of Primary Keys</title><link>http://devplanet.com/blogs/justice/archive/2008/11/04/metatable-expression-builder-for-fetching-any-object-via-collection-of-primary-keys.aspx</link><pubDate>Tue, 04 Nov 2008 14:53:00 GMT</pubDate><guid isPermaLink="false">6e120f4b-f509-4111-8fd8-03bc0d0a75d9:12199</guid><dc:creator>David Justice</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://devplanet.com/blogs/justice/rsscomments.aspx?PostID=12199</wfw:commentRss><comments>http://devplanet.com/blogs/justice/archive/2008/11/04/metatable-expression-builder-for-fetching-any-object-via-collection-of-primary-keys.aspx#comments</comments><description>&lt;p&gt;Basically, I wanted to build a method that gets an object from a data context whatever the primary key may look like, and whatever type that object may be. &amp;nbsp;I wrote this code a little while ago when I was exploring the DynamicData libs. &amp;nbsp;I was checking out some of the code in the libs, and noticed a very slick way one of devs was building expressions to grab back a data item based on a single key ID. &amp;nbsp;I thought the idea of building up the expression completely ROCKED, but I wanted to expand it out to include composite primary keys. &amp;nbsp;Below is my implementation of the composite primary key object fetcher. &amp;nbsp;Hopefully, it will make your life a little easier.&lt;/p&gt;...(&lt;a href="http://devplanet.com/blogs/justice/archive/2008/11/04/metatable-expression-builder-for-fetching-any-object-via-collection-of-primary-keys.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://devplanet.com/aggbug.aspx?PostID=12199" width="1" height="1"&gt;</description><category domain="http://devplanet.com/blogs/justice/archive/tags/MetaModel/default.aspx">MetaModel</category><category domain="http://devplanet.com/blogs/justice/archive/tags/Expressions/default.aspx">Expressions</category><category domain="http://devplanet.com/blogs/justice/archive/tags/Expression+Building/default.aspx">Expression Building</category><category domain="http://devplanet.com/blogs/justice/archive/tags/Linq/default.aspx">Linq</category><category domain="http://devplanet.com/blogs/justice/archive/tags/C_2300_/default.aspx">C#</category></item><item><title>Windows Azure and _NOT_ SQLExpress</title><link>http://devplanet.com/blogs/justice/archive/2008/11/02/windows-azure-and-not-sqlexpress.aspx</link><pubDate>Sun, 02 Nov 2008 17:37:00 GMT</pubDate><guid isPermaLink="false">6e120f4b-f509-4111-8fd8-03bc0d0a75d9:12196</guid><dc:creator>David Justice</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://devplanet.com/blogs/justice/rsscomments.aspx?PostID=12196</wfw:commentRss><comments>http://devplanet.com/blogs/justice/archive/2008/11/02/windows-azure-and-not-sqlexpress.aspx#comments</comments><description>&lt;p&gt;I&amp;#39;ve been very excited recently by the release of Windows Azure, and rest of the Microsoft suite of cloud based services. &amp;nbsp;I downloaded all of the sdk&amp;#39;s, signed up for all the invitation tokens I could, and began writing code. &amp;nbsp;The Visual Studio templates for Windows Azure projects makes getting your first Azure project up and running super simple. &amp;nbsp;I did run into one issues with the project templates setting up my first project.&lt;/p&gt;...(&lt;a href="http://devplanet.com/blogs/justice/archive/2008/11/02/windows-azure-and-not-sqlexpress.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://devplanet.com/aggbug.aspx?PostID=12196" width="1" height="1"&gt;</description><category domain="http://devplanet.com/blogs/justice/archive/tags/Azure/default.aspx">Azure</category><category domain="http://devplanet.com/blogs/justice/archive/tags/SQLExpress/default.aspx">SQLExpress</category><category domain="http://devplanet.com/blogs/justice/archive/tags/Windows+Azure/default.aspx">Windows Azure</category><category domain="http://devplanet.com/blogs/justice/archive/tags/Cloud+Computing/default.aspx">Cloud Computing</category></item></channel></rss>
