<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with Development</title>
    <description>the latest stories tagged with 'Development' from DotNetKicks.com</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>New update: SharePoint Site Provisioning - Content Generator 2011</title>
      <description>There was published a free tool called Content Generator 2011 which creates lots of test data in order to create a SharePoint development environment with real world content. It was updated the tool in order the enhance the SharePoint site provisioning process.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fandreasglaser.net%2fpost%2f2011%2f04%2f07%2fNew-update-SharePoint-Site-Provisioning-Content-Generator-2011.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fandreasglaser.net%2fpost%2f2011%2f04%2f07%2fNew-update-SharePoint-Site-Provisioning-Content-Generator-2011.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/New_update_SharePoint_Site_Provisioning_Content_Generator_2011</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/New_update_SharePoint_Site_Provisioning_Content_Generator_2011</guid>
      <pubDate>Thu, 07 Apr 2011 18:21:31 GMT</pubDate>
    </item>
    <item>
      <title>Create a 1GB document library in 5 minutes with content in SharePoint</title>
      <description>During your development process you may need a test environment with lots of data. You can either create this test data by hand or you can use my tool Content Generator 2011 in order save time.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsharepoint-tutorial.net%2fpost%2f2011%2f04%2f06%2fHow-to-Create-a-1GB-document-library-in-5-minutes-with-diverse-content-in-SharePoint.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsharepoint-tutorial.net%2fpost%2f2011%2f04%2f06%2fHow-to-Create-a-1GB-document-library-in-5-minutes-with-diverse-content-in-SharePoint.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Create_a_1GB_document_library_in_5_minutes_with_content_in_SharePoint</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Create_a_1GB_document_library_in_5_minutes_with_content_in_SharePoint</guid>
      <pubDate>Thu, 07 Apr 2011 12:54:32 GMT</pubDate>
    </item>
    <item>
      <title>How to: Create 10.000 list items in 5 minutes in a SharePoint list</title>
      <description>During your development process you may need a test environment with lots of data. You can either create this test data by hand or you can use my tool Content Generator 2011 in order save time.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsharepoint-tutorial.net%2fpost%2f2011%2f04%2f05%2fHow-to-Create-10000-list-items-in-5-minutes-in-a-SharePoint-list.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsharepoint-tutorial.net%2fpost%2f2011%2f04%2f05%2fHow-to-Create-10000-list-items-in-5-minutes-in-a-SharePoint-list.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/How_to_Create_10_000_list_items_in_5_minutes_in_a_SharePoint_list</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/How_to_Create_10_000_list_items_in_5_minutes_in_a_SharePoint_list</guid>
      <pubDate>Tue, 05 Apr 2011 18:17:33 GMT</pubDate>
    </item>
    <item>
      <title>350+ of The Best Web Design Feeds</title>
      <description>This is a collection of 350+ of The Best blog and website feeds, hand-selected, all on the subject of Web Design.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwebsitesmaderight.com%2f2011%2f01%2f350-of-the-best-web-design-feeds%2f%3fsms_ss%3ddotnetkicks"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwebsitesmaderight.com%2f2011%2f01%2f350-of-the-best-web-design-feeds%2f%3fsms_ss%3ddotnetkicks" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/350_of_The_Best_Web_Design_Feeds</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/350_of_The_Best_Web_Design_Feeds</guid>
      <pubDate>Fri, 18 Mar 2011 07:35:51 GMT</pubDate>
    </item>
    <item>
      <title>ICallback Event Handler</title>
      <description>This article will explain the use of "ICALLBACKEventHandler" in asp.net 2.0.
