<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" media="screen" href="/App_Themes/default/rss.xslt"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Entries for &amp;#193;rni Gunnar Ragnarsson</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/niners/zeus/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Entries for &amp;#193;rni Gunnar Ragnarsson</title><link>http://channel9.msdn.com/Niners/zeus/</link></image><description>Entries, comments and threads posted by &amp;#193;rni Gunnar Ragnarsson</description><link>http://channel9.msdn.com/Niners/zeus/</link><language>en-us</language><pubDate>Mon, 19 Oct 2009 11:03:44 GMT</pubDate><lastBuildDate>Mon, 19 Oct 2009 11:03:44 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3608.3122, Culture=neutral, PublicKeyToken=null)</generator><item><title>C# Reflection issue [C# Reflection issue]</title><description>&lt;p&gt;Hi guys and gals.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am having a problem with reflection, and accessing sub-classes. Let's take a look at this structure:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;[code language="csharp"]public class Master { 
    public int ID { get; set; } 
    public string Name { get; set; } 
    public Child FirstChild { get; set; } 
} 
 
public class Child { 
    public int ID { get; set; } 
    public string Name { get; set; } 
} [/code]&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If I want to get the value of the Name property on the master class I can do this:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;[code language="csharp"]string name = item.GetType().GetProperty("Name").GetValue(item, null).ToString();[/code]&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But If I want to access the value of the Name property of the FirstChild, I am stuck. I have read StackOverflow from cover to cover trying to find out how to do this ... do you have any insights ?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;And I know reflection is performance heavy, but it's used in very few cases in our system, but getting this to work would simplify things a great deal.&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/499921-C-Reflection-issue/'&gt;C# Reflection issue&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/499921/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/499921-C-Reflection-issue/</comments><link>http://channel9.msdn.com/forums/TechOff/499921-C-Reflection-issue/</link><pubDate>Mon, 19 Oct 2009 11:03:26 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/499921-C-Reflection-issue/</guid><evnet:views>439</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/499921/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hi guys and gals.
&amp;nbsp;
I am having a problem with reflection, and accessing sub-classes. Let's take a look at this structure:
&amp;nbsp;
[code language="csharp"]public class Master { 
    public int ID { get; set; } 
    public string Name { get; set; } 
    public Child FirstChild { get; set; } 
} 
&amp;#8230;</evnet:previewtext><dc:creator>&amp;#193;rni Gunnar Ragnarsson</dc:creator><slash:comments>15</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/499921-C-Reflection-issue/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/499921/Trackback.aspx</trackback:ping></item><item><title>Team Foundation Server overkill ? [Team Foundation Server overkill ?]</title><description>&lt;p&gt;Hi guys ... now I turn to you for advice, and not on how to solve&lt;em&gt; The Worlds Hardest Riddle.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The thing is I have just been accepted into BizSpark, and get Visual Studio TFS edition, and the server and all items needed. Right now we are using VS 2008 Professional and Visual Source Safe 2005.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have been reeding up on TFS, and am thinking it's a bit of an overkill for a team size of three developers.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But we are growing, and I see great things in the future for our tour operator solution, &lt;a href="http://www.odintravel.net/"&gt;ODIN&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So the question is, should I stick to VS 2008 / Source Safe or upgrade to VS TFS with all the bells and whistles, though we currently are only three developers working full time.&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/485597-Team-Foundation-Server-overkill-/'&gt;Team Foundation Server overkill ?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/485597/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/485597-Team-Foundation-Server-overkill-/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/485597-Team-Foundation-Server-overkill-/</link><pubDate>Tue, 18 Aug 2009 11:58:33 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/485597-Team-Foundation-Server-overkill-/</guid><evnet:views>1131</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/485597/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hi guys ... now I turn to you for advice, and not on how to solve The Worlds Hardest Riddle.
&amp;nbsp;
The thing is I have just been accepted into BizSpark, and get Visual Studio TFS edition, and the server and all items needed. Right now we are using VS 2008 Professional and Visual Source Safe&amp;#8230;</evnet:previewtext><dc:creator>&amp;#193;rni Gunnar Ragnarsson</dc:creator><slash:comments>30</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/485597-Team-Foundation-Server-overkill-/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/485597/Trackback.aspx</trackback:ping></item><item><title>Number conversion and decimal accuracy [Number conversion and decimal accuracy]</title><description>&lt;p&gt;Hi guys (and gals) ...&lt;/p&gt;
&lt;p&gt;I have a very tricky problem around number conversion, decimal accuracy and calculations that has me scratching my head for a few days now.&lt;/p&gt;
&lt;p&gt;In the db I have values in columns of the datatype decimal(18,2). I want to have an accuracy of 2 decimal places throughout my application and in the db it works fine.&lt;/p&gt;
&lt;p&gt;When I am resolving the data coming from the database in a dataset, things go wrong:&lt;/p&gt;
&lt;p&gt;float payedTotal = float.Parse(r["col_name"].ToString());&lt;/p&gt;
&lt;p&gt;If I check the value of r["col_name"], it is 555.65, with two decimal places as expected. The float value however has the value 555.656, and rounds up to 555.70 when I display it in my application.&lt;/p&gt;
&lt;p&gt;Am I missing something here ... or should I do the conversion and datatypes in some other way ?&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/469915-Number-conversion-and-decimal-accuracy/'&gt;Number conversion and decimal accuracy&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/469915/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/469915-Number-conversion-and-decimal-accuracy/</comments><link>http://channel9.msdn.com/forums/TechOff/469915-Number-conversion-and-decimal-accuracy/</link><pubDate>Wed, 20 May 2009 16:42:54 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/469915-Number-conversion-and-decimal-accuracy/</guid><evnet:views>495</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/469915/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hi guys (and gals) ...
I have a very tricky problem around number conversion, decimal accuracy and calculations that has me scratching my head for a few days now.
In the db I have values in columns of the datatype decimal(18,2). I want to have an accuracy of 2 decimal places throughout my&amp;#8230;</evnet:previewtext><dc:creator>&amp;#193;rni Gunnar Ragnarsson</dc:creator><slash:comments>6</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/469915-Number-conversion-and-decimal-accuracy/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/469915/Trackback.aspx</trackback:ping></item><item><title>CodeBetter.com rips Oxite apart [CodeBetter.com rips Oxite apart]</title><description>&lt;a href="http://codebetter.com/blogs/karlseguin/archive/2008/12/15/oxite-oh-dear-lord-why.aspx"&gt;http://codebetter.com/blogs/karlseguin/archive/2008/12/15/oxite-oh-dear-lord-why.aspx&lt;/a&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I tend to agree on the complexity issue .... why are there so many projects, and why are the controllers sooo huge. I have worked quite a bit with MVC from Preview 1 and I have never felt the need to over-complexify the code like this.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I also agree with his point on code consistency .... don't you guys have internal guidelines for how you code ?&lt;/div&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/448642-CodeBettercom-rips-Oxite-apart/'&gt;CodeBetter.com rips Oxite apart&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/448642/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/448642-CodeBettercom-rips-Oxite-apart/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/448642-CodeBettercom-rips-Oxite-apart/</link><pubDate>Tue, 16 Dec 2008 09:19:04 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/448642-CodeBettercom-rips-Oxite-apart/</guid><evnet:views>1215</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/448642/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>http://codebetter.com/blogs/karlseguin/archive/2008/12/15/oxite-oh-dear-lord-why.aspxI tend to agree on the complexity issue .... why are there so many projects, and why are the controllers sooo huge. I have worked quite a bit with MVC from Preview 1 and I have never felt the need to over-complexify&amp;#8230;</evnet:previewtext><dc:creator>&amp;#193;rni Gunnar Ragnarsson</dc:creator><slash:comments>14</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/448642-CodeBettercom-rips-Oxite-apart/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/448642/Trackback.aspx</trackback:ping></item><item><title>Is that even possible ?? [Is that even possible ??]</title><description>&lt;table class="entryTiny"&gt;&lt;tr id="ctl00_MainPlaceHolder_elMain_ctl01_EntryTemplate_Row" class="item readPartial entryTinyRow"&gt;&lt;td class="column2"&gt;
    &lt;br&gt;&lt;/td&gt;
		&lt;td class="column3"&gt;
        &lt;div class="title"&gt;&lt;a id="ctl00_MainPlaceHolder_elMain_ctl01_EntryTemplate_TitleLink" href="http://channel9.msdn.com../../forums/Coffeehouse/411317-Disappearing-Threads-Fixed /&gt;Disappearing Threads Fixed&lt;/a&gt;&lt;/div&gt;
        &lt;span class="posted"&gt;Posted By: &lt;a id="ctl00_MainPlaceHolder_elMain_ctl01_EntryTemplate_UserLink" href="http://channel9.msdn.com../../Niners/HumanCompiler /&gt;HumanCompiler&lt;/a&gt;&amp;nbsp;|&amp;nbsp;&lt;span id="ctl00_MainPlaceHolder_elMain_ctl01_EntryTemplate_TimeLabel"&gt;Today @ 10:37 PM&lt;/span&gt;&lt;/span&gt;
    &lt;/td&gt;
		&lt;td class="column4"&gt;
        &lt;span id="ctl00_MainPlaceHolder_elMain_ctl01_EntryTemplate_RepliesLabel"&gt;1&lt;/span&gt;
    &lt;/td&gt;
		&lt;td class="column5"&gt;
        &lt;span id="ctl00_MainPlaceHolder_elMain_ctl01_EntryTemplate_ViewsLabel"&gt;0&lt;/span&gt;
    &lt;/td&gt;
		&lt;td class="column6"&gt;
        &lt;div id="ctl00_MainPlaceHolder_elMain_ctl01_EntryTemplate_LastContainer" class="last"&gt;
            Last By: &lt;a id="ctl00_MainPlaceHolder_elMain_ctl01_EntryTemplate_LastUserLink" href="http://channel9.msdn.com../../Niners/Zeus /&gt;Zeus&lt;/a&gt;&lt;br&gt;
            Time: &lt;span id="ctl00_MainPlaceHolder_elMain_ctl01_EntryTemplate_LastTimeLabel"&gt;Today @ 10:45 PM&lt;/span&gt;
        &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br&gt;1 comment&lt;br&gt;0 views&lt;br&gt;&lt;br&gt;Fix the caching thingy ... plz ... ;)&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Feedback/411320-Is-that-even-possible-/'&gt;Is that even possible ??&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/411320/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Feedback/411320-Is-that-even-possible-/</comments><link>http://channel9.msdn.com/forums/Feedback/411320-Is-that-even-possible-/</link><pubDate>Mon, 23 Jun 2008 22:47:50 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Feedback/411320-Is-that-even-possible-/</guid><evnet:views>1017</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/411320/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>    
		
        Disappearing Threads Fixed
        Posted By: HumanCompiler&amp;nbsp;|&amp;nbsp;Today @ 10:37 PM
    
		
        1
    
		
        0
    
		
        
            Last By: Zeus
            Time: Today @ 10:45 PM
        1 comment0 viewsFix the caching thingy ... plz ... ;)in reply to Is that even possible ??</evnet:previewtext><dc:creator>&amp;#193;rni Gunnar Ragnarsson</dc:creator><slash:comments>3</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Feedback/411320-Is-that-even-possible-/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/411320/Trackback.aspx</trackback:ping></item><item><title>Thread / reply title [Thread / reply title]</title><description>Could U add to the title of each thread / title in the thread list, the user name of the user who posted. The user name is now below the avatar, but it would be nice to have it in the title bar ... like this:&lt;br&gt;&lt;br&gt;now: #Jun 12th @ 9:11 PM&lt;br&gt;should be: #Jun 12th @ 9:11 PM &lt;b&gt;by Zeus&lt;/b&gt;&lt;br&gt;&lt;br&gt;Just makes it easier to read who created the post and when ...&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Feedback/411157-Thread--reply-title/'&gt;Thread / reply title&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/411157/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Feedback/411157-Thread--reply-title/</comments><link>http://channel9.msdn.com/forums/Feedback/411157-Thread--reply-title/</link><pubDate>Mon, 23 Jun 2008 13:15:34 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Feedback/411157-Thread--reply-title/</guid><evnet:views>887</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/411157/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Could U add to the title of each thread / title in the thread list, the user name of the user who posted. The user name is now below the avatar, but it would be nice to have it in the title bar ... like this:now: #Jun 12th @ 9:11 PMshould be: #Jun 12th @ 9:11 PM by ZeusJust makes it easier to read&amp;#8230;</evnet:previewtext><dc:creator>&amp;#193;rni Gunnar Ragnarsson</dc:creator><slash:comments>4</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Feedback/411157-Thread--reply-title/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/411157/Trackback.aspx</trackback:ping></item><item><title>Ultra caching ? [Ultra caching ?]</title><description>&lt;table class="entryTiny"&gt;&lt;tr id="ctl00_MainPlaceHolder_elMain_ctl01_EntryTemplate_Row" class="item read entryTinyRow"&gt;&lt;td class="column2"&gt;
    &lt;br&gt;&lt;/td&gt;
		&lt;td class="column3"&gt;
        &lt;div class="title"&gt;&lt;a id="ctl00_MainPlaceHolder_elMain_ctl01_EntryTemplate_TitleLink" href="http://channel9.msdn.com../../forums/Coffeehouse/409845-Image-upload-manager /&gt;Image upload manager?&lt;/a&gt;&lt;/div&gt;
        &lt;span class="posted"&gt;Posted By: &lt;a id="ctl00_MainPlaceHolder_elMain_ctl01_EntryTemplate_UserLink" href="http://channel9.msdn.com../../Niners/turrican /&gt;turrican&lt;/a&gt;&amp;nbsp;|&amp;nbsp;&lt;span id="ctl00_MainPlaceHolder_elMain_ctl01_EntryTemplate_TimeLabel"&gt;Today @ 5:56 AM&lt;/span&gt;&lt;/span&gt;
    &lt;/td&gt;
		&lt;td class="column4"&gt;
        &lt;span id="ctl00_MainPlaceHolder_elMain_ctl01_EntryTemplate_RepliesLabel"&gt;1&lt;/span&gt;
    &lt;/td&gt;
		&lt;td class="column5"&gt;
        &lt;span id="ctl00_MainPlaceHolder_elMain_ctl01_EntryTemplate_ViewsLabel"&gt;28&lt;/span&gt;
    &lt;/td&gt;
		&lt;td class="column6"&gt;
        &lt;div id="ctl00_MainPlaceHolder_elMain_ctl01_EntryTemplate_LastContainer" class="last"&gt;
            Last By: &lt;br&gt;
            Time: &lt;span id="ctl00_MainPlaceHolder_elMain_ctl01_EntryTemplate_LastTimeLabel"&gt;&lt;/span&gt;
        &lt;/div&gt;
        &lt;span id="ctl00_MainPlaceHolder_elMain_ctl01_EntryTemplate_NoneLabel" class="posted"&gt;no activity yet:&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br&gt;replied to a thread, and it counted my anser in the reply count, but did not set my in the activity column or the time.&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Feedback/409887-Ultra-caching-/'&gt;Ultra caching ?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/409887/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Feedback/409887-Ultra-caching-/</comments><link>http://channel9.msdn.com/forums/Feedback/409887-Ultra-caching-/</link><pubDate>Mon, 16 Jun 2008 09:39:35 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Feedback/409887-Ultra-caching-/</guid><evnet:views>834</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/409887/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>    
		
        Image upload manager?
        Posted By: turrican&amp;nbsp;|&amp;nbsp;Today @ 5:56 AM
    
		
        1
    
		
        28
    
		
        
            Last By: 
            Time: 
        
        no activity yet:replied to a thread, and it counted my anser in the reply count, but did not&amp;#8230;</evnet:previewtext><dc:creator>&amp;#193;rni Gunnar Ragnarsson</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Feedback/409887-Ultra-caching-/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/409887/Trackback.aspx</trackback:ping></item><item><title>Shaky shaky [Shaky shaky]</title><description>We up here in Iceland had a 6.1 force earthquake today .... I was driving to our office at the time and did not feel a thing, but when I got up all the stairs, the lights were still swinging.&lt;br&gt;&lt;br&gt;We prepare for this kind of thing, and not one house collapsed, but some were damaged and things fell on to the floor, but no major damaga, fortunately ....&lt;br&gt;&lt;br&gt;&lt;a href="http://edition.cnn.com/2008/WORLD/europe/05/29/iceland.earthquake/index.html"&gt;&lt;b&gt;More details on CNN&lt;/b&gt;&lt;/a&gt;&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/406555-Shaky-shaky/'&gt;Shaky shaky&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/406555/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/406555-Shaky-shaky/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/406555-Shaky-shaky/</link><pubDate>Thu, 29 May 2008 22:23:52 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/406555-Shaky-shaky/</guid><evnet:views>389</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/406555/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>We up here in Iceland had a 6.1 force earthquake today .... I was driving to our office at the time and did not feel a thing, but when I got up all the stairs, the lights were still swinging.&lt;br&gt;&lt;br&gt;We prepare for this kind of thing, and not one house collapsed, but some were damaged and things fell on to the floor, but no major damaga, fortunately ....&lt;br&gt;&lt;br&gt;&lt;a href="http://edition.cnn.com/2008/WORLD/europe/05/29/iceland.earthquake/index.html"&gt;&lt;b&gt;More details on CNN&lt;/b&gt;&lt;/a&gt;&lt;br&gt;</evnet:previewtext><dc:creator>&amp;#193;rni Gunnar Ragnarsson</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/406555-Shaky-shaky/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/406555/Trackback.aspx</trackback:ping></item><item><title>10 day computer free vacation :) [10 day computer free vacation :)]</title><description>Hey guys and gals ...&lt;br&gt;&lt;br&gt;I'm off to sunny Spain tomorrow for some well needed Rest&amp;amp;Relaxation ... and I am leaving my trusted Dell laptop at home this time :)&lt;br&gt;&lt;br&gt;It will be strange not being in touch with the outside world, but good at the same time ...&lt;br&gt;&lt;br&gt;How would U feel if you would be cut off (so to speak) for a period of time ... would you go insane ?&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/261688-10-day-computer-free-vacation-/'&gt;10 day computer free vacation :)&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/261688/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/261688-10-day-computer-free-vacation-/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/261688-10-day-computer-free-vacation-/</link><pubDate>Mon, 17 Mar 2008 22:28:44 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/261688-10-day-computer-free-vacation-/</guid><evnet:views>1779</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/261688/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hey guys and gals ...&lt;br&gt;&lt;br&gt;I'm off to sunny Spain tomorrow for some well needed Rest&amp;amp;Relaxation ... and I am leaving my trusted Dell laptop at home this time &lt;img src='/emoticons/C9/emotion-1.gif' alt='Smiley' /&gt;&lt;br&gt;&lt;br&gt;It will be strange not being in touch with the outside world, but good at the same time ...&lt;br&gt;&lt;br&gt;How would U feel if you would be cut off (so to speak) for a period of time ... would you go insane ?&lt;br&gt;</evnet:previewtext><dc:creator>&amp;#193;rni Gunnar Ragnarsson</dc:creator><slash:comments>11</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/261688-10-day-computer-free-vacation-/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/261688/Trackback.aspx</trackback:ping></item><item><title>Windows Service using FileSystemWatcher [Windows Service using FileSystemWatcher]</title><description>&lt;a href="http://www.zeus.is/AmadeusFileWatcher.cs.txt"&gt;&lt;b&gt;Original file here&lt;/b&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;Hi guys.&lt;br&gt;&lt;br&gt;I am trying to develop a simle windows service (my first windows service) that watches a folder on a server. It uses the System.IO.FileSystemWatcher class to watch a folder, with only the created event raised and the FileName NotifyFilter.&lt;br&gt;&lt;br&gt;The thing is, it works for the first 1-3 files I drop into the folder, imports into the DB without issues.&lt;br&gt;&lt;br&gt;But when I drop the 4th file and onwards, I get a &lt;b&gt;file is locked&lt;/b&gt; error.&lt;br&gt;&lt;br&gt;I am always dropping in new files, not files that are already in the folder.&lt;br&gt;&lt;br&gt;Anyone have an idea as to why the files are beging locked ?&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/261408-Windows-Service-using-FileSystemWatcher/'&gt;Windows Service using FileSystemWatcher&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/261408/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/261408-Windows-Service-using-FileSystemWatcher/</comments><link>http://channel9.msdn.com/forums/TechOff/261408-Windows-Service-using-FileSystemWatcher/</link><pubDate>Mon, 03 Mar 2008 12:01:34 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/261408-Windows-Service-using-FileSystemWatcher/</guid><evnet:views>2896</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/261408/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;a href="http://www.zeus.is/AmadeusFileWatcher.cs.txt"&gt;&lt;b&gt;Original file here&lt;/b&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;Hi guys.&lt;br&gt;&lt;br&gt;I am trying to develop a simle windows service (my first windows service) that watches a folder on a server. It uses the System.IO.FileSystemWatcher class to watch a folder, with only the created event raised and the FileName NotifyFilter.&lt;br&gt;&lt;br&gt;The thing is, it works for the first 1-3 files I drop into the folder, imports into the DB without issues.&lt;br&gt;&lt;br&gt;But when I drop the 4th file and onwards, I get a &lt;b&gt;file is locked&lt;/b&gt; error.&lt;br&gt;&lt;br&gt;I am always dropping in new files, not files that are already in the folder.&lt;br&gt;&lt;br&gt;</evnet:previewtext><dc:creator>&amp;#193;rni Gunnar Ragnarsson</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/261408-Windows-Service-using-FileSystemWatcher/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/261408/Trackback.aspx</trackback:ping></item><item><title>Duncan ... you care to explain ? [Duncan ... you care to explain ?]</title><description>&lt;a href="http://twitter.com/Duncanma"&gt;&lt;b&gt;From Twitter&lt;/b&gt;&lt;/a&gt;:&lt;br&gt;&lt;br&gt;&lt;BLOCKQUOTE&gt;&lt;div class="quoteAuthor"&gt;Duncanma wrote:&lt;/div&gt;&lt;div class="quoteBody"&gt;﻿&lt;span class="entry-title entry-content"&gt;just finished shipping code to
