<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by Anastasiosyal</title>
    <description>Stories kicked by Anastasiosyal</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>Wanted: Entity Framework Suggestions</title>
      <description>Entity Framework has matured, and it is finally time to create CodeSmith Generator templates for EF! The dev team at CodeSmith Tools is looking for suggestions on what to include in their upcoming Entity Framework templates. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcommunity.codesmithtools.com%2fCodeSmith_Community%2fb%2fblake%2farchive%2f2010%2f10%2f18%2fwanted-entity-framework-suggestions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcommunity.codesmithtools.com%2fCodeSmith_Community%2fb%2fblake%2farchive%2f2010%2f10%2f18%2fwanted-entity-framework-suggestions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Wanted_Entity_Framework_Suggestions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Wanted_Entity_Framework_Suggestions</guid>
      <pubDate>Mon, 18 Oct 2010 19:48:42 GMT</pubDate>
    </item>
    <item>
      <title>Tekpub ASP.NET MVC 2 Starter Site 0.5 Released</title>
      <description>&amp;quot;I've been working on a couple of side jobs and one of the fun things I've been able to do is refine Tekpub's MVC Starter Site - fixing some bugs and also adding functionality. I've been meaning to talk about this more - so here goes. I'll show you how you can use the Starter Site to build out... oh let's just say a nice Music Store :).&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2f2010%2f05%2f24%2fmvc-starter-2"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2f2010%2f05%2f24%2fmvc-starter-2" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Tekpub_ASP_NET_MVC_2_Starter_Site_0_5_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Tekpub_ASP_NET_MVC_2_Starter_Site_0_5_Released</guid>
      <pubDate>Tue, 25 May 2010 23:20:29 GMT</pubDate>
    </item>
    <item>
      <title>Simplify, Shorten and Speed Up Your LINQ Statements with &amp;quot;Let&amp;quot;</title>
      <description>Details how using the &amp;quot;let&amp;quot; keyword can make your LINQ statements shorter and faster. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.nitriq.com%2fSimplifyShortenAndSpeedUpYourLINQStatementsWithLet.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.nitriq.com%2fSimplifyShortenAndSpeedUpYourLINQStatementsWithLet.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Simplify_Shorten_and_Speed_Up_Your_LINQ_Statements_with_Let</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Simplify_Shorten_and_Speed_Up_Your_LINQ_Statements_with_Let</guid>
      <pubDate>Wed, 12 May 2010 18:45:52 GMT</pubDate>
    </item>
    <item>
      <title>Introducing Fluent MetadataProvider for ASP.NET MVC - Kazi</title>
      <description>I have just included a Fluent Metadata provider in my open source System.Web.Mvc.Extensibility project. Currently it contains all of the features of the Built-in DataAnnotations Metadata provider that comes with the ASP.NET MVC 2 framework. Consider it as a holiday special from me for the ASP.NET MVC community :-). The main reason I am no... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f12%2f24%2fintroducing-fluent-metadataprovider-for-asp-net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f12%2f24%2fintroducing-fluent-metadataprovider-for-asp-net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Introducing_Fluent_MetadataProvider_for_ASP_NET_MVC_Kazi</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Introducing_Fluent_MetadataProvider_for_ASP_NET_MVC_Kazi</guid>
      <pubDate>Sat, 26 Dec 2009 11:15:02 GMT</pubDate>
    </item>
    <item>
      <title>More on Fluent MetadataProvider for ASP.NET MVC - Kazi Manzur Rashid</title>
      <description>In my last post, one of the thing you complained about the maintaining view model meta data configuration in two separate place and I admit this becomes a pain when you skim through the codes. I have changed the  implementation, so now you will be able to configure the meta data very much like the Fluent NHibernate or Entity Framework 4.0 Code ... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f12%2f25%2fmore-on-fluent-metadataprovider-for-asp-net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f12%2f25%2fmore-on-fluent-metadataprovider-for-asp-net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/More_on_Fluent_MetadataProvider_for_ASP_NET_MVC_Kazi_Manzur_Rashid</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/More_on_Fluent_MetadataProvider_for_ASP_NET_MVC_Kazi_Manzur_Rashid</guid>
      <pubDate>Sat, 26 Dec 2009 12:00:01 GMT</pubDate>
    </item>
    <item>
      <title>C# Artificial Intelligence (AI) Programming: A Basic Object Oriented</title>
      <description>A Neural Network is an Artificial Intelligence (AI) methodology that attempts to mimic the behavior of the neurons in our brains. In this article, we'll be building a basic framework for AI Neural Networks in C# and teach our program to perform basic X-OR operations. &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%2frmcochran%2fAI_OOP_NeuralNet06192006090112AM%2fAI_OOP_NeuralNet.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2frmcochran%2fAI_OOP_NeuralNet06192006090112AM%2fAI_OOP_NeuralNet.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/C_Artificial_Intelligence_AI_Programming_A_Basic_Object_Oriented</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/C_Artificial_Intelligence_AI_Programming_A_Basic_Object_Oriented</guid>
      <pubDate>Wed, 07 Oct 2009 06:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Gene Expression Programming (GEP) in C# and .NET</title>
      <description>Gene Expression programming (GEP) is a subset of Genetic Algorithms, except it uses genomes whose strings of numbers represent symbols. The string of symbols can further represent equations, grammars, or logical mappings. &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%2fmgold%2fGEP08292005111331AM%2fGEP.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fmgold%2fGEP08292005111331AM%2fGEP.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Gene_Expression_Programming_GEP_in_C_and_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Gene_Expression_Programming_GEP_in_C_and_NET</guid>
      <pubDate>Tue, 06 Oct 2009 02:45:02 GMT</pubDate>
    </item>
    <item>
      <title>AspectF fluent way to add Aspects for clearner and more maintable code</title>
      <description>Aspect Oriented Programming allows you to write cleaner and more maintainable code. But it requires using some third party framework or some C# dark magic. AspectF shows you a simple way to do AOP style coding without requiring any framework or dark magic at all. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsmvps.com%2fblogs%2fomar%2farchive%2f2009%2f09%2f19%2faspectf-fluent-way-to-put-aspects-into-your-code-for-separation-of-concern.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsmvps.com%2fblogs%2fomar%2farchive%2f2009%2f09%2f19%2faspectf-fluent-way-to-put-aspects-into-your-code-for-separation-of-concern.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/AspectF_fluent_way_to_add_Aspects_for_clearner_and_more_maintable_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/AspectF_fluent_way_to_add_Aspects_for_clearner_and_more_maintable_code</guid>
      <pubDate>Sat, 19 Sep 2009 08:01:58 GMT</pubDate>
    </item>
    <item>
      <title>Using a Genetic Algorithm to Do Consultant Scheduling in C#</title>
      <description>This article describes a way to use a type of genetic algorithm called PBIL (Population Based Incremenetal Learning) to optimize the scheduling of consultants on a group of 5 project. &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%2fmgold%2fGAScheduler04082007210629PM%2fGAScheduler.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fmgold%2fGAScheduler04082007210629PM%2fGAScheduler.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Using_a_Genetic_Algorithm_to_Do_Consultant_Scheduling_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Using_a_Genetic_Algorithm_to_Do_Consultant_Scheduling_in_C</guid>
      <pubDate>Fri, 28 Aug 2009 05:45:04 GMT</pubDate>
    </item>
    <item>
      <title>Writing Great Unit Tests: Best and Worst Practises</title>
      <description>A suite of good unit tests is immensely valuable: it documents your design, and makes it easier to refactor and expand your code while retaining a clear overview of each component's behaviour. However, a suite of *bad* unit tests is immensely painful: it doesn't prove anything clearly, and can severely inhibit your ability to refactor or alter your code in any way.