About ICallbackEventHandler:
ASP.NET 2.0 introduces an interface ICallbackEventHandler (System.Web.UI.ICallbackEventHandler) to allow asynchronous communication with the server. Unlike Postback, in Callback only user defined information is sent back to the server.
ICallbackEventHandler uses DoCallback event to send user defined data to server (instead of postback event), and return the String to client; on client side JavaScript manipulates the string. This interface implements two functions on server side (i.e. c# or vb) and we need to implement two functions on client side i.e. in JavaScript.(You can DOWNLOAD demo Code for Reference)
Check out the Article  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspdotnetmatters.blogspot.com%2f2010%2f08%2ficallback-event-handler.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspdotnetmatters.blogspot.com%2f2010%2f08%2ficallback-event-handler.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/ICallback_Event_Handler</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/ICallback_Event_Handler</guid>
      <pubDate>Fri, 13 Aug 2010 08:25:31 GMT</pubDate>
    </item>
    <item>
      <title>CMS has Lowered the Expectation Cost for Freelance Web Development</title>
      <description>The cost to develop a decent website can range from $300 up to as much as $5000, but users seem to think that this is unreasonable since the large adoption of CMS.  CMS has given non-developers the idea that we developers simply need to install the web application on a server and they will magically have a website.  Thinking this way leads them to believe it shouldn't cost that much.  What they don't know is that installing the software is only a small part of the entire development process. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.danielbardi.com%2fblog%2fpost%2f2009%2f10%2f25%2fCMS-has-Lowered-the-Expectation-Cost-for-Freelance-Web-Development.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.danielbardi.com%2fblog%2fpost%2f2009%2f10%2f25%2fCMS-has-Lowered-the-Expectation-Cost-for-Freelance-Web-Development.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/CMS_has_Lowered_the_Expectation_Cost_for_Freelance_Web_Development</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/CMS_has_Lowered_the_Expectation_Cost_for_Freelance_Web_Development</guid>
      <pubDate>Sun, 25 Oct 2009 20:02:56 GMT</pubDate>
    </item>
    <item>
      <title>See Code, See CodeRun</title>
      <description>Tim Bellette writes about the new and innovative IDE, Coderun.   &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftim.bellette.net%2f2009%2f06%2f19%2fsee-code-see-coderun%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftim.bellette.net%2f2009%2f06%2f19%2fsee-code-see-coderun%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/See_Code_See_CodeRun</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/See_Code_See_CodeRun</guid>
      <pubDate>Wed, 30 Sep 2009 13:07:01 GMT</pubDate>
    </item>
    <item>
      <title>Dream CSS - CodeRun - browser based online development platform</title>
      <description>CodeRun is a browser-based Integrated Development Environment (IDE), CodeRun is a unique website that allows programmers to easily develop, test, deploy and publish code online, without requiring powerful hardware or complex software.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dreamcss.com%2f2009%2f06%2fcoderun-browser-based-online.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dreamcss.com%2f2009%2f06%2fcoderun-browser-based-online.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Dream_CSS_CodeRun_browser_based_online_development_platform</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Dream_CSS_CodeRun_browser_based_online_development_platform</guid>
      <pubDate>Tue, 29 Sep 2009 11:16:11 GMT</pubDate>
    </item>
    <item>
      <title>Google's Page Speed tool for web developers - similar to YSlow</title>
      <description>Google have announced some new tools and services for web developers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnimtug.org%2fblogs%2fdamien-mcgivern%2farchive%2f2009%2f08%2f11%2fgoogle-page-speed-firefox-firebug-add-on-web-developer-tool.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnimtug.org%2fblogs%2fdamien-mcgivern%2farchive%2f2009%2f08%2f11%2fgoogle-page-speed-firefox-firebug-add-on-web-developer-tool.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Google_s_Page_Speed_tool_for_web_developers_similar_to_YSlow</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Google_s_Page_Speed_tool_for_web_developers_similar_to_YSlow</guid>
      <pubDate>Tue, 11 Aug 2009 07:05:56 GMT</pubDate>
    </item>
    <item>
      <title>Handling JSON data securely, Five JavaScript Tips in Five Days</title>
      <description>JSON (JavaScript Object Notation) is a lightweight data format commonly used in Ajax requests. Unfortunately, JSON has some inherent security concerns. In this post, I'll discuss the problem with JSON and the fix that makes it safe to use in your Rich Internet Applications. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.peachpit.com%2fblogs%2fblog.aspx%3fuk%3dHandling-JSON-Data-Securely1"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.peachpit.com%2fblogs%2fblog.aspx%3fuk%3dHandling-JSON-Data-Securely1" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Handling_JSON_data_securely_Five_JavaScript_Tips_in_Five_Days</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Handling_JSON_data_securely_Five_JavaScript_Tips_in_Five_Days</guid>
      <pubDate>Wed, 11 Mar 2009 06:02:33 GMT</pubDate>
    </item>
    <item>
      <title>Waterfall development just work as great</title>
      <description>Waterfall development is still a valid way to develop software. Setting up the requirements, making proper analysis, coding and then testing works just as fine. However. not for ever changing software like a website.

If I were to build an e-Commerce website, I would never choose to go Waterfall. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.decayingcode.com%2f2009%2f03%2fwaterfall-development-just-work-as.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.decayingcode.com%2f2009%2f03%2fwaterfall-development-just-work-as.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Waterfall_development_just_work_as_great</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Waterfall_development_just_work_as_great</guid>
      <pubDate>Wed, 04 Mar 2009 12:41:10 GMT</pubDate>
    </item>
    <item>
      <title>About SCRUM - Great Resource About SCRUM</title>
      <description>Hamid Shojaee, the CEO of Axosoft, launches a new site, called About SCRUM, in which he and his friends share great stuff about SCRUM. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faboutscrum.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faboutscrum.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/About_SCRUM_Great_Resource_About_SCRUM</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/About_SCRUM_Great_Resource_About_SCRUM</guid>
      <pubDate>Wed, 24 Dec 2008 02:10:22 GMT</pubDate>
    </item>
    <item>
      <title>On-Server AJAX, a paradigm shift that brings the AJAX benefits</title>
      <description>This article tells you the benifits that AJAX can bring for any enterprise. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fnavotpeled%2f200711222007073552AM%2f2007.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fnavotpeled%2f200711222007073552AM%2f2007.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/On_Server_AJAX_a_paradigm_shift_that_brings_the_AJAX_benefits</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/On_Server_AJAX_a_paradigm_shift_that_brings_the_AJAX_benefits</guid>
      <pubDate>Thu, 27 Nov 2008 12:38:33 GMT</pubDate>
    </item>
    <item>
      <title>FREE Technical E-Book Previews, Magazines and other Technical Material</title>
      <description>One of our partner sites Revresponse has come up with a few FREE technical resources that we would like to share with our viewers. All you have to do is: 1. Simply choose the resource  2. Click on 'Request Now'  3. Complete the application form and submit it. All the resources shown here are absolutely FREE to professionals who qualify. Please check out the 'Geographical Eligibility' before downloading the books. The books shown here are for Developers, Testers, Team Leads, Project Leads, Project Managers , CEO's etc. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d205"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d205" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/FREE_Technical_E_Book_Previews_Magazines_and_other_Technical_Material</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/FREE_Technical_E_Book_Previews_Magazines_and_other_Technical_Material</guid>
      <pubDate>Thu, 25 Sep 2008 05:08:21 GMT</pubDate>
    </item>
    <item>
      <title>Normalization for databases is like Dependency Injection for code</title>
      <description>Dependency Injection and Database Normalization are two entirely different concepts that strive to achieve the same thing. Ability to make quick and stable changes.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2008%2f09%2f17%2fNormalization-for-databases-is-like-Dependency-Injection-for-code.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2008%2f09%2f17%2fNormalization-for-databases-is-like-Dependency-Injection-for-code.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Normalization_for_databases_is_like_Dependency_Injection_for_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Normalization_for_databases_is_like_Dependency_Injection_for_code</guid>
      <pubDate>Wed, 17 Sep 2008 14:39:39 GMT</pubDate>
    </item>
    <item>
      <title>Javascript Closures</title>
      <description>One of the features of Javascript is closures , Javascript closures keep the local variables of a function even after it returns. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmabdelghani.wordpress.com%2f2008%2f09%2f16%2fjavascript-closures%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmabdelghani.wordpress.com%2f2008%2f09%2f16%2fjavascript-closures%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Javascript_Closures</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Javascript_Closures</guid>
      <pubDate>Tue, 16 Sep 2008 20:16:22 GMT</pubDate>
    </item>
    <item>
      <title>Prototyping in Software Development - 4</title>
      <description>Who should be involved, how far you should go and when do you have to do Prototyping in a Software Development Project? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.silicusblogs.com%2fkb%2fsoftware-development-practices%2fsoftware-development-prototyping%2fprototyping-in-software-development-4.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.silicusblogs.com%2fkb%2fsoftware-development-practices%2fsoftware-development-prototyping%2fprototyping-in-software-development-4.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Prototyping_in_Software_Development_4</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Prototyping_in_Software_Development_4</guid>
      <pubDate>Tue, 19 Aug 2008 15:21:34 GMT</pubDate>
    </item>
    <item>
      <title>Prototyping in Software Development - 3</title>
      <description>Tips and Techniques in User Interface Prototyping during Software Development &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.silicusblogs.com%2fkb%2fsoftware-development-practices%2fsoftware-development-prototyping%2fprototyping-in-software-development-3.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.silicusblogs.com%2fkb%2fsoftware-development-practices%2fsoftware-development-prototyping%2fprototyping-in-software-development-3.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Prototyping_in_Software_Development_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Prototyping_in_Software_Development_3</guid>
      <pubDate>Tue, 19 Aug 2008 15:20:54 GMT</pubDate>
    </item>
    <item>
      <title>Prototyping in Software Development - 2</title>
      <description>Tools and Technologies that can be used in Usability Engineering, prototyping during Software Development &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.silicusblogs.com%2fkb%2fsoftware-development-practices%2fsoftware-development-prototyping%2fprototyping-in-software-development-2.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.silicusblogs.com%2fkb%2fsoftware-development-practices%2fsoftware-development-prototyping%2fprototyping-in-software-development-2.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Prototyping_in_Software_Development_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Prototyping_in_Software_Development_2</guid>
      <pubDate>Tue, 19 Aug 2008 15:20:17 GMT</pubDate>
    </item>
    <item>
      <title>Prototyping in Software Development - 1</title>
      <description>This article addresses the needs of prototyping in Software Development , this will be the first part in the series of articles on Prototyping in Software Development. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.silicusblogs.com%2fkb%2fsoftware-development-practices%2fsoftware-development-prototyping%2fprototyping-in-software-development-1.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.silicusblogs.com%2fkb%2fsoftware-development-practices%2fsoftware-development-prototyping%2fprototyping-in-software-development-1.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Prototyping_in_Software_Development_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Prototyping_in_Software_Development_1</guid>
      <pubDate>Tue, 19 Aug 2008 15:19:39 GMT</pubDate>
    </item>
    <item>
      <title>Lean Software Development</title>
      <description>Very good article and some good steps on Lean Software Development &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fdarrell.norton%2fpages%2f50341.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fdarrell.norton%2fpages%2f50341.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/Lean_Software_Development</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/Lean_Software_Development</guid>
      <pubDate>Thu, 14 Aug 2008 17:40:16 GMT</pubDate>
    </item>
    <item>
      <title>Lean Software Development</title>
      <description>Very good article and some good steps on Lean Software Development &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fdarrell.norton%2fpages%2f50341.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fdarrell.norton%2fpages%2f50341.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/Lean_Software_Development</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/Lean_Software_Development</guid>
      <pubDate>Thu, 14 Aug 2008 17:40:16 GMT</pubDate>
    </item>
    <item>
      <title>Software development dogmata - good practices gone bad</title>
      <description>Many practices in the software development world are widely accepted at some moment in time as the "true way". The trouble starts when the "true way" is forced down the throats of people who need a "new way". Usually popular practices follow a similar path between the moment somebody discovers/creates them and until they get massively popular. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2flittletutorials.com%2f2008%2f08%2f02%2fsoftware-development-dogmata%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2flittletutorials.com%2f2008%2f08%2f02%2fsoftware-development-dogmata%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Software_development_dogmata_good_practices_gone_bad</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Software_development_dogmata_good_practices_gone_bad</guid>
      <pubDate>Thu, 14 Aug 2008 20:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Process Implementation and TFS(Team Foundation Server)- Part1</title>
      <description>I am going to focus this post to explore the process implementation capabilities and features of TFS. Let me start by sharing my understanding of a Process and then see how TFS can help me implement it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.silicusblogs.com%2fkb%2fsoftware-development-practices%2fprocess-implementation-and-tfsteam-foundation-server.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.silicusblogs.com%2fkb%2fsoftware-development-practices%2fprocess-implementation-and-tfsteam-foundation-server.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/Process_Implementation_and_TFS_Team_Foundation_Server_Part1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/Process_Implementation_and_TFS_Team_Foundation_Server_Part1</guid>
      <pubDate>Tue, 12 Aug 2008 18:28:26 GMT</pubDate>
    </item>
    <item>
      <title>Top 100 Best Software Engineering Books, Ever</title>
      <description>In this post I proudly present the Top 100 of Best Software Engineering Books, Ever. I have created this list using four different criteria: 1) number of Amazon reviews, 2) average Amazon rating, 3) number of Google hits and 4) Jolt awards.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.noop.nl%2f2008%2f06%2ftop-100-best-software-engineering-books-ever.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.noop.nl%2f2008%2f06%2ftop-100-best-software-engineering-books-ever.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Top_100_Best_Software_Engineering_Books_Ever</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Top_100_Best_Software_Engineering_Books_Ever</guid>
      <pubDate>Fri, 20 Jun 2008 19:16:02 GMT</pubDate>
    </item>
  </channel>
</rss>
