<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/stylesheets/rss.css" type="text/css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Just a Thought...: .NET Culture Shock</title>
    <link>http://bloritsch.d-haven.net/articles/2010/06/25/net-culture-shock</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Random thoughts</description>
    <item>
      <title>.NET Culture Shock</title>
      <description>&lt;p&gt;In my transition to learning C#/.NET I&amp;#8217;ve run into what is my biggest hurdle: culture shock.  The technology behind Java and the &lt;span class="caps"&gt;JVM&lt;/span&gt; and the technology behind C# and the &lt;span class="caps"&gt;CLR&lt;/span&gt; are becoming more similar than different.  However the culture behind the technologies are like night and day, oil and water.  I supposed if we were going to liken it to eras gone by, the Java culture would be more like the 70s hippie culture and .NET would be like the 80s yuppie culture.&lt;/p&gt;


	&lt;p&gt;One of the things I liked about Java was the share and share alike mentality.  There are thousands of open source projects in Java, many of them with free integrations into your &lt;span class="caps"&gt;IDE&lt;/span&gt;.  If you needed help with anything, there was someone with a clue that could help you&amp;#8212;and they would.  Much of what I expect out of an &lt;span class="caps"&gt;IDE&lt;/span&gt; came from the Java world.  The concept of refactorings included and automated in the &lt;span class="caps"&gt;IDE&lt;/span&gt; was a major breakthrough, and now no Java &lt;span class="caps"&gt;IDE&lt;/span&gt; wanting to be taken seriously can exclude that feature.  Thank you JetBrains for introducing the world to the way it should be.  When .NET first came on the scene I don&amp;#8217;t think Microsoft was ready in this regard.  When the MS peddler came to my company I asked about refactoring tools in Visual Studio (this was around 2003), and the guy looked at me sheepishly.  &amp;#8220;But with .NET you can design one interface and use it on the web or on a desktop&amp;#8230;&amp;#8221; he fumbled.  When I said I don&amp;#8217;t do that every day, and I need something that helps me do my job better every day he wrote it down.  I don&amp;#8217;t think I was the only one to raise that objection because by the next release of Visual Studio they had the beginnings of refactoring tools included.&lt;/p&gt;


	&lt;p&gt;The Java culture works well with venerable organizations like the Apache Software Foundation.  In some ways the Java culture mirrored the meritocracy already ingrained at the &lt;span class="caps"&gt;ASF&lt;/span&gt;.  However, the one thing that hurt Java in the long run is also the one thing that made it better as a first language to learn.  It&amp;#8217;s that just about every major infrastructure piece has been freely distributed under open source projects.  Sure, you get what you pay for in terms of set up and configuration, but even that got better with time.  The free aspect is what undermined the ability of companies to make money.  Why spend tens of thousands of dollars on a license when the free option was there?  Just put an intern on it and it will cost less than the commercial option.  Of course, that meant that it was equally easy to play with these tools yourself and make yourself more valuable to the company.&lt;/p&gt;


	&lt;p&gt;The .NET culture is a pay and share alike mentality.  While there are a number of open source projects, they are fewer and farther between.  Even so, plugins we expect to be included with the &lt;span class="caps"&gt;IDE&lt;/span&gt; like JUnit integration or &lt;span class="caps"&gt;ANT&lt;/span&gt;/Maven/Boost integration for builds either are non-existent or require you to pay a hefty fee.  There&amp;#8217;s an NUnit for .NET projects, and by the looks of it is a bit better off than the JUnit 4 equivalent.  However, unlike JUnit 4, Visual Studio doesn&amp;#8217;t have a plugin for it.  In fact, it never will because Microsoft has its own testing features it&amp;#8217;s wanting to push.  You can incorporate NUnit, but it&amp;#8217;s a bit more involved.  Or you can use TestDriven.NET, which is not cheap.&lt;/p&gt;


	&lt;p&gt;The pay and share alike culture extends to the community surrounding .NET as well.  When you need help, it&amp;#8217;s hard to find what you want online.  The only people volunteering free advice shouldn&amp;#8217;t, and I&amp;#8217;m not convinced that I&amp;#8217;d be getting my money&amp;#8217;s worth if I paid someone either.  While the &lt;span class="caps"&gt;MSDN&lt;/span&gt; has gotten better, it still has a long ways to go before it is truly usable.  Part of the problem is that it is so big, trying to find the answer you need is quite difficult.  Even when you find it, there&amp;#8217;s rarely enough depth to be able to put it to good use.  Many .NET books are well in excess of 1000 pages.  Rather than focusing on one corner of the technology and bringing the user through the process of solving a problem, the books focus on comprehensively covering all of the &lt;span class="caps"&gt;API&lt;/span&gt; and assume that the reader has more knowledge than they do.  Or they are written down to a third grader, and the happy medium is no where to be found.  I&amp;#8217;m sure the Head First book is good, as they usually are.&lt;/p&gt;


	&lt;p&gt;Bottom line is that there are obstacles in the .NET world that impede self learning.  It&amp;#8217;s not insurmountable, and many of the obstacles are cultural in nature.  The Job market for Java still doubles .NET, but enough key customers insist on the technology you can&amp;#8217;t completely ignore it.  Additionally, any new languages you learn can open your eyes to new and better ways to solve problems.  I&amp;#8217;m still hunting for my go-to resources in the .NET space.  It&amp;#8217;s going to be an interesting ride, and I&amp;#8217;m actually looking forward to it.&lt;/p&gt;</description>
      <pubDate>Fri, 25 Jun 2010 12:29:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:ee79c1ce-97df-46d3-81a7-fcf145459a84</guid>
      <author>Berin Loritsch</author>
      <link>http://bloritsch.d-haven.net/articles/2010/06/25/net-culture-shock</link>
      <category>java</category>
      <category>vs</category>
      <category>.net</category>
      <category>C</category>
      <category>learning</category>
      <category>culture</category>
    </item>
    <item>
      <title>".NET Culture Shock" by Berin Loritsch</title>
      <description>&lt;p&gt;Anton, for some questions that is partially true.  However, when you have a question involving a COM object, there are cases where a VB answer has no direct analog (such as variants).  With .NET 4.0 I understand that changes some, but I don&amp;#8217;t have the luxury of upgrading.&lt;/p&gt;

