<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" 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:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>StegLog</title>
    <link>http://blog.stegnar.com/</link>
    <description>Reflections on Software Development</description>
    <language>en-us</language>
    <copyright>Peter Stegnar</copyright>
    <lastBuildDate>Thu, 02 Jun 2011 06:21:14 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.3.9074.18820</generator>
    <managingEditor>peter@stegnar.com</managingEditor>
    <webMaster>peter@stegnar.com</webMaster>
    <item>
      <trackback:ping>http://blog.stegnar.com/Trackback.aspx?guid=73d86e00-b588-49dc-98e8-d0d4abcb51d6</trackback:ping>
      <pingback:server>http://blog.stegnar.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.stegnar.com/PermaLink,guid,73d86e00-b588-49dc-98e8-d0d4abcb51d6.aspx</pingback:target>
      <dc:creator>Peter Stegnar</dc:creator>
      <wfw:comment>http://blog.stegnar.com/CommentView,guid,73d86e00-b588-49dc-98e8-d0d4abcb51d6.aspx</wfw:comment>
      <wfw:commentRss>http://blog.stegnar.com/SyndicationService.asmx/GetEntryCommentsRss?guid=73d86e00-b588-49dc-98e8-d0d4abcb51d6</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">I am hard working in new company on a new
exciting project <a href="http://www.slidemotion.com/">Slidemotion</a>. Slidemotion
will enable users to make stunning videos from their pictures at no time. 
<br /><br />
In comming weeks public beta will be out, so stay tuned via our teaser page <a href="http://www.slidemotion.com/">http://www.slidemotion.com/</a>!<br /><br /><img src="http://www.slidemotion.com/Content/Images/General/Carousel/SLIDEMOTION_landing-photo.jpg" height="249" width="557" /><br /><p></p><img width="0" height="0" src="http://blog.stegnar.com/aggbug.ashx?id=73d86e00-b588-49dc-98e8-d0d4abcb51d6" /></body>
      <title>Slidemotion.com</title>
      <guid isPermaLink="false">http://blog.stegnar.com/PermaLink,guid,73d86e00-b588-49dc-98e8-d0d4abcb51d6.aspx</guid>
      <link>http://blog.stegnar.com/2011/06/02/Slidemotioncom.aspx</link>
      <pubDate>Thu, 02 Jun 2011 06:21:14 GMT</pubDate>
      <description>I am hard working in new company on a new exciting project &lt;a href="http://www.slidemotion.com/"&gt;Slidemotion&lt;/a&gt;.
Slidemotion will enable users to make stunning videos from their pictures at no time. 
&lt;br&gt;
&lt;br&gt;
In comming weeks public beta will be out, so stay tuned via our teaser page &lt;a href="http://www.slidemotion.com/"&gt;http://www.slidemotion.com/&lt;/a&gt;!&lt;br&gt;
&lt;br&gt;
&lt;img src="http://www.slidemotion.com/Content/Images/General/Carousel/SLIDEMOTION_landing-photo.jpg" height="249" width="557"&gt;
&lt;br&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blog.stegnar.com/aggbug.ashx?id=73d86e00-b588-49dc-98e8-d0d4abcb51d6" /&gt;</description>
      <comments>http://blog.stegnar.com/CommentView,guid,73d86e00-b588-49dc-98e8-d0d4abcb51d6.aspx</comments>
      <category>Slidemotion</category>
    </item>
    <item>
      <trackback:ping>http://blog.stegnar.com/Trackback.aspx?guid=595e33e0-d126-4e3a-81e3-bf6837ac18a7</trackback:ping>
      <pingback:server>http://blog.stegnar.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.stegnar.com/PermaLink,guid,595e33e0-d126-4e3a-81e3-bf6837ac18a7.aspx</pingback:target>
      <dc:creator>Peter Stegnar</dc:creator>
      <wfw:comment>http://blog.stegnar.com/CommentView,guid,595e33e0-d126-4e3a-81e3-bf6837ac18a7.aspx</wfw:comment>
      <wfw:commentRss>http://blog.stegnar.com/SyndicationService.asmx/GetEntryCommentsRss?guid=595e33e0-d126-4e3a-81e3-bf6837ac18a7</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">To outsorce existing authentication on
ASP.NET application you have possibility to implement so called "Passive STS".<br /><br /><a href="http://channel9.msdn.com/Learn/Courses/IdentityTrainingCourse/ASPNETMembershipProviderAndFederation/MembershipAndFederationLab/Exercise-1-Enhance-an-ASPNET-Membership-Website-with-Identity-Provider-Capabilities-and-Use-it-from-">http://channel9.msdn.com/Learn/Courses/IdentityTrainingCourse/ASPNETMembershipProviderAndFederation/MembershipAndFederationLab/Exercise-1-Enhance-an-ASPNET-Membership-Website-with-Identity-Provider-Capabilities-and-Use-it-from-</a><br /><br />
Or implement "Active STS" to use membership provider.<br /><br /><a href="http://channel9.msdn.com/Learn/Courses/IdentityTrainingCourse/WebSitesAndIdentity/WebSitesAndIdentityLab/Exercise-2-Customizing-the-Credentials-Accepted-by-a-Local-STS">http://channel9.msdn.com/Learn/Courses/IdentityTrainingCourse/WebSitesAndIdentity/WebSitesAndIdentityLab/Exercise-2-Customizing-the-Credentials-Accepted-by-a-Local-STS</a><br /><p></p><img width="0" height="0" src="http://blog.stegnar.com/aggbug.ashx?id=595e33e0-d126-4e3a-81e3-bf6837ac18a7" /></body>
      <title>Outsource of the existing ASP.NET Membership (authentication)</title>
      <guid isPermaLink="false">http://blog.stegnar.com/PermaLink,guid,595e33e0-d126-4e3a-81e3-bf6837ac18a7.aspx</guid>
      <link>http://blog.stegnar.com/2010/12/23/OutsourceOfTheExistingASPNETMembershipAuthentication.aspx</link>
      <pubDate>Thu, 23 Dec 2010 08:02:39 GMT</pubDate>
      <description>To outsorce existing authentication on ASP.NET application you have possibility to implement so called "Passive STS".&lt;br&gt;
