<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by SharepointSucksAss</title>
    <description>Stories kicked by SharepointSucksAss</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Creating SOLID Code: Open/Closed Principle (OCP)</title>
      <description>Taking a look at how to create SOLID Code: Creating SOLID Code: Open/Closed Principle (OCP). This is a second in a series where we will take a look at each of the parts the SOLID Principle &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f90"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f90" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Creating_SOLID_Code_Open_Closed_Principle_OCP</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Creating_SOLID_Code_Open_Closed_Principle_OCP</guid>
      <pubDate>Thu, 05 Mar 2009 22:46:13 GMT</pubDate>
    </item>
    <item>
      <title>How to Setup Google FeedBurner for Subtext Blog RSS</title>
      <description>1) Get your Subtext blog live

2) Create a Google FeedBurner account.  It's tied to a Gmail account so you need to log in first when you arrive at feedburner.google.com/ &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2009%2f03%2f04%2fhow-to-setup-google-feedburner-for-subtext-blog-rss.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2009%2f03%2f04%2fhow-to-setup-google-feedburner-for-subtext-blog-rss.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_Setup_Google_FeedBurner_for_Subtext_Blog_RSS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_Setup_Google_FeedBurner_for_Subtext_Blog_RSS</guid>
      <pubDate>Wed, 04 Mar 2009 13:29:58 GMT</pubDate>
    </item>
    <item>
      <title>jQuery Intellisense Updates from Microsoft</title>
      <description>With Microsoft's recent releases of the jQuery Intellisense file plus the hotfix released this week using jQuery in Visual Studio has become a lot easier and more convenient. Here is a little more detail on what you need and how it works. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f536756.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f536756.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jQuery_Intellisense_Updates_from_Microsoft</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jQuery_Intellisense_Updates_from_Microsoft</guid>
      <pubDate>Mon, 10 Nov 2008 22:46:21 GMT</pubDate>
    </item>
    <item>
      <title>Creating an ItemDataBound Event Delegate for a Nested Repeater</title>
      <description>Today I needed to create a nested grid using repeaters.  Pretty common but always a pain in the ass with all Microsoft controls.  I needed to nest my repeaters just like you'd nest any other control like the DataGrid or GridView.  The issue came up for me when I wanted to create a delegate for my nested repeater (repeater inside my parent).  Since a nested control within a control (the nested repeater in this case) is not available at the page level, Intellisense or the compiler will not know that it exists.  Because it's nested inside a parent, it becomes pat of that parent's collection of objects.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2008%2f11%2f08%2fcreating-an-itemdatabound-event-delegate-for-a-nested-repeater.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2008%2f11%2f08%2fcreating-an-itemdatabound-event-delegate-for-a-nested-repeater.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Creating_an_ItemDataBound_Event_Delegate_for_a_Nested_Repeater</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Creating_an_ItemDataBound_Event_Delegate_for_a_Nested_Repeater</guid>
      <pubDate>Sun, 09 Nov 2008 08:56:17 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight Toolkit Released on CodePlex!</title>
      <description>The Silverlight Toolkit is a collection of Silverlight controls, components and utilities made available outside the normal Silverlight release cycle. It adds new functionality quickly for designers and developers, and provides the community an efficient way to help shape product development by contributing ideas and bug reports. This first release includes full source code, unit tests, samples and documentation for 12 new controls covering charting, styling, layout, and user input. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeplex.com%2fsilverlight"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeplex.com%2fsilverlight" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_Toolkit_Released_on_CodePlex</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_Toolkit_Released_on_CodePlex</guid>
      <pubDate>Wed, 29 Oct 2008 01:46:07 GMT</pubDate>
    </item>
    <item>
      <title>C# 4.0 New Features Part 1 - dynamic keyword</title>
      <description>A quick look at the new &amp;quot;dynamic&amp;quot; keyword in C# 4.0 and its implications for application development. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f10%2f28%2fC-40-New-Features-Part-1-dynamic-keyword.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f10%2f28%2fC-40-New-Features-Part-1-dynamic-keyword.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_4_0_New_Features_Part_1_dynamic_keyword</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_4_0_New_Features_Part_1_dynamic_keyword</guid>
      <pubDate>Tue, 28 Oct 2008 22:01:14 GMT</pubDate>
    </item>
    <item>
      <title>Leveraging the power of ActionName and AcceptVerbs in Asp.Net MVC</title>
      <description>A short screencast on how to leverage the power of ActionName and AcceptVerbs in Asp.Net MVC &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f58"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f58" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Leveraging_the_power_of_ActionName_and_AcceptVerbs_in_Asp_Net_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Leveraging_the_power_of_ActionName_and_AcceptVerbs_in_Asp_Net_MVC</guid>
      <pubDate>Tue, 28 Oct 2008 21:16:04 GMT</pubDate>
    </item>
    <item>
      <title>How and when (not) to use Extension Methods in C# and .NET?</title>
      <description>Lets first briefly examine Extension Methods, show some basics usages and then we will tackle some more advanced and concrete examples used to provide fluent, natural DateTime operations (similar to Date and Time operations available in Ruby on Rails). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aspdotnetfaq.com%2fFaq%2fHow-and-when-to-use-Extension-Methods-in-Csharp-and-dot-NET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aspdotnetfaq.com%2fFaq%2fHow-and-when-to-use-Extension-Methods-in-Csharp-and-dot-NET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_and_when_not_to_use_Extension_Methods_in_C_and_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_and_when_not_to_use_Extension_Methods_in_C_and_NET</guid>
      <pubDate>Tue, 28 Oct 2008 22:46:11 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio/Intellisense Doesn't Recognize Web Controls &amp;amp; Code</title>
      <description>Intermittently at times, Visual Studio for some odd reason, refuses to recognize web controls or C# syntax during a build/compile that you know is fine.  You've included all the right usings, assembly or project references, and the syntax you know worked before, but for some reason it just decides to piss you off when you try to compile by stating it is not familiar with the syntax or control.  There are a slew of things one can try in order to sort of kick Visual Studio in the pants when you try to build, and it still can't seem to notice those web controls even when they are in the designer file and there are no conflicts or syntax issues.  Today I has such an issue again.  When you exhaust all the tricks of the trade, the next best thing to do is ultimately just recreate the file itself and paste back in your code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2008%2f10%2f20%2fvisual-studiointellisense-doesnt-recognize-registered-web-controls-language-syntax.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2008%2f10%2f20%2fvisual-studiointellisense-doesnt-recognize-registered-web-controls-language-syntax.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Visual_Studio_Intellisense_Doesn_t_Recognize_Web_Controls_Code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Visual_Studio_Intellisense_Doesn_t_Recognize_Web_Controls_Code</guid>
      <pubDate>Tue, 21 Oct 2008 08:50:16 GMT</pubDate>
    </item>
    <item>
      <title>Why Sharepoint development sucks!</title>
      <description>In this blog post on the zorilla.dk blog, Dan is sharing his frustrations with the Sharepoint platform. His main critique points is an inconsistent and developer unfriendly API, combined with an over complex platform in general. Please have a read, and see if you agree. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fzorilla.dk%2fposts%2fwhy-sharepoint-development-sucks"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fzorilla.dk%2fposts%2fwhy-sharepoint-development-sucks" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Why_Sharepoint_development_sucks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Why_Sharepoint_development_sucks</guid>
      <pubDate>Sun, 19 Oct 2008 02:00:23 GMT</pubDate>
    </item>
    <item>
      <title>N-Layered != N-Tiered: Know the Difference!</title>
      <description>I hear a LOT of developers refer to what are essentially N-Layers as "N-Tiers".  This kind of bugs me a little when I see or hear it from developers. 