&lt;p&gt;Google doesn&amp;#8217;t always index what you get served to you.  For the most egregious pay to get answers site, you see the placeholders for the conversation&amp;#8211;but you don&amp;#8217;t actually see any content.&lt;/p&gt;

&lt;p&gt;Keep in mind, the places I have the most problems really have to do with places where there&amp;#8217;s the fewest answers.  And these places with the fewest answers tend to be where I&amp;#8217;ve been tasked to do something.&lt;/p&gt;

&lt;p&gt;Blogs are great if you are asking about a recent post, but most bloggers have moved on from very old posts.  When an API I&amp;#8217;m interested in hasn&amp;#8217;t been talked about for three years, the author of the only information I&amp;#8217;ve found has moved on.&lt;/p&gt;</description>
      <pubDate>Tue, 29 Jun 2010 15:43:18 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:308a10eb-e200-4821-862f-360fafd4eebf</guid>
      <link>http://bloritsch.d-haven.net/articles/2010/06/25/net-culture-shock#comment-119</link>
    </item>
    <item>
      <title>".NET Culture Shock" by Anton Tagunov</title>
      <description>&lt;blockquote&gt;
    &lt;p&gt;Most of the time when open up Google and try to search
    on an issue, the answers I get are VB.
    If it isn&#8217;t VB, its a site where you have to pay to get answers.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Hi Berin,&lt;/p&gt;

&lt;p&gt;i&amp;#8217;m in the same shoes getting my first doses of .Net this year.
Pls except my appologies if you already know these:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;one of the biggest &amp;#8220;pay to get answers&amp;#8221; sites - just scroll the page down; there&amp;#8217;s a ton of crap but bellow that - the actual answers are in the open! how else would Google find them? ;-)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;(now i&amp;#8217;m definitely stating the obvious!) if the code is in VB.Net - then you&amp;#8217;ve found what you&amp;#8217;ve been looking for, right?&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
      <pubDate>Tue, 29 Jun 2010 13:26:50 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:2c65f678-bf1a-4ab4-9711-917fbd0f39ce</guid>
      <link>http://bloritsch.d-haven.net/articles/2010/06/25/net-culture-shock#comment-118</link>
    </item>
    <item>
      <title>".NET Culture Shock" by John</title>
      <description>&lt;p&gt;Ben &amp;amp; Ben are 100% spot on. I&amp;#8217;d like to see how different your perspective is a year from now. &lt;/p&gt;