How can you be sure to write unit tests that contribute positively to your project and don't end up being a liability? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.codeville.net%2f2009%2f08%2f24%2fwriting-great-unit-tests-best-and-worst-practises%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.codeville.net%2f2009%2f08%2f24%2fwriting-great-unit-tests-best-and-worst-practises%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Writing_Great_Unit_Tests_Best_and_Worst_Practises</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Writing_Great_Unit_Tests_Best_and_Worst_Practises</guid>
      <pubDate>Tue, 25 Aug 2009 03:30:04 GMT</pubDate>
    </item>
    <item>
      <title>Get Countries Name in .Net</title>
      <description>In this post, I will explain you how can we get the countries name filled in any collection using .net without using any database.

It is a regular task, which we all as developers did some past day but the difference is we used database table or xml file to hold the country names. But .net framework provide us with all the countries information in Globalization namespace.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aghausman.net%2fdotnet%2fGet-Countries-Name-in-Net.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aghausman.net%2fdotnet%2fGet-Countries-Name-in-Net.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Get_Countries_Name_in_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Get_Countries_Name_in_Net</guid>
      <pubDate>Mon, 27 Jul 2009 15:30:09 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC, DynamicData, Domain-/RiaServices, Unity and NHibernate</title>
      <description>For this project the following (extensive) list of libraries is used (all these libraries are included in the download):

    * MS ASP.NET Mvc 1.0
    * Microsoft .NET RIA Services July 2009 Preview
    * NHibernate 2.1.0CR1
    * NHibernate Linq (latest trunk version)
    * FluentNhibernate (latest trunk version, patched to work with NHibernate 2.1.0CR1)
    * MS Unity 1.2
    * ASP.NET Dynamic Data MVC Preview (since this project is pretty old, I had to modify it quite a bit, the source is included in the download)
    * I used Rob Conery's t4 templates as the base to generate entities from the database.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.chrisvandesteeg.nl%2f2009%2f07%2f13%2faspnet-mvc-dynamicdata-domain-riaservices-unity-and-nhibernate-part-1%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.chrisvandesteeg.nl%2f2009%2f07%2f13%2faspnet-mvc-dynamicdata-domain-riaservices-unity-and-nhibernate-part-1%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_DynamicData_Domain_RiaServices_Unity_and_NHibernate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_DynamicData_Domain_RiaServices_Unity_and_NHibernate</guid>
      <pubDate>Wed, 29 Jul 2009 07:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Sharp Architecture RTM </title>
      <description>A well worked and actively contributed lightweight framework to build ASP.net MVC apps with NHibernate.    &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fbilly_mccafferty%2farchive%2f2009%2f07%2f15%2fit-is-done-s-arp-architecture-1-0-rtm.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fbilly_mccafferty%2farchive%2f2009%2f07%2f15%2fit-is-done-s-arp-architecture-1-0-rtm.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Sharp_Architecture_RTM</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Sharp_Architecture_RTM</guid>
      <pubDate>Fri, 17 Jul 2009 14:45:01 GMT</pubDate>
    </item>
    <item>
      <title>Subsonic 3 released</title>
      <description>Just read Rob Conery's Blog and saw that Subsonic 3 is now available for download. For those unfamiliar with Subsonic it really is the ONLY no BS ORM out there, in fact it is so easy to get up and running that it is easy to forget that you ever set it up in the first place. The whole Subsonic ethic is to remove the hoops that other ORM's have you jump through and essentially to get you home earlier. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweb2asp.net%2f2009%2f07%2fsubsonic-3-released.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweb2asp.net%2f2009%2f07%2fsubsonic-3-released.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Subsonic_3_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Subsonic_3_released</guid>
      <pubDate>Sat, 04 Jul 2009 17:45:05 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to SQL is NOT dead!</title>
      <description>Ever since Microsoft announced that the Entity Framework was their ORM of choice, people everywhere have been saying, "LINQ to SQL is dead!" A lot of people feel like they're not allowed to use LINQ to SQL anymore and that they have to use Entity Framework instead.

