<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by CodeFuzion</title>
    <description>Stories kicked by CodeFuzion</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>Update to JSON Service Provider using ASP.NET MVC Beta and Templating</title>
      <description>Recently Microsoft has updated the ASP.NET MVC to Beta status, and along with that came code changes. One of the code changes to the IModelBinder and how it interacts with the Parameter bindings broke what I wrote on the last post (utilizing ASP.NET MVC as a JSON Service Provider, and coding the entire web site on the client side). Upon loading the Beta bits, I realized my AJAX Parameter function was infinite looping. The reason is that the Model Binder defaults to trying to bind Complex Types in the Action Parameter to the form values being passed back, however, since I am not doing a form postback, it could not bind that to the complex type, and could not run the ActionExecuting on the AjaxParameterAttribute I had set.

Here is the changes along with testing Dates and the Microsoft Client Side Ajax Templating Engine. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpolymorphicview.blogspot.com%2f2008%2f10%2fupdate-to-json-service-provider-using.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpolymorphicview.blogspot.com%2f2008%2f10%2fupdate-to-json-service-provider-using.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Update_to_JSON_Service_Provider_using_ASP_NET_MVC_Beta_and_Templating</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Update_to_JSON_Service_Provider_using_ASP_NET_MVC_Beta_and_Templating</guid>
      <pubDate>Tue, 21 Oct 2008 04:33:11 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC as a JSON Service Provider for Richer Webs w MS Templates</title>
      <description>This post shows how to utilize the ASP.NET MVC Framework, jQuery, and Microsoft Templating to become a JSON Service Provider to allow for rich Client AJAX driven Web Application.

I have recently been doing a lot more Javascript Client side applications and working a lot closer with JSON objects to build complex web pages. The problem I typically run into is getting my C# POCO objects to translate to a JSON Object on the client side so I can work with it and change it and then post it back to the server to handle it appropriately.