&lt;p&gt;If you want a free test runner, try Gallio &lt;a href="http://gallio.org/" rel="nofollow"&gt;http://gallio.org/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Your Google experiences with VB results and paywalls is ludicrous. It indicates to me that you&amp;#8217;re not sure what you&amp;#8217;re searching for. Just start with StackOverflow and use Google as a fallback for now.&lt;/p&gt;</description>
      <pubDate>Sat, 26 Jun 2010 21:12:50 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:4acf0b41-eae2-4745-8ba1-cf3e67667289</guid>
      <link>http://bloritsch.d-haven.net/articles/2010/06/25/net-culture-shock#comment-117</link>
    </item>
    <item>
      <title>".NET Culture Shock" by Berin Loritsch</title>
      <description>&lt;p&gt;Most of the time when open up Google and try to search on an issue, the answers I get are VB.  If it isn&amp;#8217;t VB, its a site where you have to pay to get answers.  Perhaps then, Google is playing a part in my frustrations.  While I&amp;#8217;m new to .NET, I&amp;#8217;m not new to programming.  Usually, when I have a problem it&amp;#8217;s with parts of the API that most people don&amp;#8217;t deal with every day.  Which might explain why I have problems finding things.  Recently its&amp;#8217; been working with the Firewall API to query for open ports (part of an installation utility).&lt;/p&gt;

&lt;p&gt;That said, I&amp;#8217;m not going to give up on .NET&amp;#8211;I don&amp;#8217;t have that luxury.  My old C++/MFC/ATL background is helping me out as well.&lt;/p&gt;

&lt;p&gt;Yes, I am aware that JetBrains has ReSharper, and if I can convince my company to get that for me I will.  That and a profiler and my infrastructure will be set.&lt;/p&gt;

&lt;p&gt;Seeing all the responses to this post gives me hope for the community.&lt;/p&gt;</description>
      <pubDate>Sat, 26 Jun 2010 13:37:54 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:478c3ebb-132d-4a37-8360-3397c8ebed57</guid>
      <link>http://bloritsch.d-haven.net/articles/2010/06/25/net-culture-shock#comment-116</link>
    </item>
    <item>
      <title>".NET Culture Shock" by Kroc Camen</title>
      <description>&lt;p&gt;Funny how the VB6 community was, like Java, the complete opposite; it was always about sharing your code. I learnt entirely off the back of sites like freevbcode and vbaccelerator. I switched away from Microsoft technologies in 2006 and now use web stuff which is also very open and sharing.&lt;/p&gt;</description>
      <pubDate>Sat, 26 Jun 2010 08:42:29 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:734df045-d414-4d33-b43b-c9c66d1dc601</guid>
      <link>http://bloritsch.d-haven.net/articles/2010/06/25/net-culture-shock#comment-115</link>
    </item>
    <item>
      <title>".NET Culture Shock" by Richard</title>
      <description>&lt;p&gt;Er&amp;#8230;&amp;#8217;dude&amp;#8217;, SO was built on .net, so yeah, started with quite a big following. And I&amp;#8217;m someone who started using Java when it was in Alpha, and am using Clojure/Python as well. Relax with the language racism.&lt;/p&gt;