In fact, LINQ to SQL is not only alive and well, Microsoft has even announced LINQ to SQL improvements in .NET 4.0, including finally adding using ITable&amp;lt;T&amp;gt; for tables instead of Table&amp;lt;T&amp;gt;, which makes it much easier to test. Combine that with this open source tool that will create an IDataContext interface for you and you're on your way to testable LINQ to SQL. So no, LINQ to SQL is not dead!! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjonkruger.com%2fblog%2f2009%2f06%2f06%2flinq-to-sql-is-not-dead%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjonkruger.com%2fblog%2f2009%2f06%2f06%2flinq-to-sql-is-not-dead%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_to_SQL_is_NOT_dead</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_to_SQL_is_NOT_dead</guid>
      <pubDate>Sun, 07 Jun 2009 17:00:03 GMT</pubDate>
    </item>
    <item>
      <title>UppercuT - The Insanely Easy to Use Automated Build Framework</title>
      <description>Automated Builds as easy as (1) solution name, (2) source control path, (3) company name for most projects!!!

UppercuT is for developers who want a powerful build framework without a lot of set up work. UppercuT is for anyone who needs a standard way of building applications across an entire organization. UppercuT is for anyone who wants to concentrate on just writing code.

What can UppercuT do for you?
-Compiles your application 
-Versions the local code build  
-Runs your unit tests 
-Runs NCover 
-Runs NDepend (you will need a license - does not come with UppercuT) 
-Creates environment configuration files (using ENV.settings files and config.template files) - more on this later 
-Packages your application for deployment 
-Along the way, it can run custom tasks for you.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fferventcoder.com%2farchive%2f2009%2f05%2f08%2fuppercut---the-insanely-easy-to-use-automated-build-framework.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fferventcoder.com%2farchive%2f2009%2f05%2f08%2fuppercut---the-insanely-easy-to-use-automated-build-framework.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/UppercuT_The_Insanely_Easy_to_Use_Automated_Build_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/UppercuT_The_Insanely_Easy_to_Use_Automated_Build_Framework</guid>
      <pubDate>Tue, 19 May 2009 05:02:36 GMT</pubDate>
    </item>
    <item>
      <title>Open Source or Die - The *Real* Future of Graffiti?</title>
      <description>Telligent's Graffiti hasn't quite flatlined yet, but the signs aren't looking too good. Could OSS be the way to breathe life back into this once-promising CMS platform? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fleedumond.com%2fblog%2fopen-source-or-die-the-real-future-of-graffiti%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fleedumond.com%2fblog%2fopen-source-or-die-the-real-future-of-graffiti%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Open_Source_or_Die_The_Real_Future_of_Graffiti</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Open_Source_or_Die_The_Real_Future_of_Graffiti</guid>
      <pubDate>Tue, 12 May 2009 10:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Free T4 Editor for your ASP.NET MVC T4 Templates available</title>
      <description>Found on tangible blog, that the new tangible T4 Editor 1.4 FREE EDITION now includes full Intelli-Sense support