&lt;br&gt;
&lt;a href="http://channel9.msdn.com/Learn/Courses/IdentityTrainingCourse/ASPNETMembershipProviderAndFederation/MembershipAndFederationLab/Exercise-1-Enhance-an-ASPNET-Membership-Website-with-Identity-Provider-Capabilities-and-Use-it-from-"&gt;http://channel9.msdn.com/Learn/Courses/IdentityTrainingCourse/ASPNETMembershipProviderAndFederation/MembershipAndFederationLab/Exercise-1-Enhance-an-ASPNET-Membership-Website-with-Identity-Provider-Capabilities-and-Use-it-from-&lt;/a&gt;
&lt;br&gt;
&lt;br&gt;
Or implement "Active STS" to use membership provider.&lt;br&gt;
&lt;br&gt;
&lt;a href="http://channel9.msdn.com/Learn/Courses/IdentityTrainingCourse/WebSitesAndIdentity/WebSitesAndIdentityLab/Exercise-2-Customizing-the-Credentials-Accepted-by-a-Local-STS"&gt;http://channel9.msdn.com/Learn/Courses/IdentityTrainingCourse/WebSitesAndIdentity/WebSitesAndIdentityLab/Exercise-2-Customizing-the-Credentials-Accepted-by-a-Local-STS&lt;/a&gt;
&lt;br&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blog.stegnar.com/aggbug.ashx?id=595e33e0-d126-4e3a-81e3-bf6837ac18a7" /&gt;</description>
      <comments>http://blog.stegnar.com/CommentView,guid,595e33e0-d126-4e3a-81e3-bf6837ac18a7.aspx</comments>
      <category>.NET</category>
      <category>ASP.NET</category>
      <category>STS</category>
    </item>
    <item>
      <trackback:ping>http://blog.stegnar.com/Trackback.aspx?guid=c58ce14c-322f-40cb-8e0f-457fc651ecc0</trackback:ping>
      <pingback:server>http://blog.stegnar.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.stegnar.com/PermaLink,guid,c58ce14c-322f-40cb-8e0f-457fc651ecc0.aspx</pingback:target>
      <dc:creator>Peter Stegnar</dc:creator>
      <wfw:comment>http://blog.stegnar.com/CommentView,guid,c58ce14c-322f-40cb-8e0f-457fc651ecc0.aspx</wfw:comment>
      <wfw:commentRss>http://blog.stegnar.com/SyndicationService.asmx/GetEntryCommentsRss?guid=c58ce14c-322f-40cb-8e0f-457fc651ecc0</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">Kakor kaže se je Microsoft odločil polno
podpreti HTML, kot edino web platformo. Meni se to zdi zelo pametno.<br /><br />
Sicer je pa bil Silverlight od samega začetka (dobra) nišna tehnologija, predvsem
za poslovne aplikacije, recimo. Ne predstavjam pa si, da bi tekel kakšen portal v
celoti na Silverlight tehnologiji.<br /><br />
Več: <a href="http://www.monitor.si/novica/microsoft-silverlight-nadomesca-s-html/">http://www.monitor.si/novica/microsoft-silverlight-nadomesca-s-html/</a><br /><p></p><img width="0" height="0" src="http://blog.stegnar.com/aggbug.ashx?id=c58ce14c-322f-40cb-8e0f-457fc651ecc0" /></body>
      <title>Microsoft Silverlight strategija</title>
      <guid isPermaLink="false">http://blog.stegnar.com/PermaLink,guid,c58ce14c-322f-40cb-8e0f-457fc651ecc0.aspx</guid>
      <link>http://blog.stegnar.com/2010/10/30/MicrosoftSilverlightStrategija.aspx</link>
      <pubDate>Sat, 30 Oct 2010 15:08:18 GMT</pubDate>
      <description>Kakor kaže se je Microsoft odločil polno podpreti HTML, kot edino web platformo. Meni se to zdi zelo pametno.&lt;br&gt;