&lt;p&gt;OP: agreed it&amp;#8217;s different, but there are resources. I haven&amp;#8217;t found a problem I can&amp;#8217;t self-learn for.&lt;/p&gt;</description>
      <pubDate>Sat, 26 Jun 2010 06:19:12 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:4a3a7283-837f-4b94-b3cc-340704629dee</guid>
      <link>http://bloritsch.d-haven.net/articles/2010/06/25/net-culture-shock#comment-114</link>
    </item>
    <item>
      <title>".NET Culture Shock" by headbiznatch</title>
      <description>&lt;p&gt;yeah, dude. all those &amp;#8220;.net people&amp;#8221; are really screwing up SO. totally gone to the dogs now that they are&amp;#8230; ummm&amp;#8230; reading books that&amp;#8230; ummm&amp;#8230; you don&amp;#8217;t read&amp;#8230;. which totally ruins&amp;#8230; ummm&amp;#8230;. never mind. just stay away, you .net person you.&lt;/p&gt;</description>
      <pubDate>Sat, 26 Jun 2010 04:01:14 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:0875f649-9802-4b14-a8aa-d606022ab021</guid>
      <link>http://bloritsch.d-haven.net/articles/2010/06/25/net-culture-shock#comment-113</link>
    </item>
    <item>
      <title>".NET Culture Shock" by Jupiter Dude</title>
      <description>&lt;p&gt;Funny, when I was working in Java, I was apalled at the quality of the documentation (this was way early, of course) - I recall the web page - every API was in the left hand nav bar, and clicking an API would cause the docs to appear on the right hand side.&lt;/p&gt;

&lt;p&gt;I couldn&amp;#8217;t find ANYTHING unless I knew the name of the API. &lt;/p&gt;

&lt;p&gt;When I first got my hands on Visual Studio 2003 and I typed &amp;#8220;System.&amp;#8221; and intellisense popped up, I was sold.&lt;/p&gt;

&lt;p&gt;Oh, and to top it off, just click F1 and you got actual help on an API. Wow. It was a big deal back then.&lt;/p&gt;</description>
      <pubDate>Sat, 26 Jun 2010 02:46:46 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:a6e19a30-2376-425e-a376-f689954934da</guid>
      <link>http://bloritsch.d-haven.net/articles/2010/06/25/net-culture-shock#comment-112</link>
    </item>
    <item>
      <title>".NET Culture Shock" by Ramon Leon</title>
      <description>&lt;p&gt;Don&amp;#8217;t know if you know this, but JetBrains makes Resharper for VS.Net which includes all that cool refactoring stuff, much higher quality than what&amp;#8217;s built in and it also includes nUnit test integration.  VS.Net without Resharper is basically broken IMHO.  If you like their Java stuff, you&amp;#8217;ll love Resharper.&lt;/p&gt;</description>
      <pubDate>Sat, 26 Jun 2010 02:07:26 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:32e8c0fc-de34-4290-a837-928c59cf8466</guid>
      <link>http://bloritsch.d-haven.net/articles/2010/06/25/net-culture-shock#comment-111</link>
    </item>
    <item>
      <title>".NET Culture Shock" by dude</title>
      <description>&lt;p&gt;Ugh, &lt;em&gt;more&lt;/em&gt; .net people at SO? Great, just great.&lt;/p&gt;</description>
      <pubDate>Sat, 26 Jun 2010 01:50:38 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:d15e0320-0268-4987-b0f3-dcbfea6c7e77</guid>
      <link>http://bloritsch.d-haven.net/articles/2010/06/25/net-culture-shock#comment-110</link>
    </item>
    <item>
      <title>".NET Culture Shock" by headbiznatch</title>
      <description>&lt;p&gt;Safari Online. Love &amp;#8216;em or hate &amp;#8216;em, there be many a Microsoft book and plenty of excellent ones for .Net/C#.&lt;/p&gt;</description>
      <pubDate>Sat, 26 Jun 2010 00:24:29 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:916765e7-684e-4bec-bc5c-bd62fc43cffd</guid>
      <link>http://bloritsch.d-haven.net/articles/2010/06/25/net-culture-shock#comment-109</link>
    </item>
    <item>
      <title>".NET Culture Shock" by Steverb</title>
      <description>&lt;p&gt;In addition to all of the above, you can feel free to email me.&lt;/p&gt;

&lt;p&gt;If I can&amp;#8217;t help, I can probably point you in the right direction.&lt;/p&gt;</description>
      <pubDate>Sat, 26 Jun 2010 00:12:44 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:e02082db-5a2d-42cf-aef5-51a9155037ef</guid>
      <link>http://bloritsch.d-haven.net/articles/2010/06/25/net-culture-shock#comment-108</link>
    </item>
    <item>
      <title>".NET Culture Shock" by Ben Anderson</title>
      <description>&lt;p&gt;What you&amp;#8217;re experiencing isn&amp;#8217;t a .NET cultural issue, it&amp;#8217;s a novice issue.  You are overwhelmed and haven&amp;#8217;t gotten you footing yet.  A new developer outside of a university environment will experience this feeling for any language or platform that is outside of the hobbiest phase.  There are tons of resources out there you just haven&amp;#8217;t found the trunk of the tree of knowledge yet.&lt;/p&gt;