for MVC Host and related namespaces used in ASP.NET MVC 1.0 RTM T4 Templates. In addition it provides a nice highlighting
for ASP.NET and T4 Code.

Seems like anyone can now edit MVC T4 Templates with full comfort without investing a penny. 

Awesome! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftangibleengineering.blogspot.com%2f2009%2f05%2ftangible-t4-editor-14-support-for-mvc.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftangibleengineering.blogspot.com%2f2009%2f05%2ftangible-t4-editor-14-support-for-mvc.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Free_T4_Editor_for_your_ASP_NET_MVC_T4_Templates_available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Free_T4_Editor_for_your_ASP_NET_MVC_T4_Templates_available</guid>
      <pubDate>Fri, 08 May 2009 23:01:06 GMT</pubDate>
    </item>
    <item>
      <title>Future of Business Intelligence and Databases</title>
      <description>The term business intelligence (BI) was coined by Howard Dresner in the early 1990s. He defined Business Intelligence as "a set of concepts and methodologies to improve decision making in business through use of facts and fact-based systems." In a time when data warehousing was considered leading-edge he created the vision that led to the development of business intelligence, as it is known today.  The once visionary BI is now commonplace and in near future a momentous transformation is about to take place.

BI is all set to bring information democracy where end users across an organization will be able to view information related to their segment. Further, with the rising consumer expectations there will be demand for capability requirements of BI as well. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f05%2f08%2fsqlauthority-news-future-of-business-intelligence-and-databases-article-by-nupur-dave%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f05%2f08%2fsqlauthority-news-future-of-business-intelligence-and-databases-article-by-nupur-dave%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Future_of_Business_Intelligence_and_Databases</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Future_of_Business_Intelligence_and_Databases</guid>
      <pubDate>Mon, 11 May 2009 03:31:02 GMT</pubDate>
    </item>
    <item>
      <title>More ASP.NET MVC Best Practices</title>
      <description>In this post, I'll share some of the best practices and guidelines which I have come across while developing ASP.NET MVC web applications. I will not cover all best practices that are available, instead add some specific things that have not been mentioned in any blog post out there.

