<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with template</title>
    <description>the latest stories tagged with 'template' 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>Trips&amp;amp;Ticks: Do you know how you can use GroupName property of RadioBu</title>
      <description>We can use GroupName property for mutually exclusive RadioButton but what can we do if we want to use mutually exclusive ToggleButton? ToggleButton doesn't have like ability... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frredcat.blogspot.com%2f2008%2f12%2ftrips-do-you-know-how-you-can-use.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frredcat.blogspot.com%2f2008%2f12%2ftrips-do-you-know-how-you-can-use.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Trips_Ticks_Do_you_know_how_you_can_use_GroupName_property_of_RadioBu</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Trips_Ticks_Do_you_know_how_you_can_use_GroupName_property_of_RadioBu</guid>
      <pubDate>Sun, 07 Dec 2008 00:54:30 GMT</pubDate>
    </item>
    <item>
      <title>Client Templating with jQuery</title>
      <description>Client templating in Javascript can be a great tool to reduce the amount of code you have to write to create markup content on the client. There are a number of different ways that templating can be accomplished from a purely manual approach to a full templating engine. In this entry I'll look at several different approaches. &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%2f509108.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f509108.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Client_Templating_with_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Client_Templating_with_jQuery</guid>
      <pubDate>Tue, 14 Oct 2008 13:16:05 GMT</pubDate>
    </item>
    <item>
      <title>All 40 Design Patterns  FAQ</title>
      <description>This article has all design patterns abstract factory pattern ,builder pattern,  prototype pattern , shallow copy and deep copy  in prototype patterns , singleton pattern ,  command patterns , Interpreter pattern,  iterator  pattern , mediator pattern , memento  pattern , observer pattern , state pattern ,  strategy  pattern , visitor pattern , difference  between  visitor and strategy pattern , adapter  pattern ,fly  weight pattern , bridge pattern ,  composite  pattern , decorator pattern , Fa&amp;#231;ade  pattern , chain of responsibility ( COR) , proxy  pattern and  template pattern, &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fKB%2faspnet%2fSoftArch4.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2faspnet%2fSoftArch4.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/All_40_Design_Patterns_FAQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/All_40_Design_Patterns_FAQ</guid>
      <pubDate>Tue, 30 Sep 2008 18:17:43 GMT</pubDate>
    </item>
    <item>
      <title>My version of Snoop (+ 2 features)</title>
      <description>I think that every WPF developer knows that is Snoop. This is helpful tool (with source code (!!) ) for visual debugging of WPF's app at runtime. It is good but I was in need of some expansions.

   1. I needed to see Template of controls in visual tree.
   2. I needed to keep a/some couple (value and property) of control in visual tree.

I implemented this issues for self purpose and want to impart this to all. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frredcat.blogspot.com%2f2008%2f07%2fmy-version-of-snoop-2-features.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frredcat.blogspot.com%2f2008%2f07%2fmy-version-of-snoop-2-features.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/My_version_of_Snoop_2_features</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/My_version_of_Snoop_2_features</guid>
      <pubDate>Thu, 31 Jul 2008 00:31:42 GMT</pubDate>
    </item>
    <item>
      <title>Correct use DataTemplateSelector.</title>
      <description>n the many inherited from FrameworkElement in WPF contain a useful dependency property *TemplateSelector type of DataTemplateSelector. It can set our inherit from DataTemplateSelector class and override the method SelectTemplate(). This allow dynamic generate template for a content. Content-data we can get a elementary binding. And now feature: we can use all binding (even that what refet to ElementName), except TemplateBinding, therefore RelativSourceMode doesn't equal TemplatedParent. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frredcat.blogspot.com%2f2007%2f09%2fcorrect-use-datatemplateselector.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frredcat.blogspot.com%2f2007%2f09%2fcorrect-use-datatemplateselector.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Correct_use_DataTemplateSelector</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Correct_use_DataTemplateSelector</guid>
      <pubDate>Wed, 30 Jul 2008 05:29:53 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET AJAX 4.0 Template Example</title>
      <description>Yesterday was released the first preview of ASP.NET 4.0. Lot's of cool stuff come with this release and with this article i will try to demonstrate the use of templates. The example is available for download Let's start... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjohnkatsiotis%2farchive%2f2008%2f07%2f23%2fasp-net-ajax-4-0-template-example.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjohnkatsiotis%2farchive%2f2008%2f07%2f23%2fasp-net-ajax-4-0-template-example.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/ASP_NET_AJAX_4_0_Template_Example</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/ASP_NET_AJAX_4_0_Template_Example</guid>
      <pubDate>Wed, 23 Jul 2008 13:25:35 GMT</pubDate>
    </item>
    <item>
      <title>A sneak peak at ASP.NET AJAX 4.0's client-side templating</title>
      <description>Hot on the heels of the recent ASP.NET AJAX roadmap, Bertrand and team have released a limited preview of the new AJAX functionality coming in ASP.NET 4.0.