&lt;p&gt;My experience with java is exactly what you described for the .NET camp.  It&amp;#8217;s a matter of knowledge and experience, even when it comes to finding the knowledge, experience, and learning material.  You&amp;#8217;re just too deep into the forrest without a guide.&lt;/p&gt;

&lt;p&gt;Staxkoverflow is a great resource.  Codeplex and codeguru can also help.  MSDN isn&amp;#8217;t any worse than the java documentation resources, it is just unfamiliar territory right now.&lt;/p&gt;

&lt;p&gt;And Nunit is easily plugged in to VS 2008 or 2010, you just can&amp;#8217;t easily do it with the express editions since it is a violation of the EULA.  2010 actually has built in support for NUnit if you &amp;#8216;t to select it as the testing framework.&lt;/p&gt;</description>
      <pubDate>Sat, 26 Jun 2010 00:11:42 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:68f0138f-63f4-429e-86de-39c31a2c0a2e</guid>
      <link>http://bloritsch.d-haven.net/articles/2010/06/25/net-culture-shock#comment-107</link>
    </item>
    <item>
      <title>".NET Culture Shock" by mindviews</title>
      <description>&lt;p&gt;I&amp;#8217;ll second StackOverflow as the best place to get answers when you&amp;#8217;ve got specific questions.&lt;/p&gt;

&lt;p&gt;On the other hand, you&amp;#8217;ll want to spend at least some of your time exploring the framework so you can find out what&amp;#8217;s there and what&amp;#8217;s going to be useful to you.  The .NET blogging community is quite active and I&amp;#8217;ve found Alvin Ashcraft&amp;#8217;s &lt;a href="http://www.alvinashcraft.com/" rel="nofollow"&gt;Morning Dew&lt;/a&gt; blog of daily link collections a great place to learn new stuff.  While the tool culture may be different, I&amp;#8217;ve never lacked for good code examples when I&amp;#8217;ve need them.  Hopefully the Morning Dew link will point you to some useful resources.&lt;/p&gt;</description>
      <pubDate>Fri, 25 Jun 2010 23:12:10 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:771db7d0-5ba3-4dae-8eb6-0d822645a518</guid>
      <link>http://bloritsch.d-haven.net/articles/2010/06/25/net-culture-shock#comment-106</link>
    </item>
    <item>
      <title>".NET Culture Shock" by Ben Alabaster</title>
      <description>&lt;p&gt;Actually, there&amp;#8217;s quite an open community if you care to get involved.  There are hundreds of .NET devs on Twitter that you can follow and network with and StackOverflow.com has a more than ample selection of good quality professionals to answer just about any question you can dream up.&lt;/p&gt;

&lt;p&gt;Just because you haven&amp;#8217;t found the resources and the community and those willing to help you learn, doesn&amp;#8217;t mean they&amp;#8217;re not out there&amp;#8230;&lt;/p&gt;

&lt;p&gt;There are a ton of decent blogs - not least those by Scott Guthrie, Scott Hanselman, Jon Skeet, Rick Strahl, Marc Gravell, Joel Coehoorn, Eric Lippert, Tim Van Fosson, Luca Bolognese, Daniel Moth, and a heap of other great bloggers and developers.&lt;/p&gt;

&lt;p&gt;The MSDN site while fairly intimidating at first is actually pretty good once you get to know the layout.&lt;/p&gt;

&lt;p&gt;The Bytes.com website is a great resource for beginners, it&amp;#8217;s a bit more noob friendly than StackOverflow.com which can get a bit vicious if you don&amp;#8217;t follow protocol by reading the FAQ and following it quite closely.&lt;/p&gt;

&lt;p&gt;Twitter is also a great resource for .NET developers, I follow some 600 people - most of whom are .NET developers that help each other out when they&amp;#8217;ve got problems.  Most of us are pretty generous so long as you don&amp;#8217;t abuse it.&lt;/p&gt;

