<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for mhnyborg</title><link>http://disqus.com/by/mhnyborg/</link><description></description><atom:link href="http://disqus.com/mhnyborg/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Mon, 23 May 2011 17:47:45 -0000</lastBuildDate><item><title>Re: Nissho starts selling 52-inch, glasses-free 3D TV with Full HD resolution in Japan</title><link>http://www.engadget.com/2011/05/23/nissho-starts-selling-52-inch-glasses-free-3d-tv-with-full-hd-r/#comment-210111503</link><description>&lt;p&gt;You need some glasses :-) &lt;br&gt;Everyone I know can cleary see that plasma is better than lcd ANY lcd&lt;br&gt;Take a mid-range Panasonic and compare the colors and the motions with what ever you want. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin Nyborg</dc:creator><pubDate>Mon, 23 May 2011 17:47:45 -0000</pubDate></item><item><title>Re: SubSonic 3 Alpha Updated : Rob Conery</title><link>http://blog.wekeroad.com/blog/subsonic-3-alpha-updated/#comment-4428321</link><description>&lt;p&gt;I like the POCO objects that Subsonic 3 creates.&lt;/p&gt;&lt;p&gt;How is update on an object graph going to work. I send an Object graph to a client via WCF modify some properties, add/delete some children and then send it all back again.&lt;br&gt;I know that I got to have some kind of dirty tracking but what else is missing? I can think of concurrency issues. and how to update the graph in the right order.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin Nyborg</dc:creator><pubDate>Tue, 16 Dec 2008 09:53:56 -0000</pubDate></item><item><title>Re: SubSonic 3.0 Preview 2 : Rob Conery</title><link>http://blog.wekeroad.com/blog/subsonic-3-0-preview-2/#comment-3983272</link><description>&lt;p&gt;I am waiting and waiting, and I am telling myself that I have to be patience. but I just need a new fix. Please don't let me wait until Christmas for episode 3.&lt;/p&gt;&lt;p&gt;And do you have some kind of road map for this very cool spike?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin Nyborg</dc:creator><pubDate>Mon, 24 Nov 2008 08:14:22 -0000</pubDate></item><item><title>Re: SubSonic 3.0 Preview 2 : Rob Conery</title><link>http://blog.wekeroad.com/blog/subsonic-3-0-preview-2/#comment-3769587</link><description>&lt;p&gt;This is working for me - Northwind database of curse :-)&lt;/p&gt;&lt;p&gt; [Test]&lt;br&gt;      [Description("Selects products where categoryId==5")]&lt;br&gt;      public void TestSimpleQueryQuery()&lt;br&gt;      {&lt;br&gt;         var db = new DB();&lt;br&gt;         var result = from p in db.Products where (p.CategoryID == 5) select p;&lt;/p&gt;&lt;p&gt;         foreach (var products in result)&lt;br&gt;            Console.WriteLine(products.ProductName);&lt;/p&gt;&lt;p&gt;         Assert.Greater(result.Count(), 1);&lt;br&gt;      }&lt;/p&gt;&lt;p&gt;      [Test]&lt;br&gt;      [Description("Selects products where categoryId==5")]&lt;br&gt;      public void TestSimpleQueryQueryWithIntParameter()&lt;br&gt;      {&lt;br&gt;         const int catId = 5;&lt;br&gt;         var db = new DB();&lt;br&gt;         var result = from p in db.Products where (p.CategoryID==catId) select p;&lt;/p&gt;&lt;p&gt;         foreach (var products in result)&lt;br&gt;            Console.WriteLine(products.ProductName);&lt;/p&gt;&lt;p&gt;         Assert.Greater(result.Count(), 1);&lt;br&gt;      }&lt;/p&gt;&lt;p&gt;      [Test]&lt;br&gt;      public void TestSimpleRepositoryQuery()&lt;br&gt;      {&lt;br&gt;         var repo = new NorthwindRepository&amp;lt;products&amp;gt;();&lt;br&gt;         var result = repo.Find(x =&amp;gt; x.CategoryID == 5);&lt;/p&gt;&lt;p&gt;         foreach (var products in result)&lt;br&gt;            Console.WriteLine(products.ProductName);&lt;/p&gt;&lt;p&gt;         Assert.Greater(result.Count(),1);&lt;br&gt;      }&lt;/p&gt;&lt;p&gt;      [Test]&lt;br&gt;      public void TestSimpleRepositoryQueryWithIntParameter()&lt;br&gt;      {&lt;br&gt;         const int catId = 5;&lt;br&gt;         var repo = new NorthwindRepository&amp;lt;products&amp;gt;();&lt;br&gt;         var result = repo.Find(x =&amp;gt; x.CategoryID == catId);&lt;/p&gt;&lt;p&gt;         foreach (var products in result)&lt;br&gt;            Console.WriteLine(products.ProductName);&lt;/p&gt;&lt;p&gt;         Assert.Greater(result.Count(), 1);&lt;br&gt;      }&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin Nyborg</dc:creator><pubDate>Fri, 14 Nov 2008 08:21:49 -0000</pubDate></item><item><title>Re: SubSonic 3.0 Preview 2 : Rob Conery</title><link>http://blog.wekeroad.com/blog/subsonic-3-0-preview-2/#comment-3759623</link><description>&lt;p&gt;&amp;gt;&amp;gt; Concurrency you can enable yourself&lt;br&gt;Can you give me a hint&lt;br&gt;&amp;gt;&amp;gt; Transactions work as they always have with SubSonic&lt;br&gt;I have never used SubSonic, can you give me code snippet with an update using transaction&lt;br&gt;&amp;gt;&amp;gt; Inheritance? Can you tell me more?&lt;br&gt;Yes of curse, I am working with an application that's mangeds antenna equipment  and it would be nice to have a equipment base class  that every equipment class implements and specific classes for each equipment type. Single table inheritance would be ok :-)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin Nyborg</dc:creator><pubDate>Thu, 13 Nov 2008 15:39:24 -0000</pubDate></item><item><title>Re: SubSonic 3.0 Preview 2 : Rob Conery</title><link>http://blog.wekeroad.com/blog/subsonic-3-0-preview-2/#comment-3755989</link><description>&lt;p&gt;I am still having 2 items on my list that I think is real show stoppers&lt;/p&gt;&lt;p&gt;- concurrency, maybe the database independent way with an int being incremented for each write to the database &lt;br&gt;- Transactions&lt;/p&gt;&lt;p&gt;Wish list&lt;br&gt;- alternate table, column names&lt;br&gt;- inheritance&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin Nyborg</dc:creator><pubDate>Thu, 13 Nov 2008 14:46:43 -0000</pubDate></item></channel></rss>