&lt;br&gt;
Sicer je pa bil Silverlight od samega začetka (dobra) nišna tehnologija, predvsem
za poslovne aplikacije, recimo. Ne predstavjam pa si, da bi tekel kakšen portal v
celoti na Silverlight tehnologiji.&lt;br&gt;
&lt;br&gt;
Več: &lt;a href="http://www.monitor.si/novica/microsoft-silverlight-nadomesca-s-html/"&gt;http://www.monitor.si/novica/microsoft-silverlight-nadomesca-s-html/&lt;/a&gt;
&lt;br&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blog.stegnar.com/aggbug.ashx?id=c58ce14c-322f-40cb-8e0f-457fc651ecc0" /&gt;</description>
      <comments>http://blog.stegnar.com/CommentView,guid,c58ce14c-322f-40cb-8e0f-457fc651ecc0.aspx</comments>
      <category>silverlight</category>
    </item>
    <item>
      <trackback:ping>http://blog.stegnar.com/Trackback.aspx?guid=4fe2f767-a8b5-44ea-9b8f-23aa06a71936</trackback:ping>
      <pingback:server>http://blog.stegnar.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.stegnar.com/PermaLink,guid,4fe2f767-a8b5-44ea-9b8f-23aa06a71936.aspx</pingback:target>
      <dc:creator>Peter Stegnar</dc:creator>
      <wfw:comment>http://blog.stegnar.com/CommentView,guid,4fe2f767-a8b5-44ea-9b8f-23aa06a71936.aspx</wfw:comment>
      <wfw:commentRss>http://blog.stegnar.com/SyndicationService.asmx/GetEntryCommentsRss?guid=4fe2f767-a8b5-44ea-9b8f-23aa06a71936</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">Today I have posted a <a href="http://superuser.com/questions/119810/best-free-music-player-for-symbian-os">question </a>on <a href="http://superuser.com/">Super
User</a> site about music player on the mobile device which users OS.<br /><br />
I think that device that run some form of the OS are computers (among other). Period.
As they are computers they belong to the Super User site. Period.<br /><p></p><br /><img src="http://blog.stegnar.com/content/binary/su_notComputer[1].jpg" border="0" height="552" width="645" /><br /><br />
Dear reader, what do you think?<br /><img width="0" height="0" src="http://blog.stegnar.com/aggbug.ashx?id=4fe2f767-a8b5-44ea-9b8f-23aa06a71936" /></body>
      <title>Super User - not computer question?</title>
      <guid isPermaLink="false">http://blog.stegnar.com/PermaLink,guid,4fe2f767-a8b5-44ea-9b8f-23aa06a71936.aspx</guid>
      <link>http://blog.stegnar.com/2010/03/14/SuperUserNotComputerQuestion.aspx</link>
      <pubDate>Sun, 14 Mar 2010 19:48:44 GMT</pubDate>
      <description>Today I have posted a &lt;a href="http://superuser.com/questions/119810/best-free-music-player-for-symbian-os"&gt;question &lt;/a&gt;on &lt;a href="http://superuser.com/"&gt;Super
User&lt;/a&gt; site about music player on the mobile device which users OS.&lt;br&gt;
&lt;br&gt;
I think that device that run some form of the OS are computers (among other). Period.
As they are computers they belong to the Super User site. Period.&lt;br&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;br&gt;
&lt;img src="http://blog.stegnar.com/content/binary/su_notComputer[1].jpg" border="0" height="552" width="645"&gt;
&lt;br&gt;
&lt;br&gt;
Dear reader, what do you think?&lt;br&gt;
&lt;img width="0" height="0" src="http://blog.stegnar.com/aggbug.ashx?id=4fe2f767-a8b5-44ea-9b8f-23aa06a71936" /&gt;</description>
      <comments>http://blog.stegnar.com/CommentView,guid,4fe2f767-a8b5-44ea-9b8f-23aa06a71936.aspx</comments>
      <category>super user</category>
    </item>
    <item>
      <trackback:ping>http://blog.stegnar.com/Trackback.aspx?guid=e770ad5e-ecf8-4fda-9941-28f3c037ea99</trackback:ping>
      <pingback:server>http://blog.stegnar.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.stegnar.com/PermaLink,guid,e770ad5e-ecf8-4fda-9941-28f3c037ea99.aspx</pingback:target>
      <dc:creator>Peter Stegnar</dc:creator>
      <wfw:comment>http://blog.stegnar.com/CommentView,guid,e770ad5e-ecf8-4fda-9941-28f3c037ea99.aspx</wfw:comment>
      <wfw:commentRss>http://blog.stegnar.com/SyndicationService.asmx/GetEntryCommentsRss?guid=e770ad5e-ecf8-4fda-9941-28f3c037ea99</wfw:commentRss>
      <slash:comments>3</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">Today Slovenian Microsoft subsidy started
with NTK 2010 home page which looks really cool, especially with integrated Telerik
controls.<br /><br />
BUT,<br /><br />
if you would like to apply to the conference, a problem arise. Especially if you are
a company attender. You could not apply to the NTK because site .. ehm .. crashes. <a href="http://www.google.com/#hl=en&amp;safe=off&amp;q=YSOD&amp;aq=f&amp;aqi=g-s2g-ms1&amp;oq=&amp;fp=c5aa4278f68e4a4">YSOD</a>.
Good for them that they exclude exception trace. Oh yeah, this is the default setting.<br /><br />
So, if you are a non-company attender good for you, you can apply.<br /><br /><img src="http://img268.imageshack.us/img268/5197/naturalpersonntk2010.png" height="346" width="664" /><br /><br />
But if you are company. Go home.<br /><br /><img src="http://img222.imageshack.us/img222/2250/ysodntk2010.jpg" height="346" width="669" /><br /><br />
Dear Slovene Microsoft, it is really unprofessional to unleash the web page that even
basic functionality is crashing. 
<br /><p></p><img width="0" height="0" src="http://blog.stegnar.com/aggbug.ashx?id=e770ad5e-ecf8-4fda-9941-28f3c037ea99" /></body>
      <title> NTK Conference 2010 does not like company attenders</title>
      <guid isPermaLink="false">http://blog.stegnar.com/PermaLink,guid,e770ad5e-ecf8-4fda-9941-28f3c037ea99.aspx</guid>
      <link>http://blog.stegnar.com/2010/02/23/NTKConference2010DoesNotLikeCompanyAttenders.aspx</link>
      <pubDate>Tue, 23 Feb 2010 13:35:43 GMT</pubDate>
      <description>Today Slovenian Microsoft subsidy started with NTK 2010 home page which looks really cool, especially with integrated Telerik controls.&lt;br&gt;