First of all, they are not even close the same thing, and it's important as a developer to get this straight so that you are using the terminology properly.  The difference is simple but very important when you're talking about your applications.  They should not be loose terms and intermingled as about probably 90% of the developers out there that I've worked with seem to do. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2008%2f10%2f11%2fnlayeredntiered-difference.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2008%2f10%2f11%2fnlayeredntiered-difference.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/N_Layered_N_Tiered_Know_the_Difference</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/N_Layered_N_Tiered_Know_the_Difference</guid>
      <pubDate>Sat, 11 Oct 2008 13:06:27 GMT</pubDate>
    </item>
    <item>
      <title>Development Tools I Use &amp;amp; Recommend</title>
      <description>Eventually I will get to some technical code Posts. But for now, I'm a bit delayed with some other things at work lately. I will be blogging about Code Generation, OOP, and other topics very soon though. In the meantime, I wanted to share a list of tools I regularly use now or have used in the past as a C# / ASP.NET Engineer listed below: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodezest.com%2farchive%2f2008%2f09%2f28%2fdevelopment-tools-i-use-amp-recommend.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodezest.com%2farchive%2f2008%2f09%2f28%2fdevelopment-tools-i-use-amp-recommend.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Development_Tools_I_Use_Recommend</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Development_Tools_I_Use_Recommend</guid>
      <pubDate>Mon, 29 Sep 2008 06:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Interview Questions Every Developer should ask an Employer</title>
      <description>If you're like me and have been in the IT industry for 5+ years (me 10), you start to realize that the grass is not always greener on the other side in a lot of shops out there.  Before I get to the interview questions, I want to start by outlining the general types of shops and types of problems one can encounter in development shops.