The basics of what I wanted was to seamlessly work with my Model data and it automatically handle converting to JSON or C# Objects at the correct layer. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpolymorphicview.blogspot.com%2f2008%2f10%2fusing-aspnet-mvc-framework-as-json.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpolymorphicview.blogspot.com%2f2008%2f10%2fusing-aspnet-mvc-framework-as-json.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/ASP_NET_MVC_as_a_JSON_Service_Provider_for_Richer_Webs_w_MS_Templates</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/ASP_NET_MVC_as_a_JSON_Service_Provider_for_Richer_Webs_w_MS_Templates</guid>
      <pubDate>Fri, 10 Oct 2008 12:07:46 GMT</pubDate>
    </item>
    <item>
      <title>Entity Framework and some Architectural Decisions</title>
      <description>A conversation between myself, Muhammad, and the community about how to tackle Entity Framework in a mult-layered application similar to how MVC Storefront application works, but effectively utilizing EF. We are hoping to have community feedback on possible approaches to tackle this. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpolymorphicview.blogspot.com%2f2008%2f09%2fentity-framework-and-some-architectural.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpolymorphicview.blogspot.com%2f2008%2f09%2fentity-framework-and-some-architectural.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Entity_Framework_and_some_Architectural_Decisions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Entity_Framework_and_some_Architectural_Decisions</guid>
      <pubDate>Wed, 03 Sep 2008 21:39:20 GMT</pubDate>
    </item>
    <item>
      <title>Extension methods as a new Fluent Decorator Pattern?</title>
      <description>So recently I have been on this kick to learn Design Patterns in Ruby, and to figure out all kinds of neat ways to do the same design patterns in a dynamic language that is as versatile and elegant as Ruby. While playing around with the decorator pattern in Ruby, I started trying to think of slick ways to accomplish the pattern in C# 3.0. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpolymorphicview.blogspot.com%2f2008%2f08%2fextension-methods-as-new-fluent.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpolymorphicview.blogspot.com%2f2008%2f08%2fextension-methods-as-new-fluent.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Extension_methods_as_a_new_Fluent_Decorator_Pattern</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Extension_methods_as_a_new_Fluent_Decorator_Pattern</guid>
      <pubDate>Mon, 11 Aug 2008 14:22:35 GMT</pubDate>
    </item>
    <item>
      <title>Utilizing Ninject with ASP.NET MVC Framework</title>
      <description>A in depth article about how to use Ninject with ASP.NET MVC...  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpolymorphicview.blogspot.com%2f2008%2f08%2futilizing-ninject-with-aspnet-mvc.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpolymorphicview.blogspot.com%2f2008%2f08%2futilizing-ninject-with-aspnet-mvc.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Utilizing_Ninject_with_ASP_NET_MVC_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Utilizing_Ninject_with_ASP_NET_MVC_Framework</guid>
      <pubDate>Fri, 01 Aug 2008 19:55:36 GMT</pubDate>
    </item>
    <item>
      <title>"The Next Web aka Web 3.0" and Silverlight's importance to it.</title>
      <description>I have recently been having some debates on Silverlight / AIRs importance to the web. Some of these people in the discussion often say that AJAX enabled web sites are enough for what you need on the web. I whole heartedly disagree with this assessment, so I thought I would make a blog posting about why I feel the importance of RIA development on the web is an important next step for our view of the web in the coming years ... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fuserfriendlythinking.com%2fblogs%2fcorey_gaudin%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fuserfriendlythinking.com%2fblogs%2fcorey_gaudin%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/The_Next_Web_aka_Web_3_0_and_Silverlight_s_importance_to_it</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/The_Next_Web_aka_Web_3_0_and_Silverlight_s_importance_to_it</guid>
      <pubDate>Fri, 11 Apr 2008 16:12:03 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight 2 Navigating Between Xaml Pages</title>
      <description>One of the problems I've run across while playing around with the Beta is the lack of support for any easy way to navigate around you application by moving between Xaml pages. Here is a nice little solution. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.flawlesscode.com%2fpost%2f2008%2f03%2fSilverlight-2-Navigating-Between-Xaml-Pages.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.flawlesscode.com%2fpost%2f2008%2f03%2fSilverlight-2-Navigating-Between-Xaml-Pages.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_2_Navigating_Between_Xaml_Pages</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_2_Navigating_Between_Xaml_Pages</guid>
      <pubDate>Fri, 21 Mar 2008 14:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Developing a Robust Data-Driven UI Using WPF - Introduction.</title>
      <description>First post in a series. Discusses patterns for data-driven UI development in WPF. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ekampf.com%2fblog%2f2008%2f03%2f18%2fDevelopingARobustDataDrivenUIUsingWPFIntroduction.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ekampf.com%2fblog%2f2008%2f03%2f18%2fDevelopingARobustDataDrivenUIUsingWPFIntroduction.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Developing_a_Robust_Data_Driven_UI_Using_WPF_Introduction</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Developing_a_Robust_Data_Driven_UI_Using_WPF_Introduction</guid>
      <pubDate>Wed, 19 Mar 2008 04:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Tips and Tricks: Forcing LINQ to SQL to load Child Objects without def</title>
      <description>Discuss how to force LINQ to SQL to load child objects, as well as shape its load, without deferred execution.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fuserfriendlythinking.com%2fblogs%2fcorey_gaudin%2farchive%2f2008%2f02%2f26%2ftips-and-tricks-forcing-linq-to-sql-to-load-child-objects-without-deferred-execution-and-why.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fuserfriendlythinking.com%2fblogs%2fcorey_gaudin%2farchive%2f2008%2f02%2f26%2ftips-and-tricks-forcing-linq-to-sql-to-load-child-objects-without-deferred-execution-and-why.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Tips_and_Tricks_Forcing_LINQ_to_SQL_to_load_Child_Objects_without_def</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Tips_and_Tricks_Forcing_LINQ_to_SQL_to_load_Child_Objects_without_def</guid>
      <pubDate>Thu, 28 Feb 2008 14:29:03 GMT</pubDate>
    </item>
    <item>
      <title>Detailed Look: Key components in LINQ to SQL and their Key Roles</title>
      <description>Discuss the core concepts of what the DataContext and the Entity classes do and a description of how it does it. For the Entity class part, we will actually get down and dirty with how it actually accomplishes its responsibilities, since we can visibly see how it does it via the code generated for us. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fuserfriendlythinking.com%2fblogs%2fcorey_gaudin%2farchive%2f2008%2f02%2f26%2fdetailed-look-key-components-in-linq-to-sql-and-their-key-roles.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fuserfriendlythinking.com%2fblogs%2fcorey_gaudin%2farchive%2f2008%2f02%2f26%2fdetailed-look-key-components-in-linq-to-sql-and-their-key-roles.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Detailed_Look_Key_components_in_LINQ_to_SQL_and_their_Key_Roles</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Detailed_Look_Key_components_in_LINQ_to_SQL_and_their_Key_Roles</guid>
      <pubDate>Thu, 28 Feb 2008 14:18:36 GMT</pubDate>
    </item>
    <item>
      <title>Linq to SQL and WCF</title>
      <description>Part I of a series explaining how to use Linq to SQL with WCF (C#) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsoftwarex-nz.blogspot.com%2f2007%2f12%2fworking-with-linq-to-sql-and-wcf.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsoftwarex-nz.blogspot.com%2f2007%2f12%2fworking-with-linq-to-sql-and-wcf.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Linq_to_SQL_and_WCF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Linq_to_SQL_and_WCF</guid>
      <pubDate>Thu, 10 Jan 2008 14:04:46 GMT</pubDate>
    </item>
    <item>
      <title> Dynamic LINQ (Part 1: Using the LINQ Dynamic Query Library)</title>
      <description>While writing type-safe queries is great for most scenarios, there are cases where you want the flexibility to dynamically construct queries on the fly.  For example: you might want to provide business intelligence UI within your application that allows an end-user business analyst to use drop-downs to build and express their own custom queries/views on top of data.  &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%2f2008%2f01%2f07%2fdynamic-linq-part-1-using-the-linq-dynamic-query-library.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f01%2f07%2fdynamic-linq-part-1-using-the-linq-dynamic-query-library.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Dynamic_LINQ_Part_1_Using_the_LINQ_Dynamic_Query_Library</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Dynamic_LINQ_Part_1_Using_the_LINQ_Dynamic_Query_Library</guid>
      <pubDate>Tue, 08 Jan 2008 15:46:03 GMT</pubDate>
    </item>
  </channel>
</rss>