&lt;br&gt;
BUT,&lt;br&gt;
&lt;br&gt;
if you would like to apply to the conference, a problem arise. Especially if you are
a company attender. You could not apply to the NTK because site .. ehm .. crashes. &lt;a href="http://www.google.com/#hl=en&amp;amp;safe=off&amp;amp;q=YSOD&amp;amp;aq=f&amp;amp;aqi=g-s2g-ms1&amp;amp;oq=&amp;amp;fp=c5aa4278f68e4a4"&gt;YSOD&lt;/a&gt;.
Good for them that they exclude exception trace. Oh yeah, this is the default setting.&lt;br&gt;
&lt;br&gt;
So, if you are a non-company attender good for you, you can apply.&lt;br&gt;
&lt;br&gt;
&lt;img src="http://img268.imageshack.us/img268/5197/naturalpersonntk2010.png" height="346" width="664"&gt;
&lt;br&gt;
&lt;br&gt;
But if you are company. Go home.&lt;br&gt;
&lt;br&gt;
&lt;img src="http://img222.imageshack.us/img222/2250/ysodntk2010.jpg" height="346" width="669"&gt;
&lt;br&gt;
&lt;br&gt;
Dear Slovene Microsoft, it is really unprofessional to unleash the web page that even
basic functionality is crashing. 
&lt;br&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blog.stegnar.com/aggbug.ashx?id=e770ad5e-ecf8-4fda-9941-28f3c037ea99" /&gt;</description>
      <comments>http://blog.stegnar.com/CommentView,guid,e770ad5e-ecf8-4fda-9941-28f3c037ea99.aspx</comments>
      <category>Microsoft</category>
      <category>crash</category>
      <category>NTK</category>
    </item>
    <item>
      <trackback:ping>http://blog.stegnar.com/Trackback.aspx?guid=6b8a7a2c-b8e3-4eec-a6cc-8a8f81876c3b</trackback:ping>
      <pingback:server>http://blog.stegnar.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.stegnar.com/PermaLink,guid,6b8a7a2c-b8e3-4eec-a6cc-8a8f81876c3b.aspx</pingback:target>
      <dc:creator>Peter Stegnar</dc:creator>
      <wfw:comment>http://blog.stegnar.com/CommentView,guid,6b8a7a2c-b8e3-4eec-a6cc-8a8f81876c3b.aspx</wfw:comment>
      <wfw:commentRss>http://blog.stegnar.com/SyndicationService.asmx/GetEntryCommentsRss?guid=6b8a7a2c-b8e3-4eec-a6cc-8a8f81876c3b</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">I have just received a Google Wave invitation! 
<br /><p></p><img src="http://blog.stegnar.com/content/binary/waweInvintation.png" border="0" height="356" width="578" /><br />
Let's wave together! If you want an invitation, just let me know.<br /><img width="0" height="0" src="http://blog.stegnar.com/aggbug.ashx?id=6b8a7a2c-b8e3-4eec-a6cc-8a8f81876c3b" /></body>
      <title>Google Wave</title>
      <guid isPermaLink="false">http://blog.stegnar.com/PermaLink,guid,6b8a7a2c-b8e3-4eec-a6cc-8a8f81876c3b.aspx</guid>
      <link>http://blog.stegnar.com/2009/11/11/GoogleWave.aspx</link>
      <pubDate>Wed, 11 Nov 2009 04:36:59 GMT</pubDate>
      <description>I have just received a Google Wave invitation! &lt;br&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img src="http://blog.stegnar.com/content/binary/waweInvintation.png" border="0" height="356" width="578"&gt;
&lt;br&gt;
Let's wave together! If you want an invitation, just let me know.&lt;br&gt;
&lt;img width="0" height="0" src="http://blog.stegnar.com/aggbug.ashx?id=6b8a7a2c-b8e3-4eec-a6cc-8a8f81876c3b" /&gt;</description>
      <comments>http://blog.stegnar.com/CommentView,guid,6b8a7a2c-b8e3-4eec-a6cc-8a8f81876c3b.aspx</comments>
      <category>google</category>
    </item>
    <item>
      <trackback:ping>http://blog.stegnar.com/Trackback.aspx?guid=da8438d0-274a-4799-8aff-8519acc6e0b5</trackback:ping>
      <pingback:server>http://blog.stegnar.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.stegnar.com/PermaLink,guid,da8438d0-274a-4799-8aff-8519acc6e0b5.aspx</pingback:target>
      <dc:creator>Peter Stegnar</dc:creator>
      <wfw:comment>http://blog.stegnar.com/CommentView,guid,da8438d0-274a-4799-8aff-8519acc6e0b5.aspx</wfw:comment>
      <wfw:commentRss>http://blog.stegnar.com/SyndicationService.asmx/GetEntryCommentsRss?guid=da8438d0-274a-4799-8aff-8519acc6e0b5</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">I have started an interesting finance domain
