<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/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>Jim Jackson </title><link>http://weblogs.asp.net/jimjackson/default.aspx</link><description>&lt;p&gt;Character Counts.&lt;br&gt;Do the right thing.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>New Blog</title><link>http://weblogs.asp.net/jimjackson/archive/2012/06/11/new-blog.aspx</link><pubDate>Mon, 11 Jun 2012 15:48:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8596001</guid><dc:creator>axshon</dc:creator><slash:comments>0</slash:comments><description>So if anyone is still following me (what the heck were YOU thinking?) you can continue to my new blog. It's a Wordpress site hosted with an ASP.NET provider so it's a little slow but I plan to transition it to Azure some time soon. My current project...(&lt;a href="http://weblogs.asp.net/jimjackson/archive/2012/06/11/new-blog.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8596001" width="1" height="1"&gt;</description></item><item><title>Entity Framework 4 and “New transaction is not allowed because there are other threads running in the session” Exception</title><link>http://weblogs.asp.net/jimjackson/archive/2010/07/08/entity-framework-4-and-new-transaction-is-not-allowed-because-there-are-other-threads-running-in-the-session-exception.aspx</link><pubDate>Fri, 09 Jul 2010 01:26:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7558681</guid><dc:creator>axshon</dc:creator><slash:comments>3</slash:comments><description>I’ve been working through a server-side process with Entity Framework wherein an uploaded file must be updated after initial entry. I have a multi-stage process that goes out to multiple other affinity web services to get complimentary data. Here is code...(&lt;a href="http://weblogs.asp.net/jimjackson/archive/2010/07/08/entity-framework-4-and-new-transaction-is-not-allowed-because-there-are-other-threads-running-in-the-session-exception.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7558681" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jimjackson/archive/tags/Entity+Framework+Exceptions/default.aspx">Entity Framework Exceptions</category><category domain="http://weblogs.asp.net/jimjackson/archive/tags/Entity+Framework+4/default.aspx">Entity Framework 4</category></item><item><title>Uploading a File to SQL Server via Silverlight, WCF and EF</title><link>http://weblogs.asp.net/jimjackson/archive/2010/06/27/uploading-a-file-to-sql-server-via-silverlight-wcf-and-ef.aspx</link><pubDate>Sun, 27 Jun 2010 23:20:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7546117</guid><dc:creator>axshon</dc:creator><slash:comments>14</slash:comments><description>Note: Some of the code presented here does not conform to standard security practices. The goal is to show the relevant methods to accomplish the requirements, not to present a production-ready solution. The requirements: ü Upload individual large files...(&lt;a href="http://weblogs.asp.net/jimjackson/archive/2010/06/27/uploading-a-file-to-sql-server-via-silverlight-wcf-and-ef.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7546117" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jimjackson/archive/tags/WCF/default.aspx">WCF</category><category domain="http://weblogs.asp.net/jimjackson/archive/tags/SQL+2008/default.aspx">SQL 2008</category><category domain="http://weblogs.asp.net/jimjackson/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://weblogs.asp.net/jimjackson/archive/tags/Linq/default.aspx">Linq</category><category domain="http://weblogs.asp.net/jimjackson/archive/tags/Silverlight+4/default.aspx">Silverlight 4</category><category domain="http://weblogs.asp.net/jimjackson/archive/tags/File+Upload/default.aspx">File Upload</category></item><item><title>SQL 2008 Geography - Combine Data Points into a Geography Line</title><link>http://weblogs.asp.net/jimjackson/archive/2010/06/04/sql-2008-geography-combine-data-points-into-a-geography-line.aspx</link><pubDate>Fri, 04 Jun 2010 15:27:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7517621</guid><dc:creator>axshon</dc:creator><slash:comments>1</slash:comments><description>I have encountered many instances where having the decimal values for coordinates in a line is more useful than the having the Geography value for that same line. Likewise, in some instances a Geography value is more appropriate. Here is what I mean:...(&lt;a href="http://weblogs.asp.net/jimjackson/archive/2010/06/04/sql-2008-geography-combine-data-points-into-a-geography-line.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7517621" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jimjackson/archive/tags/Geography+Datatype/default.aspx">Geography Datatype</category><category domain="http://weblogs.asp.net/jimjackson/archive/tags/Geospatial/default.aspx">Geospatial</category><category domain="http://weblogs.asp.net/jimjackson/archive/tags/GPS/default.aspx">GPS</category><category domain="http://weblogs.asp.net/jimjackson/archive/tags/SQL+2008+Geography/default.aspx">SQL 2008 Geography</category></item><item><title>Entity Framework ObservableCollection Add Method - Unexpected Behavior</title><link>http://weblogs.asp.net/jimjackson/archive/2010/05/25/entity-framework-observablecollection-add-method-unexpected-behavior.aspx</link><pubDate>Wed, 26 May 2010 01:28:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7506105</guid><dc:creator>axshon</dc:creator><slash:comments>0</slash:comments><description>The documentation for Collection&amp;lt;T&amp;gt;.Add specifically states that when calling the Add method, the new item is appended to the end of the collection. This is not necessarily true. I haven't tested it in all it's incarnations yet but it appears to...(&lt;a href="http://weblogs.asp.net/jimjackson/archive/2010/05/25/entity-framework-observablecollection-add-method-unexpected-behavior.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7506105" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jimjackson/archive/tags/Entity+Framework/default.aspx">Entity Framework</category><category domain="http://weblogs.asp.net/jimjackson/archive/tags/Silverlight+4/default.aspx">Silverlight 4</category></item><item><title>Using the BackgroundWorker in a Silverlight MVVM Application</title><link>http://weblogs.asp.net/jimjackson/archive/2010/05/21/using-the-backgroundworker-in-a-silverlight-mvvm-application.aspx</link><pubDate>Fri, 21 May 2010 14:16:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7494976</guid><dc:creator>axshon</dc:creator><slash:comments>4</slash:comments><description>With Silverlight 4 and the Entity Framework you get a lot of work done on your behalf in terms of standard UI CRUD-style operations. Validations and I/O are pretty easy to accommodate out of the box. But sometimes you need to perform some long running...(&lt;a href="http://weblogs.asp.net/jimjackson/archive/2010/05/21/using-the-backgroundworker-in-a-silverlight-mvvm-application.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7494976" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jimjackson/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://weblogs.asp.net/jimjackson/archive/tags/Silverlight+4/default.aspx">Silverlight 4</category><category domain="http://weblogs.asp.net/jimjackson/archive/tags/Multithreading/default.aspx">Multithreading</category><category domain="http://weblogs.asp.net/jimjackson/archive/tags/MVVM/default.aspx">MVVM</category></item><item><title>Silverlight Adventures - The Process So Far</title><link>http://weblogs.asp.net/jimjackson/archive/2010/05/19/silverlight-adventures-what-i-ve-learned-so-far.aspx</link><pubDate>Thu, 20 May 2010 00:43:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7490727</guid><dc:creator>axshon</dc:creator><slash:comments>0</slash:comments><description>I’m currently in the process of rebuilding my Silverlight application. The initial beta of this app was somewhat underwhelming in that the problems it solved were those I found most interesting, not necessarily those the beta testers were looking for...(&lt;a href="http://weblogs.asp.net/jimjackson/archive/2010/05/19/silverlight-adventures-what-i-ve-learned-so-far.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7490727" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jimjackson/archive/tags/SQL+2008+Geography/default.aspx">SQL 2008 Geography</category><category domain="http://weblogs.asp.net/jimjackson/archive/tags/Silverlight+4/default.aspx">Silverlight 4</category><category domain="http://weblogs.asp.net/jimjackson/archive/tags/Mapping/default.aspx">Mapping</category></item><item><title>RIA Services - Iterate Items in EntityQuery Object</title><link>http://weblogs.asp.net/jimjackson/archive/2009/08/04/ria-services-iterate-items-in-entityquery-object.aspx</link><pubDate>Tue, 04 Aug 2009 12:55:56 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7161032</guid><dc:creator>axshon</dc:creator><slash:comments>3</slash:comments><description>I’m trying to get EF working with SL3, SSL, RIA Services et al. It’s a long road and I know there are issues with any route you decide to take when building a business app in Silverlight 3. In building previous iterations of my little program I used straight...(&lt;a href="http://weblogs.asp.net/jimjackson/archive/2009/08/04/ria-services-iterate-items-in-entityquery-object.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7161032" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jimjackson/archive/tags/Entity+Framework/default.aspx">Entity Framework</category><category domain="http://weblogs.asp.net/jimjackson/archive/tags/RIA+Services/default.aspx">RIA Services</category><category domain="http://weblogs.asp.net/jimjackson/archive/tags/Silverlight+3/default.aspx">Silverlight 3</category><category domain="http://weblogs.asp.net/jimjackson/archive/tags/EntityQuery/default.aspx">EntityQuery</category><category domain="http://weblogs.asp.net/jimjackson/archive/tags/Data+Abstraction/default.aspx">Data Abstraction</category><category domain="http://weblogs.asp.net/jimjackson/archive/tags/Linq/default.aspx">Linq</category></item><item><title>Good Documentation…</title><link>http://weblogs.asp.net/jimjackson/archive/2009/07/15/good-documentation.aspx</link><pubDate>Wed, 15 Jul 2009 16:28:27 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7147898</guid><dc:creator>axshon</dc:creator><slash:comments>0</slash:comments><description>Getting nationalized health care: + $3,000,000,000,000.00 Socializing the United States of America: + $10,000,000,000,000.00 Tax Hike to 'Evil Rich People' to raise less than 20% of funds needed for health care: 5.4% Good documentation about how the new...(&lt;a href="http://weblogs.asp.net/jimjackson/archive/2009/07/15/good-documentation.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7147898" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jimjackson/archive/tags/Off+Topic/default.aspx">Off Topic</category></item><item><title>Small Person, Big Life</title><link>http://weblogs.asp.net/jimjackson/archive/2009/04/13/small-person-big-life.aspx</link><pubDate>Mon, 13 Apr 2009 12:16:03 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7045079</guid><dc:creator>axshon</dc:creator><slash:comments>0</slash:comments><description>My friends and a few work associates know some of the details of my last trip to China to adopt my second daughter. While there my first adopted daughter, then 4 years old, got mysteriously sick. Very very sick. My wife and I spent a lot of time and obscene...(&lt;a href="http://weblogs.asp.net/jimjackson/archive/2009/04/13/small-person-big-life.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7045079" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jimjackson/archive/tags/Off+Topic/default.aspx">Off Topic</category></item><item><title>Silverlight 2 Drag and Scroll Image</title><link>http://weblogs.asp.net/jimjackson/archive/2009/03/18/silverlight-2-drag-and-scroll-image.aspx</link><pubDate>Wed, 18 Mar 2009 18:36:54 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6975798</guid><dc:creator>axshon</dc:creator><slash:comments>3</slash:comments><description>This is somewhat based on Shawn Wildermuth’s blog post for drag and drop. I had two problems with his post. I’m not scrolling a canvas. If your mouse leaves the control with the button down you are still dragging when your mouse reenters the control....(&lt;a href="http://weblogs.asp.net/jimjackson/archive/2009/03/18/silverlight-2-drag-and-scroll-image.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6975798" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jimjackson/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://weblogs.asp.net/jimjackson/archive/tags/Drag+Image/default.aspx">Drag Image</category><category domain="http://weblogs.asp.net/jimjackson/archive/tags/drag+and+drop/default.aspx">drag and drop</category></item><item><title>Silverlight 2 Sys.InvalidOperationException: ImageError error #4001 in control Xaml1</title><link>http://weblogs.asp.net/jimjackson/archive/2009/03/18/silverlight-2-sys-invalidoperationexception-imageerror-error-4001-in-control-xaml1.aspx</link><pubDate>Wed, 18 Mar 2009 16:42:35 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6975415</guid><dc:creator>axshon</dc:creator><slash:comments>0</slash:comments><description>I got this last night while trying to load 2,150 images into a grid. I’m working on a map tiling control for my application because the maps are very large and custom stitched for my application. Incidentally, when loaded up, my IE windows consumes 1...(&lt;a href="http://weblogs.asp.net/jimjackson/archive/2009/03/18/silverlight-2-sys-invalidoperationexception-imageerror-error-4001-in-control-xaml1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6975415" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jimjackson/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://weblogs.asp.net/jimjackson/archive/tags/ImageError/default.aspx">ImageError</category><category domain="http://weblogs.asp.net/jimjackson/archive/tags/Bug+Fix/default.aspx">Bug Fix</category></item><item><title>Using Linq to XML with C# to Read Gpx Files</title><link>http://weblogs.asp.net/jimjackson/archive/2009/03/10/using-linq-to-xml-with-c-to-read-gpx-files.aspx</link><pubDate>Wed, 11 Mar 2009 01:10:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6952907</guid><dc:creator>axshon</dc:creator><slash:comments>6</slash:comments><description>GPX is the standardized file format for GPS file exchanges. A GPX file can contain a lot of different kinds of information. Take a look at the schema here . In general, the major things that you will work with are: Waypoints A waypoint is a specific position...(&lt;a href="http://weblogs.asp.net/jimjackson/archive/2009/03/10/using-linq-to-xml-with-c-to-read-gpx-files.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6952907" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jimjackson/archive/tags/GPS/default.aspx">GPS</category><category domain="http://weblogs.asp.net/jimjackson/archive/tags/Gpx/default.aspx">Gpx</category><category domain="http://weblogs.asp.net/jimjackson/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://weblogs.asp.net/jimjackson/archive/tags/Linq+to+Xml/default.aspx">Linq to Xml</category></item><item><title>SQL 2008 Geography and Geometry Data Type Problems</title><link>http://weblogs.asp.net/jimjackson/archive/2009/03/09/sql-2008-geography-and-geometry-data-type-problems.aspx</link><pubDate>Mon, 09 Mar 2009 18:28:42 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6951738</guid><dc:creator>axshon</dc:creator><slash:comments>3</slash:comments><description>My plan was to take my application into SQL 08 from 05 since my hosting service now has it available. I was intent on killing all of my lat/long information and storing my geospatial data in geography columns. Here is what I’m finding about the Geography...(&lt;a href="http://weblogs.asp.net/jimjackson/archive/2009/03/09/sql-2008-geography-and-geometry-data-type-problems.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6951738" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jimjackson/archive/tags/Latitude+Longitude/default.aspx">Latitude Longitude</category><category domain="http://weblogs.asp.net/jimjackson/archive/tags/SQL/default.aspx">SQL</category><category domain="http://weblogs.asp.net/jimjackson/archive/tags/SQL+2008/default.aspx">SQL 2008</category><category domain="http://weblogs.asp.net/jimjackson/archive/tags/Geography+Datatype/default.aspx">Geography Datatype</category><category domain="http://weblogs.asp.net/jimjackson/archive/tags/Geospatial/default.aspx">Geospatial</category><category domain="http://weblogs.asp.net/jimjackson/archive/tags/Geometry+Datatype/default.aspx">Geometry Datatype</category></item><item><title>Beyond Compare 3</title><link>http://weblogs.asp.net/jimjackson/archive/2009/02/16/beyond-compare-3.aspx</link><pubDate>Mon, 16 Feb 2009 15:55:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6909893</guid><dc:creator>axshon</dc:creator><slash:comments>0</slash:comments><description>A substantial part of a developer’s job seems to be the logistical details of getting ‘it’ from here to there. When you run a team the problem becomes larger. Even with source control, there are documents that should be updated that aren’t and things...(&lt;a href="http://weblogs.asp.net/jimjackson/archive/2009/02/16/beyond-compare-3.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6909893" width="1" height="1"&gt;</description></item></channel></rss>