<rss version="2.0"><channel><title>RefactorCode</title><link>http://www.RefactorCode.com</link><description>Refactorings</description><copyright>Copyright (C) 2008</copyright><item><title>Enumerating Enum Values</title><link>http://www.RefactorCode.com/Refactorings/58_Enumerating_Enum_Values.aspx</link><description>Here is a nice way to enumerate Enum values.</description></item><item><title>Retrive Tag children</title><link>http://www.RefactorCode.com/Refactorings/57_Retrive_Tag_children.aspx</link><description>Retrieve All Tag Descendants which Tag parent equal epecified ID</description></item><item><title>How to Cache Parameter based Method Results</title><link>http://www.RefactorCode.com/Refactorings/56_How_to_Cache_Parameter_based_Method_Results.aspx</link><description>Recently, I posted about how to cache the result of the method using the custom attributes. One of the difficulty I was having was to cache the result of the parameter based method. This means GetCustomerById(1) should be cached separately then the GetCustomerById(2). Below you can find partial implementation which cache the results of the method with no parameters. 

For the complete post check out the following URL: 

http://azamsharp.com/Posts/75_Implementing_CacheCall_Attribute_to_Cache_Method_Results.aspx</description></item><item><title>How to use ValidationGroup with user controls</title><link>http://www.RefactorCode.com/Refactorings/55_How_to_use_ValidationGroup_with_user_controls.aspx</link><description>How do you use ValidationGroup control with the user controls? Like how do you make a user control behave like a unit and validate only that user control. I have used the following approach. 

Here is the post: 

http://azamsharp.com/Posts/77_Unraveling_the_Mysterious_of_the_ValidationGroup_Control.aspx
</description></item><item><title>Forcing Users to Type Caps in TextBox Control</title><link>http://www.RefactorCode.com/Refactorings/54_Forcing_Users_to_Type_Caps_in_TextBox_Control.aspx</link><description>This was a question posted on the ASP.NET forums. How can I make sure that everything typed in the TextBox is capitalized. The easiest way to do this is by using plain old CSS.</description></item></channel></rss>