Existing best practices can be found on Kazi Manzur Rashid's blog and Simone Chiaretta's blog. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f05%2f06%2fMore-ASPNET-MVC-Best-Practices.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f05%2f06%2fMore-ASPNET-MVC-Best-Practices.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/More_ASP_NET_MVC_Best_Practices</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/More_ASP_NET_MVC_Best_Practices</guid>
      <pubDate>Wed, 06 May 2009 19:16:02 GMT</pubDate>
    </item>
    <item>
      <title>5 Blogs ASP.NET MVC Developers Should Be Following</title>
      <description>Everyone knows that Phil Haack, Rob Conery, Scott Hanselman, and Scott Guthrie all provide good ASP.NET MVC content on their blogs. I wanted to provide a list of excellent resources on ASP.NET MVC that are a little less well known. &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%2f2009%2f04%2f13%2f5-Blogs-ASPNET-MVC-Developers-Should-Be-Following.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f04%2f13%2f5-Blogs-ASPNET-MVC-Developers-Should-Be-Following.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/5_Blogs_ASP_NET_MVC_Developers_Should_Be_Following</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/5_Blogs_ASP_NET_MVC_Developers_Should_Be_Following</guid>
      <pubDate>Mon, 13 Apr 2009 20:46:07 GMT</pubDate>
    </item>
    <item>
      <title>Kona: Continuous Integration and Better Unit Testing</title>
      <description>In this screencast Rob Conery and Brad Wilson talk about continuous integration with TeamCity, Unit Testing with xUnit and TDD in general.

&amp;quot;This screencast went from a simple idea - talking to Brad Wilson about better Unit Testing - to some pretty broad topics such as source control, unit testing, and continuous integration. I seriously could have written a whole book based on the stuff flying through my mind. I reigned it in a bit and decided to focus on two things that I don't think get enough press: writing a good Unit Test coupled with Continuous Integration.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2fkona%2fkona-2%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fkona%2fkona-2%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Kona_Continuous_Integration_and_Better_Unit_Testing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Kona_Continuous_Integration_and_Better_Unit_Testing</guid>
      <pubDate>Mon, 13 Apr 2009 11:01:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC goes RTM before MIX09</title>
      <description>Not sure if the release was intentional or just someone that forgot to set the timezone field while publishing the download, but ASP.NET MVC has been RTMed before MIX09. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f03%2f18%2fasp.net-mvc-goes-rtm-before-mix09.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f03%2f18%2fasp.net-mvc-goes-rtm-before-mix09.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_goes_RTM_before_MIX09</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_goes_RTM_before_MIX09</guid>
      <pubDate>Wed, 18 Mar 2009 17:46:04 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC 1.0 released</title>
      <description>ASP.NET MVC 1.0 RTM is released &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fdetails.aspx%3fFamilyID%3d53289097-73ce-43bf-b6a6-35e00103cb4b%26displaylang%3den"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fdetails.aspx%3fFamilyID%3d53289097-73ce-43bf-b6a6-35e00103cb4b%26displaylang%3den" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_1_0_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_1_0_released</guid>
      <pubDate>Wed, 18 Mar 2009 20:01:26 GMT</pubDate>
    </item>
    <item>
      <title>Free ASP.NET MVC eBook Tutorial - ScottGu</title>
      <description>There has been a lot of excitement in the community about the new ASP.NET MVC framework that is about to ship (literally any day now - announcement coming soon).  As with anything new, people are also asking for more tutorials/samples/documentation that cover how to get started and build applications with it.

Over the last few months I've been helping to contribute to an ASP.NET MVC book that Scott Hanselman, Rob Conery, and Phil Haack have been writing for Wrox.  The book is now in production, and will be available to buy in stores soon &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2009%2f03%2f10%2ffree-asp-net-mvc-ebook-tutorial.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2009%2f03%2f10%2ffree-asp-net-mvc-ebook-tutorial.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Free_ASP_NET_MVC_eBook_Tutorial_ScottGu</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Free_ASP_NET_MVC_eBook_Tutorial_ScottGu</guid>
      <pubDate>Wed, 11 Mar 2009 07:16:02 GMT</pubDate>
    </item>
  </channel>
</rss>