project based on newest technologies available (yeah, I love problems and to learn
something new) on .NET platform. I will write more about as project will progress
or maybe not because it might be a failure, you never know.<br /><br />
So I wanted to present a technology stack of this project:<br /><br />
Infrastructure:<ul><li>
good old SVN (TFS 2010 would be an interesting option I was not be a one-man-band,
also <a href="http://git-scm.com/">git </a>or <a href="http://mercurial.selenic.com/">mercurial </a>would
be a nice, maybe even better option. But we have what we have.)</li><li>
Windows Server 2008 (R2)<br /></li><li>
MS SQL Server 2008</li></ul>
IDE: 
<ul><li>
Visual Studio 2010 Beta 2 + Resharper 5.0 Beta<br /></li></ul>
Technologies:<br /><ul><li>
.NET 4, C# 4, ASP.NET MVC 2 Preview 2, jQuery, LINQ, PLINQ, Entity Framework, Parallel
Library, F# (for calculations mostly), WCF (.NET 4), ...<br /></li></ul>
Other:<br /><ul><li>
VS2010 Unit testing, VS2010 UML modelling, ...</li></ul>
A sneak peek HLA design (I have "abuse" - or not - component UML modelling):<img src="file:///C:/Users/peters/AppData/Local/Temp/moz-screenshot.png" alt="" /><br /><img src="http://blog.stegnar.com/content/binary/AutoTraderHLA[1].png" border="0" height="380" width="636" /><br />
I have yet to specify where will domain logic go (calculations). But this not affect
HLA at all. As I write this I have done and overcome main design issues and "design
coding". Now I will start to deal more with "content" or put it another way, house
is build but rooms are empty.<br /><br />
And to be clear this is my personal project.<br /><img width="0" height="0" src="http://blog.stegnar.com/aggbug.ashx?id=da8438d0-274a-4799-8aff-8519acc6e0b5" /></body>
      <title>AutoTrader </title>
      <guid isPermaLink="false">http://blog.stegnar.com/PermaLink,guid,da8438d0-274a-4799-8aff-8519acc6e0b5.aspx</guid>
      <link>http://blog.stegnar.com/2009/11/05/AutoTrader.aspx</link>
      <pubDate>Thu, 05 Nov 2009 10:24:50 GMT</pubDate>
      <description>I have started an interesting finance domain project based on newest technologies available (yeah, I love problems and to learn something new) on .NET platform. I will write more about as project will progress or maybe not because it might be a failure, you never know.&lt;br&gt;
&lt;br&gt;
So I wanted to present a technology stack of this project:&lt;br&gt;
&lt;br&gt;
Infrastructure:&lt;ul&gt;
&lt;li&gt;
good old SVN (TFS 2010 would be an interesting option I was not be a one-man-band,
also &lt;a href="http://git-scm.com/"&gt;git &lt;/a&gt;or &lt;a href="http://mercurial.selenic.com/"&gt;mercurial &lt;/a&gt;would
be a nice, maybe even better option. But we have what we have.)&lt;/li&gt;
&lt;li&gt;
Windows Server 2008 (R2)&lt;br&gt;
&lt;/li&gt;
&lt;li&gt;
MS SQL Server 2008&lt;/li&gt;
&lt;/ul&gt;
IDE: 
&lt;ul&gt;
&lt;li&gt;
Visual Studio 2010 Beta 2 + Resharper 5.0 Beta&lt;br&gt;
&lt;/li&gt;
&lt;/ul&gt;
Technologies:&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;
.NET 4, C# 4, ASP.NET MVC 2 Preview 2, jQuery, LINQ, PLINQ, Entity Framework, Parallel
Library, F# (for calculations mostly), WCF (.NET 4), ...&lt;br&gt;
&lt;/li&gt;
&lt;/ul&gt;
Other:&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;
VS2010 Unit testing, VS2010 UML modelling, ...&lt;/li&gt;
&lt;/ul&gt;
A sneak peek HLA design (I have "abuse" - or not - component UML modelling):&lt;img src="file:///C:/Users/peters/AppData/Local/Temp/moz-screenshot.png" alt=""&gt;
&lt;br&gt;
&lt;img src="http://blog.stegnar.com/content/binary/AutoTraderHLA[1].png" border="0" height="380" width="636"&gt;
&lt;br&gt;
I have yet to specify where will domain logic go (calculations). But this not affect
HLA at all. As I write this I have done and overcome main design issues and "design
coding". Now I will start to deal more with "content" or put it another way, house
is build but rooms are empty.&lt;br&gt;
&lt;br&gt;
And to be clear this is my personal project.&lt;br&gt;
&lt;img width="0" height="0" src="http://blog.stegnar.com/aggbug.ashx?id=da8438d0-274a-4799-8aff-8519acc6e0b5" /&gt;</description>
      <comments>http://blog.stegnar.com/CommentView,guid,da8438d0-274a-4799-8aff-8519acc6e0b5.aspx</comments>
      <category>.NET</category>
      <category>AutoTrader</category>
    </item>
    <item>
      <trackback:ping>http://blog.stegnar.com/Trackback.aspx?guid=0d5da626-e49e-4219-8b66-c1e2f976556a</trackback:ping>
      <pingback:server>http://blog.stegnar.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.stegnar.com/PermaLink,guid,0d5da626-e49e-4219-8b66-c1e2f976556a.aspx</pingback:target>
      <dc:creator>Peter Stegnar</dc:creator>
      <wfw:comment>http://blog.stegnar.com/CommentView,guid,0d5da626-e49e-4219-8b66-c1e2f976556a.aspx</wfw:comment>
      <wfw:commentRss>http://blog.stegnar.com/SyndicationService.asmx/GetEntryCommentsRss?guid=0d5da626-e49e-4219-8b66-c1e2f976556a</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">Yes! Resharper for Visual Studio 2010 Beta