Channel 9 that makes me feel dirty... first time in this group I've
deployed code that I strongly objected to &lt;/span&gt;
      
				
		&lt;span class="meta entry-meta"&gt;
						  &lt;a href="http://twitter.com/Duncanma/statuses/616597822" class="entry-date" rel="bookmark"&gt;12:53 AM January 19, 2008&lt;/a&gt;
						from web&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/span&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/260404-Duncan--you-care-to-explain-/'&gt;Duncan ... you care to explain ?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/260404/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/260404-Duncan--you-care-to-explain-/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/260404-Duncan--you-care-to-explain-/</link><pubDate>Sun, 20 Jan 2008 13:30:12 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/260404-Duncan--you-care-to-explain-/</guid><evnet:views>3756</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/260404/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;a href="http://twitter.com/Duncanma"&gt;&lt;b&gt;From Twitter&lt;/b&gt;&lt;/a&gt;:&lt;br&gt;&lt;br&gt;&lt;BLOCKQUOTE&gt;&lt;div class="quoteAuthor"&gt;Duncanma wrote:&lt;/div&gt;&lt;div class="quoteBody"&gt;﻿&lt;span class="entry-title entry-content"&gt;just finished shipping code to
Channel 9 that makes me feel dirty... first time in this group I've
deployed code that I strongly objected to &lt;/span&gt;
      
				
		&lt;span class="meta entry-meta"&gt;
						  &lt;a href="http://twitter.com/Duncanma/statuses/616597822" class="entry-date" rel="bookmark"&gt;12:53 AM January 19, 2008&lt;/a&gt;
						from web&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/span&gt;</evnet:previewtext><dc:creator>&amp;#193;rni Gunnar Ragnarsson</dc:creator><slash:comments>35</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/260404-Duncan--you-care-to-explain-/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/260404/Trackback.aspx</trackback:ping></item><item><title>RegEx help ... please [RegEx help ... please]</title><description>Hi guys ... just in time for the holidays, I need RegEx help. I hate them, because I just can't wrap my pretty little head around them :(&lt;br&gt;&lt;br&gt;I need to extrax some XML style string (the bolded part) from a larger HTML string:&lt;br&gt;&lt;br&gt;&amp;lt;div&amp;gt;fjdsafjdsklæfjldsaæf fdjksla æfjdksalaæ fjdkslæa fjdkslæ&amp;lt;/div&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;b&gt;&amp;lt;OrionTag type="NewsList"&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Params&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Param name="Count"&amp;gt;20&amp;lt;/Param&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Param name="Start"&amp;gt;0&amp;lt;/Param&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Param name="Categories"&amp;gt;1,2,3,4&amp;lt;/Param&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Params&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/OrionTag&amp;gt;&lt;/b&gt;&lt;br&gt;&amp;lt;div&amp;gt;fjkdasl æfjkdslaæ fjeksa æfjesiaæ fjesklæaf&amp;lt;/div&amp;gt;&lt;br&gt;&lt;br&gt;Anyone not shopping for christmas preasents care to help ?&lt;br&gt;&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/259856-RegEx-help--please/'&gt;RegEx help ... please&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/259856/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/259856-RegEx-help--please/</comments><link>http://channel9.msdn.com/forums/TechOff/259856-RegEx-help--please/</link><pubDate>Sat, 22 Dec 2007 18:57:49 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/259856-RegEx-help--please/</guid><evnet:views>1290</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/259856/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hi guys ... just in time for the holidays, I need RegEx help. I hate them, because I just can't wrap my pretty little head around them &lt;img src='/emoticons/C9/emotion-6.gif' alt='Sad' /&gt;&lt;br&gt;&lt;br&gt;I need to extrax some XML style string (the bolded part) from a larger HTML string:&lt;br&gt;&lt;br&gt;&amp;lt;div&amp;gt;fjdsafjdsklæfjldsaæf fdjksla æfjdksalaæ fjdkslæa fjdkslæ&amp;lt;/div&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;b&gt;&amp;lt;OrionTag type="NewsList"&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Params&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Param name="Count"&amp;gt;20&amp;lt;/Param&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Param name="Start"&amp;gt;0&amp;lt;/Param&amp;gt;&lt;br&gt;</evnet:previewtext><dc:creator>&amp;#193;rni Gunnar Ragnarsson</dc:creator><slash:comments>5</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/259856-RegEx-help--please/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/259856/Trackback.aspx</trackback:ping></item><item><title>jamie: Thx for the 9Guys [jamie: Thx for the 9Guys]</title><description>I was going to be posting pictures, but my Nokia N73 is acting up, the camera is not working, reboots and all.&lt;br&gt;&lt;br&gt;jamie posted &lt;a href="http://channel9.msdn.com/ShowPost.aspx?PostID=355773&gt;&lt;b&gt;this thread&lt;/b&gt;&lt;/a&gt; when he sent my guys, and they have arrived! My guy is sitting pretty on top of my monitor at the office.&lt;br&gt;&lt;br&gt;Thanks jamie ... just made my day :)&lt;br&gt;&lt;br&gt;edit: Promise I will post pictures tomorrow if I remember to take my camera.&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/259284-jamie-Thx-for-the-9Guys/'&gt;jamie: Thx for the 9Guys&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/259284/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/259284-jamie-Thx-for-the-9Guys/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/259284-jamie-Thx-for-the-9Guys/</link><pubDate>Wed, 28 Nov 2007 11:22:18 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/259284-jamie-Thx-for-the-9Guys/</guid><evnet:views>1357</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/259284/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I was going to be posting pictures, but my Nokia N73 is acting up, the camera is not working, reboots and all.&lt;br&gt;&lt;br&gt;jamie posted &lt;a href="/ShowPost.aspx?PostID=355773"&gt;&lt;b&gt;this thread&lt;/b&gt;&lt;/a&gt; when he sent my guys, and they have arrived! My guy is sitting pretty on top of my monitor at the office.&lt;br&gt;&lt;br&gt;Thanks jamie ... just made my day &lt;img src='/emoticons/C9/emotion-1.gif' alt='Smiley' /&gt;&lt;br&gt;&lt;br&gt;edit: Promise I will post pictures tomorrow if I remember to take my camera.&lt;br&gt;</evnet:previewtext><dc:creator>&amp;#193;rni Gunnar Ragnarsson</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/259284-jamie-Thx-for-the-9Guys/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/259284/Trackback.aspx</trackback:ping></item><item><title>TechNet Edge [TechNet Edge]</title><description>Just ran into this on Jeff Sandquists blog:&lt;br&gt;&lt;br&gt;&lt;a href="http://edge.technet.com/Default.aspx"&gt;&lt;b&gt;TechNet Edge&lt;/b&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;Anyone reqognize the codebase and design ... looks very similar too C9v4 :)&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/258868-TechNet-Edge/'&gt;TechNet Edge&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/258868/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/258868-TechNet-Edge/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/258868-TechNet-Edge/</link><pubDate>Fri, 09 Nov 2007 23:46:14 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/258868-TechNet-Edge/</guid><evnet:views>1931</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/258868/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Just ran into this on Jeff Sandquists blog:&lt;br&gt;&lt;br&gt;&lt;a href="http://edge.technet.com/Default.aspx"&gt;&lt;b&gt;TechNet Edge&lt;/b&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;Anyone reqognize the codebase and design ... looks very similar too C9v4 &lt;img src='/emoticons/C9/emotion-1.gif' alt='Smiley' /&gt;&lt;br&gt;</evnet:previewtext><dc:creator>&amp;#193;rni Gunnar Ragnarsson</dc:creator><slash:comments>4</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/258868-TechNet-Edge/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/258868/Trackback.aspx</trackback:ping></item><item><title>new Object Schema [new Object Schema]</title><description>Hi guys ...&lt;br&gt;&lt;br&gt;I am thinking one thing over, and needed some input on a friday :)&lt;br&gt;&lt;br&gt;I am developing a system where entities have a supplier. Just one supplier per entity.&lt;br&gt;&lt;br&gt;When creating and updating the entity I need to pass the supplierID to the stored procedure.&lt;br&gt;&lt;br&gt;So I have 3 choices:&lt;br&gt;&lt;br&gt;&lt;b&gt;1. Pass it as a seperate variable:&lt;/b&gt;&lt;br&gt;public void Update(Entity entity, int supplierID) { ... }&lt;br&gt;public class Entity {&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public int ID;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;br&gt;}&lt;br&gt;&lt;br&gt;&lt;b&gt;2. Pass it as a seperate sub-entity under the entity:&lt;/b&gt;&lt;br&gt;public void Create(Entity entity) { ... }&lt;br&gt;public class Entity {&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public int ID;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public Supplier Supplier;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;br&gt;}&lt;br&gt;&lt;br&gt;&lt;b&gt;3. Pass it as an ID on the entity:&lt;/b&gt;&lt;br&gt;public void Create(Entity entity) { ... }&lt;br&gt;public class Entity {&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public int ID;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public int SupplierID;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;br&gt;}&lt;br&gt;&lt;br&gt;Which of these 3 choices would you choose ??&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/254996-new-Object-Schema/'&gt;new Object Schema&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/254996/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/254996-new-Object-Schema/</comments><link>http://channel9.msdn.com/forums/TechOff/254996-new-Object-Schema/</link><pubDate>Fri, 25 May 2007 15:24:17 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/254996-new-Object-Schema/</guid><evnet:views>2458</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/254996/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hi guys ...&lt;br&gt;&lt;br&gt;I am thinking one thing over, and needed some input on a friday &lt;img src='/emoticons/C9/emotion-1.gif' alt='Smiley' /&gt;&lt;br&gt;&lt;br&gt;I am developing a system where entities have a supplier. Just one supplier per entity.&lt;br&gt;&lt;br&gt;When creating and updating the entity I need to pass the supplierID to the stored procedure.&lt;br&gt;&lt;br&gt;So I have 3 choices:&lt;br&gt;&lt;br&gt;&lt;b&gt;1. Pass it as a seperate variable:&lt;/b&gt;&lt;br&gt;public void Update(Entity entity, int supplierID) { ... }&lt;br&gt;public class Entity {&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public int ID;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;br&gt;}&lt;br&gt;&lt;br&gt;&lt;b&gt;2. Pass it as a seperate sub-entity under the entity:&lt;/b&gt;&lt;br&gt;</evnet:previewtext><dc:creator>&amp;#193;rni Gunnar Ragnarsson</dc:creator><slash:comments>3</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/254996-new-Object-Schema/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/254996/Trackback.aspx</trackback:ping></item><item><title>HP computer problems (updated) [HP computer problems (updated)]</title><description>Hello all ...&lt;br&gt;&lt;br&gt;I just wanted to vent out some of my irritation regarding my almoust new HP computer.&lt;br&gt;&lt;br&gt;I bought a HP desktop computer this july when my very, very old computer completely broke down. I opted for HP because of price and availability, I could not wait a week for a Dell (it takes at least a week here in Sweden).&lt;br&gt;&lt;br&gt;I installed 2 extra hard disks and another DVD drive (which I never use btw). The HP has AMD 3800+ X2 dual core CPU, which seems to be running a fever all the time. The fans just keep on blowing no matter what, regardless if the computer is almoust idle.&lt;br&gt;&lt;br&gt;I just installed SpeedFan and it says that Core heat is 51°C. I just don't know what the matter is ...&lt;br&gt;&lt;br&gt;Any of you guys experienced similar issues or have any advice ??&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/250594-HP-computer-problems-updated/'&gt;HP computer problems (updated)&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/250594/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/250594-HP-computer-problems-updated/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/250594-HP-computer-problems-updated/</link><pubDate>Wed, 06 Dec 2006 15:28:22 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/250594-HP-computer-problems-updated/</guid><evnet:views>14678</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/250594/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hello all ...&lt;br&gt;&lt;br&gt;I just wanted to vent out some of my irritation regarding my almoust new HP computer.&lt;br&gt;&lt;br&gt;I bought a HP desktop computer this july when my very, very old computer completely broke down. I opted for HP because of price and availability, I could not wait a week for a Dell (it takes at least a week here in Sweden).&lt;br&gt;&lt;br&gt;I installed 2 extra hard disks and another DVD drive (which I never use btw). The HP has AMD 3800+ X2 dual core CPU, which seems to be running a fever all the time. The fans just keep on blowing no matter what, regardless if the computer is almoust idle.&lt;br&gt;&lt;br&gt;</evnet:previewtext><dc:creator>&amp;#193;rni Gunnar Ragnarsson</dc:creator><slash:comments>11</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/250594-HP-computer-problems-updated/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/250594/Trackback.aspx</trackback:ping></item><item><title>A Niner in need ... [A Niner in need ...]</title><description>Hello all ...&lt;br&gt;&lt;br&gt;I just &lt;a href="http://channel9.msdn.com/ShowPost.aspx?PostID=259195&gt;&lt;b&gt;posted this question&lt;/b&gt;&lt;/a&gt; in Techoff, but that was before I saw the rate of responses there ... so I dared to be so forward as to post a link to my question here, as I am in quite a pinch, time wize (as always).&lt;br&gt;&lt;br&gt;If you could help, you would just make my month :D&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/250121-A-Niner-in-need-/'&gt;A Niner in need ...&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/250121/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/250121-A-Niner-in-need-/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/250121-A-Niner-in-need-/</link><pubDate>Mon, 20 Nov 2006 23:10:06 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/250121-A-Niner-in-need-/</guid><evnet:views>1881</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/250121/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hello all ...&lt;br&gt;&lt;br&gt;I just &lt;a href="/ShowPost.aspx?PostID=259195"&gt;&lt;b&gt;posted this question&lt;/b&gt;&lt;/a&gt; in Techoff, but that was before I saw the rate of responses there ... so I dared to be so forward as to post a link to my question here, as I am in quite a pinch, time wize (as always).&lt;br&gt;&lt;br&gt;If you could help, you would just make my month &lt;img src='/emoticons/C9/emotion-2.gif' alt='Big Smile' /&gt;&lt;br&gt;</evnet:previewtext><dc:creator>&amp;#193;rni Gunnar Ragnarsson</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/250121-A-Niner-in-need-/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/250121/Trackback.aspx</trackback:ping></item><item><title>Application pool needing a recycle every hour [Application pool needing a recycle every hour]</title><description>Hi guys ...&lt;br&gt;&lt;br&gt;I really am stuck here, and am about to tear out the rest of my hair.&lt;br&gt;&lt;br&gt;This is a .NET 1.1 web application.&lt;br&gt;&lt;br&gt;In my application that is posting an array of objects (ca. 20-80 at a time) to an API every 15 seconds. My app just creates the objects, sets properties, calculates the array and sends them on their way. We are posting real time locations to a map-api, so we can see the timestamp of the last post.&lt;br&gt;&lt;br&gt;After a while the time on the map begins to slow down, we have seen up to a 15 minute gap between the time we see on the map and the actual time.&lt;br&gt;&lt;br&gt;The app is running in it's own application pool on Windows Server 2003, and if we recycle the application pool, the map creeps up to real time in a few minutes, but then starts to slow down again.&lt;br&gt;&lt;br&gt;I have looked into GarbageCollector, IDisposable and tried a host of other solutions, but I am just not quite good at this base stuff.&lt;br&gt;&lt;br&gt;If anyone of you can come up with a solution for me, I would be a very, very happy camper :)&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/250118-Application-pool-needing-a-recycle-every-hour/'&gt;Application pool needing a recycle every hour&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/250118/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/250118-Application-pool-needing-a-recycle-every-hour/</comments><link>http://channel9.msdn.com/forums/TechOff/250118-Application-pool-needing-a-recycle-every-hour/</link><pubDate>Mon, 20 Nov 2006 22:53:44 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/250118-Application-pool-needing-a-recycle-every-hour/</guid><evnet:views>10357</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/250118/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hi guys ...&lt;br&gt;&lt;br&gt;I really am stuck here, and am about to tear out the rest of my hair.&lt;br&gt;&lt;br&gt;This is a .NET 1.1 web application.&lt;br&gt;&lt;br&gt;In my application that is posting an array of objects (ca. 20-80 at a time) to an API every 15 seconds. My app just creates the objects, sets properties, calculates the array and sends them on their way. We are posting real time locations to a map-api, so we can see the timestamp of the last post.&lt;br&gt;&lt;br&gt;After a while the time on the map begins to slow down, we have seen up to a 15 minute gap between the time we see on the map and the actual time.&lt;br&gt;&lt;br&gt;</evnet:previewtext><dc:creator>&amp;#193;rni Gunnar Ragnarsson</dc:creator><slash:comments>14</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/250118-Application-pool-needing-a-recycle-every-hour/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/250118/Trackback.aspx</trackback:ping></item><item><title>Overly aggresive spam filters on WLM ? [Overly aggresive spam filters on WLM ?]</title><description>I got this email a while back ... just thought it was funny that the sender was marked as a unknown :D&lt;br&gt;&lt;br&gt;
