<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with Attributes</title>
    <description>the latest stories tagged with 'Attributes' 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> Saving server control properties to ViewState with custom attributes</title>
      <description>Here's a little tip for using .NET custom attributes to make a server control's ViewState property into a single line of code. Save yourself some boring repetitive coding and make the language do the work instead.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.helephant.com%2farticle.aspx%3fID%3d1181"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.helephant.com%2farticle.aspx%3fID%3d1181" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Saving_server_control_properties_to_ViewState_with_custom_attributes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Saving_server_control_properties_to_ViewState_with_custom_attributes</guid>
      <pubDate>Thu, 14 Aug 2008 06:15:47 GMT</pubDate>
    </item>
    <item>
      <title>Extension Methods +  Attributes = A Whole New World!</title>
      <description>A post about combining attributes and extension methods in order to extend current code. &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%2fshayf%2farchive%2f2008%2f07%2f05%2fextension-methods-attributes-a-whole-new-world.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2008%2f07%2f05%2fextension-methods-attributes-a-whole-new-world.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Extension_Methods_Attributes_A_Whole_New_World</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Extension_Methods_Attributes_A_Whole_New_World</guid>
      <pubDate>Mon, 07 Jul 2008 14:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Frictionless data persistence in Silverlight 2</title>
      <description>This article will show you how to work with plain objects in Silverlight code, and use attributes to have those values automatically persisted in IsolatedStorage, or a compressed version of IsolatedStorage. You can also use this approach to define your own targets, all without writing any plumbing code around your state objects. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dimebrain.com%2f2008%2f06%2ffrictionless--1.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimebrain.com%2f2008%2f06%2ffrictionless--1.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Frictionless_data_persistence_in_Silverlight_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Frictionless_data_persistence_in_Silverlight_2</guid>
      <pubDate>Thu, 26 Jun 2008 21:18:47 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Controller Action Precondition Filter </title>
      <description>Here is code that will allow you to decorate your MVC Actions with attributes that will define your needed &amp;quot;preconditions&amp;quot;.

I often find the need to check for the existence of a parameter passed to a web page, such as an ID, and also often need to check if the ID is valid as well (e.g.: a valid primary key). These, I consider &amp;quot;preconditions&amp;quot;. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.troyd.net%2fASPNET%2bMVC%2bController%2bAction%2bPrecondition%2bFilter.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.troyd.net%2fASPNET%2bMVC%2bController%2bAction%2bPrecondition%2bFilter.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Controller_Action_Precondition_Filter</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Controller_Action_Precondition_Filter</guid>
      <pubDate>Thu, 15 May 2008 07:33:03 GMT</pubDate>
    </item>
    <item>
      <title>Data Binding an Enum with Descriptions</title>
      <description>Finally a SIMPLE, straight-forward, well thought out way to do DataBinding with an Enum. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fxml.indelv.com%2fdata-binding-enum.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fxml.indelv.com%2fdata-binding-enum.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Data_Binding_an_Enum_with_Descriptions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Data_Binding_an_Enum_with_Descriptions</guid>
      <pubDate>Thu, 20 Mar 2008 19:47:31 GMT</pubDate>
    </item>
    <item>
      <title>Have Fun Again With Custom Attributes (1)</title>
      <description>If you think you know everything there is to know about custom attributes, read this article. I will show how PostSharp will let you to take your custom attributes to the next level. Learn how to encapsulate logging, performance, instrumentation, or field validation into custom attributes. And turn fun into serious advantages!  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fuseritems%2fps-custom-attributes-1.asp"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fuseritems%2fps-custom-attributes-1.asp" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Have_Fun_Again_With_Custom_Attributes_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Have_Fun_Again_With_Custom_Attributes_1</guid>
      <pubDate>Mon, 17 Sep 2007 19:17:43 GMT</pubDate>
    </item>
    <item>
      <title>Using JQuery to Make Asp.Net Play Nice with Asp.Net</title>
      <description>I have found that developing an Asp.Net application that makes heavy use of javascript is very difficult. One of the major pain points is dealing with the horrendously long ids that Asp.Net server controls generates. Here is how to overcome the difficulties with these Uber-long ids. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.spontaneouspublicity.com%2f2007%2f08%2f20%2fusing-jquery-to-make-aspnet-play-nice-with-aspnet%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.spontaneouspublicity.com%2f2007%2f08%2f20%2fusing-jquery-to-make-aspnet-play-nice-with-aspnet%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_JQuery_to_Make_Asp_Net_Play_Nice_with_Asp_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_JQuery_to_Make_Asp_Net_Play_Nice_with_Asp_Net</guid>
      <pubDate>Tue, 21 Aug 2007 17:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Beware: Attributes.Add Calls HtmlAttributeEncode</title>
      <description>Had some trouble today with *.Attributes.Add and using an ampersand &amp;amp;. The problem is Attributes.Add and here's what I found... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdennylove.blogspot.com%2f2006%2f10%2fattributesadd-lameness.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdennylove.blogspot.com%2f2006%2f10%2fattributesadd-lameness.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Beware_Attributes_Add_Calls_HtmlAttributeEncode</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Beware_Attributes_Add_Calls_HtmlAttributeEncode</guid>
      <pubDate>Thu, 19 Oct 2006 13:33:38 GMT</pubDate>
    </item>
  </channel>
</rss>