2 is out. I have become aware how addicted I have became of the Resharper, when I
have initially install Visual Studio 2010 Beta 2 and start develop within it.<br /><br />
I just missed something - a lot. Resharper really simplify development. Personally
what I love most:<br /><ul><li>
Automatic addition of the "using" directives</li><li>
smarter itellisense<br /></li><li>
development time error cheking (otherwise you have to build to see them)</li><li>
a lot of shortcuts (e.g. ctrl+e,u)</li></ul>
So, the problem was that I was not sure that Resharper support a newly coming Visual
Studio 2010. Good news it supports! Well JetBrains provides an <a href="http://www.jetbrains.net/confluence/display/ReSharper/ReSharper+5.0+Nightly+Builds">EAP </a>(Early
Access Program) and since 29 Oct. <a href="http://www.jetbrains.com/resharper/documentation/resharper5_vs_resharper45.html">Resharper
5.0</a> beta supports VS2010 Beta 2! So far as I tested (today version <a href="http://download.jetbrains.com/resharper/ReSharperSetup.5.0.1528.21.msi">1528</a>)
it working smoothly. I have entered licence data from Resharper 4.5 and it works.<br /><p></p><img width="0" height="0" src="http://blog.stegnar.com/aggbug.ashx?id=0d5da626-e49e-4219-8b66-c1e2f976556a" /></body>
      <title>Resharper 5.0 and Visual Studio 2010</title>
      <guid isPermaLink="false">http://blog.stegnar.com/PermaLink,guid,0d5da626-e49e-4219-8b66-c1e2f976556a.aspx</guid>
      <link>http://blog.stegnar.com/2009/11/04/Resharper50AndVisualStudio2010.aspx</link>
      <pubDate>Wed, 04 Nov 2009 14:08:59 GMT</pubDate>
      <description>Yes! Resharper for Visual Studio 2010 Beta 2 is out. I have become aware how addicted I have became of the Resharper, when I have initially install Visual Studio 2010 Beta 2 and start develop within it.&lt;br&gt;
&lt;br&gt;
I just missed something - a lot. Resharper really simplify development. Personally
what I love most:&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;
Automatic addition of the "using" directives&lt;/li&gt;
&lt;li&gt;
smarter itellisense&lt;br&gt;
&lt;/li&gt;
&lt;li&gt;
development time error cheking (otherwise you have to build to see them)&lt;/li&gt;
&lt;li&gt;
a lot of shortcuts (e.g. ctrl+e,u)&lt;/li&gt;
&lt;/ul&gt;
So, the problem was that I was not sure that Resharper support a newly coming Visual
Studio 2010. Good news it supports! Well JetBrains provides an &lt;a href="http://www.jetbrains.net/confluence/display/ReSharper/ReSharper+5.0+Nightly+Builds"&gt;EAP &lt;/a&gt;(Early
Access Program) and since 29 Oct. &lt;a href="http://www.jetbrains.com/resharper/documentation/resharper5_vs_resharper45.html"&gt;Resharper
5.0&lt;/a&gt; beta supports VS2010 Beta 2! So far as I tested (today version &lt;a href="http://download.jetbrains.com/resharper/ReSharperSetup.5.0.1528.21.msi"&gt;1528&lt;/a&gt;)
it working smoothly. I have entered licence data from Resharper 4.5 and it works.&lt;br&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blog.stegnar.com/aggbug.ashx?id=0d5da626-e49e-4219-8b66-c1e2f976556a" /&gt;</description>
      <comments>http://blog.stegnar.com/CommentView,guid,0d5da626-e49e-4219-8b66-c1e2f976556a.aspx</comments>
      <category>resharper</category>
      <category>visual studio</category>
    </item>
    <item>
      <trackback:ping>http://blog.stegnar.com/Trackback.aspx?guid=fd869311-d0ff-4ec8-b354-4ac9f588e7a6</trackback:ping>
      <pingback:server>http://blog.stegnar.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.stegnar.com/PermaLink,guid,fd869311-d0ff-4ec8-b354-4ac9f588e7a6.aspx</pingback:target>
      <dc:creator>Peter Stegnar</dc:creator>
      <wfw:comment>http://blog.stegnar.com/CommentView,guid,fd869311-d0ff-4ec8-b354-4ac9f588e7a6.aspx</wfw:comment>
      <wfw:commentRss>http://blog.stegnar.com/SyndicationService.asmx/GetEntryCommentsRss?guid=fd869311-d0ff-4ec8-b354-4ac9f588e7a6</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">Sorry for the inaccessibility of the site