&lt;img src="http://www.zeuswebworks.com/images/unknown_sender.jpg"&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/249972-Overly-aggresive-spam-filters-on-WLM-/'&gt;Overly aggresive spam filters on WLM ?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/249972/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/249972-Overly-aggresive-spam-filters-on-WLM-/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/249972-Overly-aggresive-spam-filters-on-WLM-/</link><pubDate>Wed, 15 Nov 2006 21:40:32 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/249972-Overly-aggresive-spam-filters-on-WLM-/</guid><evnet:views>3315</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/249972/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I got this email a while back ... just thought it was funny that the sender was marked as a unknown &lt;img src='/emoticons/C9/emotion-2.gif' alt='Big Smile' /&gt;&lt;br&gt;&lt;br&gt;
&lt;img src="http://www.zeuswebworks.com/images/unknown_sender.jpg"&gt;</evnet:previewtext><dc:creator>&amp;#193;rni Gunnar Ragnarsson</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/249972-Overly-aggresive-spam-filters-on-WLM-/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/249972/Trackback.aspx</trackback:ping></item><item><title>Why is Rory MIA ? [Why is Rory MIA ?]</title><description>&lt;b&gt;&lt;a href="http://channel9.msdn.com/about.aspx&gt;check this page&lt;/a&gt;&lt;/b&gt; ...&lt;br&gt;&lt;br&gt;:(&amp;nbsp; [C]&amp;nbsp; :(&amp;nbsp; [C]&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/240584-Why-is-Rory-MIA-/'&gt;Why is Rory MIA ?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/240584/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/240584-Why-is-Rory-MIA-/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/240584-Why-is-Rory-MIA-/</link><pubDate>Tue, 17 Oct 2006 12:48:51 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/240584-Why-is-Rory-MIA-/</guid><evnet:views>3120</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/240584/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;b&gt;&lt;a href="/about.aspx"&gt;check this page&lt;/a&gt;&lt;/b&gt; ...&lt;br&gt;&lt;br&gt;&lt;img src='/emoticons/C9/emotion-6.gif' alt='Sad' /&gt;&amp;nbsp; [C]&amp;nbsp; &lt;img src='/emoticons/C9/emotion-6.gif' alt='Sad' /&gt;&amp;nbsp; [C]&lt;br&gt;</evnet:previewtext><dc:creator>&amp;#193;rni Gunnar Ragnarsson</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/240584-Why-is-Rory-MIA-/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/240584/Trackback.aspx</trackback:ping></item><item><title>Synergy for dual computer setup [Synergy for dual computer setup]</title><description>Hello everybody ... nice to be working on a saturday night :s&lt;br&gt;&lt;br&gt;I came across &lt;b&gt;&lt;a href="http://synergy2.sourceforge.net/"&gt;Synergy&lt;/a&gt;&lt;/b&gt; just a few minutes ago. In my home (and only) office I have a laptop and a desktop computer. I sometimes work on them both, and was thinkin of buying a KVM to connect my keybord and mouse to both computers.&lt;br&gt;&lt;br&gt;&lt;b&gt;&lt;a href="http://synergy2.sourceforge.net/"&gt;Synergy&lt;/a&gt;&lt;/b&gt; eliminates that problem. It is a software that shares the keyboard/mouse from one computer to many. You just install the software, set up one computer as the host, and connect the other computers to the host (install the software on those computers too).&lt;br&gt;&lt;br&gt;Now the computers I have work together as a single computer with multi-monitor setup. It's friggin cooool. It's a bit of a hassle to set up, the UI is totally insane, but this sh** works ... and it just made my weekend :D&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/239709-Synergy-for-dual-computer-setup/'&gt;Synergy for dual computer setup&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/239709/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/239709-Synergy-for-dual-computer-setup/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/239709-Synergy-for-dual-computer-setup/</link><pubDate>Fri, 13 Oct 2006 23:37:59 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/239709-Synergy-for-dual-computer-setup/</guid><evnet:views>5059</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/239709/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hello everybody ... nice to be working on a saturday night :sI came across Synergy just a few minutes ago. In my home (and only) office I have a laptop and a desktop computer. I sometimes work on them both, and was thinkin of buying a KVM to connect my keybord and mouse to both computers.Synergy eliminates that problem. It is a software that shares the keyboard/mouse from one computer to many. You just install the software, set up one computer as the host, and connect the other computers to the host (install the software on those computers too).Now the computers I have work together as a&amp;#8230;</evnet:previewtext><dc:creator>&amp;#193;rni Gunnar Ragnarsson</dc:creator><slash:comments>4</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/239709-Synergy-for-dual-computer-setup/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/239709/Trackback.aspx</trackback:ping></item><item><title>Today is the first day of the rest of my career [Today is the first day of the rest of my career]</title><description>Blog post: &lt;a href="http://www.zeuswebworks.com/2006/09/26/the-time-has-come/"&gt;&lt;b&gt;The time has come&lt;/b&gt;&lt;/a&gt;.&lt;br&gt;&lt;br&gt;As you can read in my blog post here above, to day is the first day of the rest of my career. Today I start work for my own company, as the only employee (let's just hope that is temporary).&lt;br&gt;&lt;br&gt;&lt;a href="http://www.zeuswebworks.com/"&gt;&lt;b&gt;ZEUS web works&lt;/b&gt;&lt;/a&gt; is the name, and I already have some clients that I will work for every month. I am going to specialize in on-line admin tools for comanies, web based internal systems if you will.&lt;br&gt;&lt;br&gt;Right now I am putting the finishing touches on phase 1 in a pretty big system for 3 travel companies (1 company, 3 brands). And I have started work for a small company in Iceland for their customer admin tool.&lt;br&gt;&lt;br&gt;And the best thing is that I managed to sell my former employer a considerable amount of work every month ...&lt;br&gt;&lt;br&gt;So I hope the future is bright, I am very excited ... I just wanted to share my news with everybody here.&lt;br&gt;&lt;br&gt;:D&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/235021-Today-is-the-first-day-of-the-rest-of-my-career/'&gt;Today is the first day of the rest of my career&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/235021/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/235021-Today-is-the-first-day-of-the-rest-of-my-career/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/235021-Today-is-the-first-day-of-the-rest-of-my-career/</link><pubDate>Mon, 02 Oct 2006 07:43:34 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/235021-Today-is-the-first-day-of-the-rest-of-my-career/</guid><evnet:views>3607</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/235021/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Blog post: &lt;a href="http://www.zeuswebworks.com/2006/09/26/the-time-has-come/"&gt;&lt;b&gt;The time has come&lt;/b&gt;&lt;/a&gt;.&lt;br&gt;&lt;br&gt;As you can read in my blog post here above, to day is the first day of the rest of my career. Today I start work for my own company, as the only employee (let's just hope that is temporary).&lt;br&gt;&lt;br&gt;&lt;a href="http://www.zeuswebworks.com/"&gt;&lt;b&gt;ZEUS web works&lt;/b&gt;&lt;/a&gt; is the name, and I already have some clients that I will work for every month. I am going to specialize in on-line admin tools for comanies, web based internal systems if you will.&lt;br&gt;&lt;br&gt;</evnet:previewtext><dc:creator>&amp;#193;rni Gunnar Ragnarsson</dc:creator><slash:comments>7</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/235021-Today-is-the-first-day-of-the-rest-of-my-career/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/235021/Trackback.aspx</trackback:ping></item><item><title>ZEUS web works re-launched [ZEUS web works re-launched]</title><description>Well ... I finally finished my new site and put it out there. It has been down for the last few months, and I took the time from the World Cup and my coding duties to design a totally new site and put up some content there.&lt;br&gt;&lt;br&gt;&lt;b&gt;&lt;a href="http://www.zeuswebworks.com/"&gt;www.zeuswebworks.com&lt;/a&gt;&lt;/b&gt;&lt;br&gt;&lt;br&gt;Would be grateful if you could go through the site and point out something that is not working (if you can) ... I tend to get pretty blind on my own projects :s&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/208463-ZEUS-web-works-re-launched/'&gt;ZEUS web works re-launched&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/208463/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/208463-ZEUS-web-works-re-launched/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/208463-ZEUS-web-works-re-launched/</link><pubDate>Sat, 08 Jul 2006 23:49:36 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/208463-ZEUS-web-works-re-launched/</guid><evnet:views>5787</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/208463/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Well ... I finally finished my new site and put it out there. It has been down for the last few months, and I took the time from the World Cup and my coding duties to design a totally new site and put up some content there.&lt;br&gt;&lt;br&gt;&lt;b&gt;&lt;a href="http://www.zeuswebworks.com/"&gt;www.zeuswebworks.com&lt;/a&gt;&lt;/b&gt;&lt;br&gt;&lt;br&gt;Would be grateful if you could go through the site and point out something that is not working (if you can) ... I tend to get pretty blind on my own projects &lt;img src='/emoticons/C9/emotion-7.gif' alt='Perplexed' /&gt;&lt;br&gt;</evnet:previewtext><dc:creator>&amp;#193;rni Gunnar Ragnarsson</dc:creator><slash:comments>11</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/208463-ZEUS-web-works-re-launched/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/208463/Trackback.aspx</trackback:ping></item><item><title>Do you bodygroom ?? [Do you bodygroom ??]</title><description>&lt;a href="http://www.shaveeverywhere.com/"&gt;www.shaveeverywhere.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;:D&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/183951-Do-you-bodygroom-/'&gt;Do you bodygroom ??&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/183951/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/183951-Do-you-bodygroom-/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/183951-Do-you-bodygroom-/</link><pubDate>Tue, 02 May 2006 22:42:08 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/183951-Do-you-bodygroom-/</guid><evnet:views>10628</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/183951/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;a href="http://www.shaveeverywhere.com/"&gt;www.shaveeverywhere.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;img src='/emoticons/C9/emotion-2.gif' alt='Big Smile' /&gt;&lt;br&gt;</evnet:previewtext><dc:creator>&amp;#193;rni Gunnar Ragnarsson</dc:creator><slash:comments>18</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/183951-Do-you-bodygroom-/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/183951/Trackback.aspx</trackback:ping></item></channel></rss>