Characteristics of when the grass may NOT be greener: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2008%2f09%2f18%2finterview-questions-every-developer-should-ask-an-employer.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2008%2f09%2f18%2finterview-questions-every-developer-should-ask-an-employer.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Interview_Questions_Every_Developer_should_ask_an_Employer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Interview_Questions_Every_Developer_should_ask_an_Employer</guid>
      <pubDate>Fri, 19 Sep 2008 12:36:18 GMT</pubDate>
    </item>
    <item>
      <title>Using Fiddler with Firefox for Local Web site Testing Easily with Foxy</title>
      <description>Fiddler is one of the best tools to analyze web requests sent from a web site and much more. Normally, using Fiddler with FireFox is a huge pain and typically does not work well out of the box when testing localhost requests or any requests for that matter with Fiddler through Firefox.   But by using FoxyProxy which is just a nice plug-in to FireFox, it allows you to setup different proxies in FireFox very easily, and you can then hook into Fiddler's proxy quickly, and start to catch requests over the wire when testing local web applicatio &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2008%2f09%2f06%2ffiddler-firefox-local-web-site-testing-easily-foxyproxy.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2008%2f09%2f06%2ffiddler-firefox-local-web-site-testing-easily-foxyproxy.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Using_Fiddler_with_Firefox_for_Local_Web_site_Testing_Easily_with_Foxy</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Using_Fiddler_with_Firefox_for_Local_Web_site_Testing_Easily_with_Foxy</guid>
      <pubDate>Mon, 08 Sep 2008 07:24:24 GMT</pubDate>
    </item>
    <item>
      <title>VB.net, oh how I hate thee, let me count the ways...</title>
      <description>A developer who is forced to work in VB.net finally hits the tipping point. Oh, and that developer is me. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f03%2fVBnet2c-oh-how-I-hate-thee2c-let-me-count-the-ways.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f03%2fVBnet2c-oh-how-I-hate-thee2c-let-me-count-the-ways.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/VB_net_oh_how_I_hate_thee_let_me_count_the_ways</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/VB_net_oh_how_I_hate_thee_let_me_count_the_ways</guid>
      <pubDate>Fri, 14 Mar 2008 04:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Cutting Through The Hype - What You Should Know About SharePoint</title>
      <description>I had always dreaded working with SharePoint, now that I'm elbow-deep in SharePoint, I figured I'd try to give an objective write-up about it for those who don't know much about it but would like to know more. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.ittoolbox.com%2fwindows%2falex%2farchives%2fcutting-through-the-hype-what-you-should-know-about-sharepoint-22775"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.ittoolbox.com%2fwindows%2falex%2farchives%2fcutting-through-the-hype-what-you-should-know-about-sharepoint-22775" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Cutting_Through_The_Hype_What_You_Should_Know_About_SharePoint</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Cutting_Through_The_Hype_What_You_Should_Know_About_SharePoint</guid>
      <pubDate>Thu, 28 Feb 2008 15:11:36 GMT</pubDate>
    </item>
    <item>
      <title>Sharepoint is not a good development platform</title>
      <description>Well-reasoned rant on the ills of SharePoint as a development platform. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeffrey.palermo%2farchive%2f2007%2f09%2f13%2fsharepoint-is-not-a-good-development-platform.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeffrey.palermo%2farchive%2f2007%2f09%2f13%2fsharepoint-is-not-a-good-development-platform.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Sharepoint_is_not_a_good_development_platform</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Sharepoint_is_not_a_good_development_platform</guid>
      <pubDate>Mon, 17 Sep 2007 20:12:49 GMT</pubDate>
    </item>
  </channel>
</rss>