<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://devplanet.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">I Can&amp;#39;t Believe That Worked!</title><subtitle type="html">Code and Ideas, minus the profanity (the one language all developers know)</subtitle><id>http://devplanet.com/blogs/justice/atom.aspx</id><link rel="alternate" type="text/html" href="http://devplanet.com/blogs/justice/default.aspx" /><link rel="self" type="application/atom+xml" href="http://devplanet.com/blogs/justice/atom.aspx" /><generator uri="http://communityserver.org" version="4.1.30912.2823">Community Server</generator><updated>2008-11-02T11:37:00Z</updated><entry><title>Silverlight 2 XAML Binding and Custom / Core Dependency Properties</title><link rel="alternate" type="text/html" href="/blogs/justice/archive/2008/11/23/silverlight-2-xaml-binding-and-custom-core-dependency-properties.aspx" /><id>/blogs/justice/archive/2008/11/23/silverlight-2-xaml-binding-and-custom-core-dependency-properties.aspx</id><published>2008-11-23T18:14:00Z</published><updated>2008-11-23T18:14:00Z</updated><content type="html">&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;</content><author><name>Justice</name><uri>http://devplanet.com/members/Justice/default.aspx</uri></author><category term="Silverlight 2" scheme="http://devplanet.com/blogs/justice/archive/tags/Silverlight+2/default.aspx" /><category term="Binding" scheme="http://devplanet.com/blogs/justice/archive/tags/Binding/default.aspx" /><category term="Dependency Property" scheme="http://devplanet.com/blogs/justice/archive/tags/Dependency+Property/default.aspx" /></entry><entry><title>Silver Lining for Windows Azure -- Silverlight 2 Sample Hosted in Azure</title><link rel="alternate" type="text/html" href="/blogs/justice/archive/2008/11/08/silver-lining-for-windows-azure-silverlight-2-sample-hosted-in-azure.aspx" /><id>/blogs/justice/archive/2008/11/08/silver-lining-for-windows-azure-silverlight-2-sample-hosted-in-azure.aspx</id><published>2008-11-08T16:00:00Z</published><updated>2008-11-08T16:00:00Z</updated><content type="html">&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;</content><author><name>Justice</name><uri>http://devplanet.com/members/Justice/default.aspx</uri></author><category term="Azure" scheme="http://devplanet.com/blogs/justice/archive/tags/Azure/default.aspx" /><category term="Windows Azure" scheme="http://devplanet.com/blogs/justice/archive/tags/Windows+Azure/default.aspx" /><category term="Silverlight Toolkit" scheme="http://devplanet.com/blogs/justice/archive/tags/Silverlight+Toolkit/default.aspx" /><category term="Silverlight 2" scheme="http://devplanet.com/blogs/justice/archive/tags/Silverlight+2/default.aspx" /></entry><entry><title>Unique Identifier Flat File Import with SSIS</title><link rel="alternate" type="text/html" href="/blogs/justice/archive/2008/11/07/unique-identifier-flat-file-import-with-ssis.aspx" /><id>/blogs/justice/archive/2008/11/07/unique-identifier-flat-file-import-with-ssis.aspx</id><published>2008-11-07T16:44:00Z</published><updated>2008-11-07T16:44:00Z</updated><content type="html">&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;</content><author><name>Justice</name><uri>http://devplanet.com/members/Justice/default.aspx</uri></author><category term="GUID" scheme="http://devplanet.com/blogs/justice/archive/tags/GUID/default.aspx" /><category term="SQL" scheme="http://devplanet.com/blogs/justice/archive/tags/SQL/default.aspx" /><category term="SSIS" scheme="http://devplanet.com/blogs/justice/archive/tags/SSIS/default.aspx" /><category term="Unique Identfier" scheme="http://devplanet.com/blogs/justice/archive/tags/Unique+Identfier/default.aspx" /></entry><entry><title>MetaTable Expression Builder for Fetching Any Object Via Collection of Primary Keys</title><link rel="alternate" type="text/html" href="/blogs/justice/archive/2008/11/04/metatable-expression-builder-for-fetching-any-object-via-collection-of-primary-keys.aspx" /><id>/blogs/justice/archive/2008/11/04/metatable-expression-builder-for-fetching-any-object-via-collection-of-primary-keys.aspx</id><published>2008-11-04T14:53:00Z</published><updated>2008-11-04T14:53:00Z</updated><content type="html">&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;</content><author><name>Justice</name><uri>http://devplanet.com/members/Justice/default.aspx</uri></author><category term="MetaModel" scheme="http://devplanet.com/blogs/justice/archive/tags/MetaModel/default.aspx" /><category term="Expressions" scheme="http://devplanet.com/blogs/justice/archive/tags/Expressions/default.aspx" /><category term="Expression Building" scheme="http://devplanet.com/blogs/justice/archive/tags/Expression+Building/default.aspx" /><category term="Linq" scheme="http://devplanet.com/blogs/justice/archive/tags/Linq/default.aspx" /><category term="C#" scheme="http://devplanet.com/blogs/justice/archive/tags/C_2300_/default.aspx" /></entry><entry><title>Windows Azure and _NOT_ SQLExpress</title><link rel="alternate" type="text/html" href="/blogs/justice/archive/2008/11/02/windows-azure-and-not-sqlexpress.aspx" /><id>/blogs/justice/archive/2008/11/02/windows-azure-and-not-sqlexpress.aspx</id><published>2008-11-02T17:37:00Z</published><updated>2008-11-02T17:37:00Z</updated><content type="html">&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;</content><author><name>Justice</name><uri>http://devplanet.com/members/Justice/default.aspx</uri></author><category term="Azure" scheme="http://devplanet.com/blogs/justice/archive/tags/Azure/default.aspx" /><category term="SQLExpress" scheme="http://devplanet.com/blogs/justice/archive/tags/SQLExpress/default.aspx" /><category term="Windows Azure" scheme="http://devplanet.com/blogs/justice/archive/tags/Windows+Azure/default.aspx" /><category term="Cloud Computing" scheme="http://devplanet.com/blogs/justice/archive/tags/Cloud+Computing/default.aspx" /></entry></feed>