for a few days. In is totally unacceptable, but this is the price for running server
at home. The cause of the site outage was good old home router WBR-3406TX. It was
really old and it served well till ... the end.<br /><br /><img src="http://blog.stegnar.com/content/binary/IG010314.jpg" border="0" /><br /><br />
First thing in the yesterday morning I did was to order a new router. I did a little
research during the weekend which one to buy. I was totality about <a href="http://www.linksysbycisco.com/US/en/products/WRT160NL">Linksys
WRT160NL</a>. It has really some nice features (USB port, detachable antennas) on
top of a powerful hardware (400Mhz CPU, for instance). I would flash it with <a href="http://www.dd-wrt.com/site/index">DD-WRT</a> firmware.<br /><br />
But in the end pragmatism won. I really need only basic routing functionality. So
I smartly picked up a <a href="http://www.mimovrste.com/artikel/1140445019/brezzicni-router-tp-link-tl-wr642g-108mb-v4">most
popular router</a> in one of the popular <a href="http://www.mimovrste.com/">Slovene
computer hardware store</a>. It is TP-Link TL-WR642G. 
<br /><br /><img src="http://blog.stegnar.com/content/binary/WR642G.jpg" border="0" /><br /><br />
Probably you do not know even the manufacture. Do not now worry, I did not either.
But anyway, the idea worked perfectly. I got inexpensive reliable router which do
exactly what I need and nothing more. And that is what we should always do. <b>Do
nothing more and nothing less what is necessary.</b><br /><br /><img width="0" height="0" src="http://blog.stegnar.com/aggbug.ashx?id=fd869311-d0ff-4ec8-b354-4ac9f588e7a6" /></body>
      <title>Old router -&gt; New router</title>
      <guid isPermaLink="false">http://blog.stegnar.com/PermaLink,guid,fd869311-d0ff-4ec8-b354-4ac9f588e7a6.aspx</guid>
      <link>http://blog.stegnar.com/2009/10/20/OldRouterNewRouter.aspx</link>
      <pubDate>Tue, 20 Oct 2009 17:52:23 GMT</pubDate>
      <description>Sorry for the inaccessibility of the site for a few days. In is totally unacceptable, but this is the price for running server at home. The cause of the site outage was good old home router WBR-3406TX. It was really old and it served well till ... the end.&lt;br&gt;
&lt;br&gt;
&lt;img src="http://blog.stegnar.com/content/binary/IG010314.jpg" border="0"&gt;
&lt;br&gt;
&lt;br&gt;
First thing in the yesterday morning I did was to order a new router. I did a little
research during the weekend which one to buy. I was totality about &lt;a href="http://www.linksysbycisco.com/US/en/products/WRT160NL"&gt;Linksys
WRT160NL&lt;/a&gt;. It has really some nice features (USB port, detachable antennas) on
top of a powerful hardware (400Mhz CPU, for instance). I would flash it with &lt;a href="http://www.dd-wrt.com/site/index"&gt;DD-WRT&lt;/a&gt; firmware.&lt;br&gt;
&lt;br&gt;
But in the end pragmatism won. I really need only basic routing functionality. So
I smartly picked up a &lt;a href="http://www.mimovrste.com/artikel/1140445019/brezzicni-router-tp-link-tl-wr642g-108mb-v4"&gt;most
popular router&lt;/a&gt; in one of the popular &lt;a href="http://www.mimovrste.com/"&gt;Slovene
computer hardware store&lt;/a&gt;. It is TP-Link TL-WR642G. 
&lt;br&gt;
&lt;br&gt;
&lt;img src="http://blog.stegnar.com/content/binary/WR642G.jpg" border="0"&gt;
&lt;br&gt;
&lt;br&gt;
Probably you do not know even the manufacture. Do not now worry, I did not either.
But anyway, the idea worked perfectly. I got inexpensive reliable router which do
exactly what I need and nothing more. And that is what we should always do. &lt;b&gt;Do
nothing more and nothing less what is necessary.&lt;/b&gt;
&lt;br&gt;
&lt;br&gt;
&lt;img width="0" height="0" src="http://blog.stegnar.com/aggbug.ashx?id=fd869311-d0ff-4ec8-b354-4ac9f588e7a6" /&gt;</description>
      <comments>http://blog.stegnar.com/CommentView,guid,fd869311-d0ff-4ec8-b354-4ac9f588e7a6.aspx</comments>
      <category>shopping</category>
      <category>network</category>
    </item>
    <item>
      <trackback:ping>http://blog.stegnar.com/Trackback.aspx?guid=23f45391-03bd-4758-b3e7-dd0ad46d0522</trackback:ping>
      <pingback:server>http://blog.stegnar.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.stegnar.com/PermaLink,guid,23f45391-03bd-4758-b3e7-dd0ad46d0522.aspx</pingback:target>
      <dc:creator>Peter Stegnar</dc:creator>
      <wfw:comment>http://blog.stegnar.com/CommentView,guid,23f45391-03bd-4758-b3e7-dd0ad46d0522.aspx</wfw:comment>
      <wfw:commentRss>http://blog.stegnar.com/SyndicationService.asmx/GetEntryCommentsRss?guid=23f45391-03bd-4758-b3e7-dd0ad46d0522</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">Do you like to have a neat and transparent
