<?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>Repository and Unit of Work T4 Template for Entity Framework</title>
      <description>Two weeks ago I wrote the Revisiting the Repository and Unit of Work Patterns with Entity Framework post. One thing that I thought would be nice was to have an automatic code generation that will help me to build these patterns without sweating. So I sat down and created a T4 Template to auto generate the same patterns. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2010%2f07%2f05%2frepository-and-unit-of-work-t4-template-for-entity-framework.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2010%2f07%2f05%2frepository-and-unit-of-work-t4-template-for-entity-framework.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Repository_and_Unit_of_Work_T4_Template_for_Entity_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Repository_and_Unit_of_Work_T4_Template_for_Entity_Framework</guid>
      <pubDate>Mon, 05 Jul 2010 11:22:37 GMT</pubDate>
    </item>
    <item>
      <title>String templates revisited</title>
      <description>Sometimes I encounter a task - create some little template, that user can easily configure. Yeah, there are many powerful template engines, or you can use {0}, {1} placeholders, or even handwritten #Id#, #Name# placeholders. But this article describes yet another way - simple and descriptive string formatters such as in ASP.NET AJAX 4.0: {Id}, {Name}, {Login}. This placeholders reflects public properties or fields of an object. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcode-clarity.blogspot.com%2f2010%2f01%2fstring-templates-revisited.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcode-clarity.blogspot.com%2f2010%2f01%2fstring-templates-revisited.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/String_templates_revisited</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/String_templates_revisited</guid>
      <pubDate>Fri, 01 Jan 2010 12:48:06 GMT</pubDate>
    </item>
    <item>
      <title>T4CSS: A T4 Template for .Less CSS With Compression</title>
      <description>Pain is often a great motivator for invention, unless you become dull to the pain. I think CSS is one of those cases where there's a lot of pain that we as web developers often take in stride. Fortunately not everyone accepts that pain and efforts such as LESS are born. As the home page states However, sometimes I just want to have static CSS files. So I decided to write a T4 template for .less. Simply drop it in a folder that contains .less files and it will generate a .css file for each .less file. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2009%2f12%2f02%2ft4-template-for-less-css.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2009%2f12%2f02%2ft4-template-for-less-css.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/T4CSS_A_T4_Template_for_Less_CSS_With_Compression</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/T4CSS_A_T4_Template_for_Less_CSS_With_Compression</guid>
      <pubDate>Fri, 04 Dec 2009 13:01:20 GMT</pubDate>
    </item>
    <item>
      <title>Better CSS with .Less</title>
      <description>Too often in my web development past I have found myself wading through huge clumsy CSS files of several hundred lines or more, searching for that place where a particular class is defined or to try and identify what it is that is overriding something else. It can be quite a nightmare. However I recently came accross .Less (pronounced &amp;quot;dot-less&amp;quot;), a port of the great Ruby Less library for .NET. This is a brilliantly simple-to-use solution to an often-painful situation. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.markembling.info%2fblog%2fview%2fbetter-css-with-dotless"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.markembling.info%2fblog%2fview%2fbetter-css-with-dotless" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Better_CSS_with_Less</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Better_CSS_with_Less</guid>
      <pubDate>Fri, 04 Dec 2009 12:58:33 GMT</pubDate>
    </item>
    <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 06: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 19:16:05 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 06: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 11: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 19: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 18: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 10: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>Wed, 29 Aug 2007 05: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 22: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 18: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 16: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 18:01:02 GMT</pubDate>
    </item>
  </channel>
</rss>