Dave is giving a sneak peak about it &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2008%2f07%2f23%2fsneak-peak-aspnet-ajax-4-client-side-templating%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2008%2f07%2f23%2fsneak-peak-aspnet-ajax-4-client-side-templating%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/A_sneak_peak_at_ASP_NET_AJAX_4_0_s_client_side_templating</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/A_sneak_peak_at_ASP_NET_AJAX_4_0_s_client_side_templating</guid>
      <pubDate>Wed, 23 Jul 2008 12:31:15 GMT</pubDate>
    </item>
    <item>
      <title>TemplateBinding: a bridge between styles and templates</title>
      <description>How I use control templates and styles when creating a custom look for an application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicious.com%2fblogs%2fchristopher_bennage%2farchive%2f2008%2f07%2f04%2ftemplatebinding-a-bridge-between-styles-and-templates.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicious.com%2fblogs%2fchristopher_bennage%2farchive%2f2008%2f07%2f04%2ftemplatebinding-a-bridge-between-styles-and-templates.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/TemplateBinding_a_bridge_between_styles_and_templates</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/TemplateBinding_a_bridge_between_styles_and_templates</guid>
      <pubDate>Fri, 04 Jul 2008 04:31:56 GMT</pubDate>
    </item>
    <item>
      <title>60+ template engines for .NET, JAVA and PHP</title>
      <description>Template engines are designed to allow the separation of business logic from the presentation layer, which means allowing MVC architecture to the developers. With the aid of template engines, we are able to develop websites with different looks but the same logic or the core code. Template engines are lately known as not good ideas because recent platforms already have embedded template engines to separate views from logic, generate code etc... As you see there are very few template engines in .NET and Java comparing to the PHP. But they are still pretty useful tools for developers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.plentyofcode.com%2f2007%2f08%2f60-template-engines-for-java-php-and.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.plentyofcode.com%2f2007%2f08%2f60-template-engines-for-java-php-and.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/60_template_engines_for_NET_JAVA_and_PHP</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/60_template_engines_for_NET_JAVA_and_PHP</guid>
      <pubDate>Tue, 28 Aug 2007 23:15:25 GMT</pubDate>
    </item>
    <item>
      <title>Helpful C# Class File Template Change</title>
      <description>A helpful hint on how to change the default class templates in VS2005.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgabe19.blogspot.com%2f2007%2f02%2fhelpful-c-class-file-template-change.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgabe19.blogspot.com%2f2007%2f02%2fhelpful-c-class-file-template-change.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Helpful_C_Class_File_Template_Change</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Helpful_C_Class_File_Template_Change</guid>
      <pubDate>Tue, 27 Mar 2007 16:37:10 GMT</pubDate>
    </item>
    <item>
      <title>I Heart Template Method</title>
      <description>Template Method is the old skool design pattern that rocks the party that rocks the party that rocks the party. Here's why I love it in a way that isn't natural. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2flaribee.com%2fblog%2f2007%2f03%2f21%2fi-heart-template-method%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2flaribee.com%2fblog%2f2007%2f03%2f21%2fi-heart-template-method%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/I_Heart_Template_Method</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/I_Heart_Template_Method</guid>
      <pubDate>Wed, 21 Mar 2007 13:44:36 GMT</pubDate>
    </item>
    <item>
      <title>Creating a simple, reusable Windows Service (template code) - Part II</title>
      <description>In part I, we examined how we can extend the Service Control methods by adding methods for all states of the Windows service in addition to the two methods provided by the designer. As you may remember, each of those methods called our own private Service Control method. Our private Service Control methods are implemented below:

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetzone.gr%2fcs%2fblogs%2fsfilip%2farticles%2f5840.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetzone.gr%2fcs%2fblogs%2fsfilip%2farticles%2f5840.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/Creating_a_simple_reusable_Windows_Service_template_code_Part_II</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/Creating_a_simple_reusable_Windows_Service_template_code_Part_II</guid>
      <pubDate>Thu, 04 Jan 2007 10:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Creating a simple, reusable Windows Service (template code) - Part I</title>
      <description>In this article, we'll see a way to create a simple Windows Service that can be reusable in that it can be used as the basis for any repeated operation that we would like to transform to a Windows Service.In other words, we can create our own assembly and then have the Windows Service call its entry point repeatedly over a period of time. By extending the code provided, you can even have multiple threads running at the same time. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetzone.gr%2fcs%2fblogs%2fsfilip%2farticles%2f5484.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetzone.gr%2fcs%2fblogs%2fsfilip%2farticles%2f5484.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/Creating_a_simple_reusable_Windows_Service_template_code_Part_I</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/Creating_a_simple_reusable_Windows_Service_template_code_Part_I</guid>
      <pubDate>Thu, 04 Jan 2007 12:01:02 GMT</pubDate>
    </item>
  </channel>
</rss>