code base? One of the foundations of this in .NET are regions (#region ...). A smart
usage of regions significantly increase readability of the code base, but it can also
diminished it if it is misused (typically example would be heavy region usage in methods).<br /><br />
I have find out the following class region structure really neat:<br /><img src="http://blog.stegnar.com/content/binary/regionClassStucture.png" border="0" /><br />
But there is the problem. Maintenance of this structure. But there exists a great
tool to this instead of you - Regionerate.<br /><br />
Regionerate is an automatic layout enforcement tool for the C# programming language
as it also stated on the <a href="http://www.rauchy.net/regionerate/">tool's homepage.</a> This
tool is Add-in to Visual studio. It is really simple to use, just hit a keyboard shortcut
"Ctrl+R" and the tool will do the rest or right click on the code edit panel:<br /><img src="http://blog.stegnar.com/content/binary/RightClickRegionate.png" border="0" /><br /><br />
Code became instantly Regionerated. But question arise. In what way code became regionerated?
What are the names of the regions which members go into which region? Well there this
utility really shines. <b>You can totally customize it</b>. I will blog about this
in another post.<br /><br />
Regions in the upper picture were created with Regionerate tool. Did you notice the
number of members in the end of the name of each region? Nice.<br /><br />
Out of the box region structure really did no fit me, so I customize it. You can find
the customization file at the end of this blog post.<br /><br />
You can import customization file easily into the tool, just click "Regionerate this"
and then "Settings" and just select the proper XML customization file. Tool have some
problems with updating or changing customization file, sometimes change is not instantaneous.<br /><br />
It would be nice if you post your favorite region structure in comments.<br />
 <br /><a href="http://blog.stegnar.com/content/binary/CustomCodeLayout.xml">CustomCodeLayout.xml
(2.11 KB)</a><img width="0" height="0" src="http://blog.stegnar.com/aggbug.ashx?id=23f45391-03bd-4758-b3e7-dd0ad46d0522" /></body>
      <title>C# Regions - Regionerate</title>
      <guid isPermaLink="false">http://blog.stegnar.com/PermaLink,guid,23f45391-03bd-4758-b3e7-dd0ad46d0522.aspx</guid>
      <link>http://blog.stegnar.com/2009/10/06/CRegionsRegionerate.aspx</link>
      <pubDate>Tue, 06 Oct 2009 10:55:30 GMT</pubDate>
      <description>Do you like to have a neat and transparent code base? One of the foundations of this in .NET are regions (#region ...). A smart usage of regions significantly increase readability of the code base, but it can also diminished it if it is misused (typically example would be heavy region usage in methods).&lt;br&gt;
&lt;br&gt;
I have find out the following class region structure really neat:&lt;br&gt;
&lt;img src="http://blog.stegnar.com/content/binary/regionClassStucture.png" border="0"&gt;
&lt;br&gt;
But there is the problem. Maintenance of this structure. But there exists a great
tool to this instead of you - Regionerate.&lt;br&gt;
&lt;br&gt;
Regionerate is an automatic layout enforcement tool for the C# programming language
as it also stated on the &lt;a href="http://www.rauchy.net/regionerate/"&gt;tool's homepage.&lt;/a&gt; This
tool is Add-in to Visual studio. It is really simple to use, just hit a keyboard shortcut
"Ctrl+R" and the tool will do the rest or right click on the code edit panel:&lt;br&gt;
&lt;img src="http://blog.stegnar.com/content/binary/RightClickRegionate.png" border="0"&gt;
&lt;br&gt;
&lt;br&gt;
Code became instantly Regionerated. But question arise. In what way code became regionerated?
What are the names of the regions which members go into which region? Well there this
utility really shines. &lt;b&gt;You can totally customize it&lt;/b&gt;. I will blog about this
in another post.&lt;br&gt;
&lt;br&gt;
Regions in the upper picture were created with Regionerate tool. Did you notice the
number of members in the end of the name of each region? Nice.&lt;br&gt;
&lt;br&gt;
Out of the box region structure really did no fit me, so I customize it. You can find
the customization file at the end of this blog post.&lt;br&gt;
&lt;br&gt;
You can import customization file easily into the tool, just click "Regionerate this"
and then "Settings" and just select the proper XML customization file. Tool have some
problems with updating or changing customization file, sometimes change is not instantaneous.&lt;br&gt;
&lt;br&gt;
It would be nice if you post your favorite region structure in comments.&lt;br&gt;
&amp;nbsp;&lt;br&gt;
&lt;a href="http://blog.stegnar.com/content/binary/CustomCodeLayout.xml"&gt;CustomCodeLayout.xml
(2.11 KB)&lt;/a&gt;&lt;img width="0" height="0" src="http://blog.stegnar.com/aggbug.ashx?id=23f45391-03bd-4758-b3e7-dd0ad46d0522" /&gt;</description>
      <comments>http://blog.stegnar.com/CommentView,guid,23f45391-03bd-4758-b3e7-dd0ad46d0522.aspx</comments>
      <category>C#</category>
      <category>utility</category>
    </item>
  </channel>
</rss>