&lt;p&gt;Admittedly, some of the tools aren&amp;#8217;t as open as those you see in the Java world, and that can be frustrating, even for us .NET developers but you don&amp;#8217;t need to shell out a fortune for a decent suite of plugins and tools.  Aside from Visual Studio which costs a small fortune, Mercurial, Git and SVN are all free, as are the plugins for them.  nUnit is free and can be plugged in far easier than you can write the average java application.&lt;/p&gt;

&lt;p&gt;I&amp;#8217;m not trying to be a Microsoft Fanboy, I&amp;#8217;m just trying to point out that there are resources and a whole community here that is willing to scratch your back if you scratch theirs.&lt;/p&gt;

&lt;p&gt;Before you write off a whole culture, perhaps try finding out what that culture really has to offer.  Don&amp;#8217;t just give up on it because you didn&amp;#8217;t look in the right place or didn&amp;#8217;t look hard enough.&lt;/p&gt;</description>
      <pubDate>Fri, 25 Jun 2010 22:49:08 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:27e0975a-e502-4282-b60f-21b997976859</guid>
      <link>http://bloritsch.d-haven.net/articles/2010/06/25/net-culture-shock#comment-105</link>
    </item>
    <item>
      <title>".NET Culture Shock" by Berin Loritsch</title>
      <description>&lt;p&gt;Thank you for the link.  I&amp;#8217;ll be sure to check it out.&lt;/p&gt;

&lt;p&gt;Sean, there are two groups of people who will point out that X feature existed long ago: Smalltalk developers and Lisp developers.  On one level, while that is technically true, the way the JetBrains folks made them work for Java literally changed the world for a very large number of developers.&lt;/p&gt;</description>
      <pubDate>Fri, 25 Jun 2010 22:29:10 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:efa2e2b9-4586-4a8b-b569-7dba26561fac</guid>
      <link>http://bloritsch.d-haven.net/articles/2010/06/25/net-culture-shock#comment-104</link>
    </item>
    <item>
      <title>".NET Culture Shock" by Sean T Allen</title>
      <description>&lt;p&gt;You are aware that this isn&amp;#8217;t true right? That all those features existed in Smalltalk environments and didn&amp;#8217;t originate from Java right?&lt;/p&gt;

&lt;p&gt;The concept of refactorings included and automated in the IDE was a major breakthrough, and now no Java IDE wanting to be taken seriously can exclude that feature. Thank you JetBrains for introducing the world to the way it should be.&lt;/p&gt;</description>
      <pubDate>Fri, 25 Jun 2010 21:59:34 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:364ea8bc-d87a-4475-a6c7-bda0d1fcc58d</guid>
      <link>http://bloritsch.d-haven.net/articles/2010/06/25/net-culture-shock#comment-103</link>
    </item>
    <item>
      <title>".NET Culture Shock" by LeBleu</title>
      <description>&lt;p&gt;Let&amp;#8217;s try that again&amp;#8230; for some reason I clicked the preview button, and nothing happened. Strange, it worked fine this time.&lt;/p&gt;

&lt;p&gt;I use &lt;a href="http://www.stackoverflow.com/" rel="nofollow"&gt;StackOverflow&lt;/a&gt; as my main go-to resource for answers in the .NET space.&lt;/p&gt;</description>
      <pubDate>Fri, 25 Jun 2010 21:48:54 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:aa40a516-f400-4e1c-b94c-26fd07e03a75</guid>
      <link>http://bloritsch.d-haven.net/articles/2010/06/25/net-culture-shock#comment-102</link>
    </item>
    <item>
      <title>".NET Culture Shock" by LeBleu</title>
      <description>&lt;p&gt;I use &lt;a href="stackoverflow.com" rel="nofollow"&gt;StackOverflow&lt;/a&gt; as my main go-to resource for answers in the .NET space.&lt;/p&gt;</description>
      <pubDate>Fri, 25 Jun 2010 21:46:35 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:5526bc45-35c2-4bda-abe0-ccaba35c735a</guid>
      <link>http://bloritsch.d-haven.net/articles/2010/06/25/net-culture-shock#comment-101</link>
    </item>
  </channel>
</rss>
