<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by abdurzamman</title>
    <description>Stories kicked by abdurzamman</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>Introducing Fluent MetadataProvider for ASP.NET MVC - Kazi</title>
      <description>I have just included a Fluent Metadata provider in my open source System.Web.Mvc.Extensibility project. Currently it contains all of the features of the Built-in DataAnnotations Metadata provider that comes with the ASP.NET MVC 2 framework. Consider it as a holiday special from me for the ASP.NET MVC community :-). The main reason I am no... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f12%2f24%2fintroducing-fluent-metadataprovider-for-asp-net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f12%2f24%2fintroducing-fluent-metadataprovider-for-asp-net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Introducing_Fluent_MetadataProvider_for_ASP_NET_MVC_Kazi</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Introducing_Fluent_MetadataProvider_for_ASP_NET_MVC_Kazi</guid>
      <pubDate>Sat, 26 Dec 2009 11:15:02 GMT</pubDate>
    </item>
    <item>
      <title>More on Fluent MetadataProvider for ASP.NET MVC - Kazi Manzur Rashid</title>
      <description>In my last post, one of the thing you complained about the maintaining view model meta data configuration in two separate place and I admit this becomes a pain when you skim through the codes. I have changed the  implementation, so now you will be able to configure the meta data very much like the Fluent NHibernate or Entity Framework 4.0 Code ... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f12%2f25%2fmore-on-fluent-metadataprovider-for-asp-net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f12%2f25%2fmore-on-fluent-metadataprovider-for-asp-net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/More_on_Fluent_MetadataProvider_for_ASP_NET_MVC_Kazi_Manzur_Rashid</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/More_on_Fluent_MetadataProvider_for_ASP_NET_MVC_Kazi_Manzur_Rashid</guid>
      <pubDate>Sat, 26 Dec 2009 12:00:01 GMT</pubDate>
    </item>
    <item>
      <title>Meet my new ASP.NET MVC Extension - System.Web.Mvc-Kazi Manzur Rashid</title>
      <description>After hearing Phil Haack and Scott Hanselman in their latest podcast and PDC session I decided to give a good look at the MvcTrubine project in this weekend. I totally agree the intend of this project, let your favorite IoC to rule everywhere, but I do not think it has been implemented in the correct way. There are three important design flaws that I found in MvcTurbine: Generic Component Registration API

Rather than allowing you to use your preferred IoC registration features, it prefers to use its own generic syntax for component registration, which is simply wrong. In real application, we need more support from our IoC such as lifetime management, auto wiring, modularity like (Ninject/Autfac Modules, StructureMap Registry) etc. In case of this generic API we have to throw away the features of these IoCs. Missing Common Service Locator

I think the Common Service Locator(CSL) has become the standard to abstract the underlying IoC from your application code and all the popular IoCs in .NET world has an adapter for CSL. But rather than using/extending it, it has its own version of service locator. Limited support for Action Filter injection

It uses a host kinda Attribute to inject the dependencies into the actual action filter attribute and this host is not capable of passing the attribute specific values to the actual attribute and even if this feature is implemented in the future it will be based upon the string based property name which would work on top of reflection.

Now, lets see how my new extension solves the above issues and how easily you can start plugging it in your application. First lets take a quick look of the project structure of this extension.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f12%2f14%2fmeet-my-new-asp-net-mvc-extension-system-web-mvc-extensibility.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f12%2f14%2fmeet-my-new-asp-net-mvc-extension-system-web-mvc-extensibility.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Meet_my_new_ASP_NET_MVC_Extension_System_Web_Mvc_Kazi_Manzur_Rashid</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Meet_my_new_ASP_NET_MVC_Extension_System_Web_Mvc_Kazi_Manzur_Rashid</guid>
      <pubDate>Tue, 15 Dec 2009 08:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Data Types in Sql Server 2008</title>
      <description>Sharing basic datatype info &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhemantg.blogspot.com%2f2009%2f12%2fdata-types-in-sql-server-2008.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhemantg.blogspot.com%2f2009%2f12%2fdata-types-in-sql-server-2008.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Data_Types_in_Sql_Server_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Data_Types_in_Sql_Server_2008</guid>
      <pubDate>Mon, 14 Dec 2009 05:02:06 GMT</pubDate>
    </item>
    <item>
      <title>Mindscape LightSpeed 3.0 - Advocating a Commercial ORM</title>
      <description>Compares the features of Mindscape's LightSpeed 3.0 ORM with those of LINQ to SQL and NHibernate. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fericswann.org%2fblog%2farchive%2f2009%2f12%2f13%2fmindscape-lightspeed-3.0-advocating-a-commercial-orm.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fericswann.org%2fblog%2farchive%2f2009%2f12%2f13%2fmindscape-lightspeed-3.0-advocating-a-commercial-orm.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Mindscape_LightSpeed_3_0_Advocating_a_Commercial_ORM</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Mindscape_LightSpeed_3_0_Advocating_a_Commercial_ORM</guid>
      <pubDate>Mon, 14 Dec 2009 22:30:04 GMT</pubDate>
    </item>
    <item>
      <title>Mindscape WPF Themes released</title>
      <description>Mindscape have released a suite of WPF themes to help developers deliver attractive applications faster than ever before. All source code is included so that UI tweaks can be made to create your own style or leave them as they are to have an Office 2007 style or Expression Blend look and feel.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2009%2f12%2f10%2fwpf-themes%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mindscape.co.nz%2fblog%2findex.php%2f2009%2f12%2f10%2fwpf-themes%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Mindscape_WPF_Themes_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Mindscape_WPF_Themes_released</guid>
      <pubDate>Fri, 11 Dec 2009 18:45:00 GMT</pubDate>
    </item>
    <item>
      <title>Telerik ASP.NET MVC Grid Preview (Take 2) - Kazi Manzur Rashid</title>
      <description>

In the last post, I have shown you how you can extend the ASP.NET MVC2 templates and some of the issues of the current beta. In this post, I will show you how we are taking advantages of the new DisplayFor/EditorFor in our MVC Grid. One of the benefit of using those statements in our grid is, you can host any kind of component in an individual cell, obviously the first two components will be the DateTimePicker and NumericTextBox that we are going to include in our next release.

One of the most requested feature since our last release is the inline editing support in the grid. In this, I will show you the inline editing of product of my last post, but this time with our Grid. The Grid should support both server and ajax editing, but in this example we will only discuss the server.....
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f11%2f29%2ftelerik-asp-net-mvc-grid-preview-take-2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f11%2f29%2ftelerik-asp-net-mvc-grid-preview-take-2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Telerik_ASP_NET_MVC_Grid_Preview_Take_2_Kazi_Manzur_Rashid</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Telerik_ASP_NET_MVC_Grid_Preview_Take_2_Kazi_Manzur_Rashid</guid>
      <pubDate>Mon, 30 Nov 2009 10:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight 4 and ESRI ArcGIS Server - COM interoperability</title>
      <description>One of the most interesting new feature in Silverlight 4 is the COM interoperability functionality.
This blog post shows how this can be used with ESRI software. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.eriknyberg.net%2fpost%2f2009%2f11%2f29%2fSilverlight-4-and-ESRI-ArcGIS-Server-COM-interoperability.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.eriknyberg.net%2fpost%2f2009%2f11%2f29%2fSilverlight-4-and-ESRI-ArcGIS-Server-COM-interoperability.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_4_and_ESRI_ArcGIS_Server_COM_interoperability</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_4_and_ESRI_ArcGIS_Server_COM_interoperability</guid>
      <pubDate>Sun, 29 Nov 2009 12:21:27 GMT</pubDate>
    </item>
    <item>
      <title>Implementing Delete Confirmation Dialog in the ListView (ASP.Net) - 2</title>
      <description>This article describes how to implement delete confirmation dialog box in ListView control of asp.net. The author also described using resource file to display delete confirmation message in different language. A link to download the code (complete VS project) is also provided. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fyaneshtyagi%2farchive%2f2009%2f11%2f29%2fimplementing-delete-confirmation-dialog-in-list-view-asp-net-part-2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fyaneshtyagi%2farchive%2f2009%2f11%2f29%2fimplementing-delete-confirmation-dialog-in-list-view-asp-net-part-2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Implementing_Delete_Confirmation_Dialog_in_the_ListView_ASP_Net_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Implementing_Delete_Confirmation_Dialog_in_the_ListView_ASP_Net_2</guid>
      <pubDate>Sun, 29 Nov 2009 11:43:33 GMT</pubDate>
    </item>
    <item>
      <title>KiGG Design And Architecture - Part 2 Project Structure</title>
      <description>In part 1 I talked about KiGG high level architecture. In this part I am going to talk about KiGG project structure and summarize the purpose of each project in the solution. I'll not go into deep details of each project. I'll save that for some other posts, just be patient with me and stay tuned. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fKiGG-Design-And-Architecture-e28093-Part-2-Project-Structure.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fKiGG-Design-And-Architecture-e28093-Part-2-Project-Structure.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/KiGG_Design_And_Architecture_Part_2_Project_Structure</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/KiGG_Design_And_Architecture_Part_2_Project_Structure</guid>
      <pubDate>Sat, 28 Nov 2009 17:15:00 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server Soundex Functions</title>
      <description>The forty-ninth part of the SQL Server Programming Fundamentals tutorial describes the Soundex functions that are provided by Transact-SQL (T-SQL). These functions allow strings to be compared according to their pronunciation by English speakers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blackwasp.co.uk%2fSQLSoundexFunctions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blackwasp.co.uk%2fSQLSoundexFunctions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_Soundex_Functions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_Soundex_Functions</guid>
      <pubDate>Sun, 29 Nov 2009 06:45:01 GMT</pubDate>
    </item>
    <item>
      <title>Automatically attaching VHD files in Windows 7 and Windows 2008</title>
      <description>If you have played with the new VHD feature in windows 7 or windows 2008 then you know just how cool of a feature this is. However the problem is that when you reboot your machine you find that when it comes back up all your VHD files are no longer attached? Here is what I did to get around the issue.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcoding.infoconex.com%2fpost%2f2009%2f11%2f26%2fAutomatically-attaching-VHD-files-in-Windows-7-and-Windows-2008.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcoding.infoconex.com%2fpost%2f2009%2f11%2f26%2fAutomatically-attaching-VHD-files-in-Windows-7-and-Windows-2008.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vista/Automatically_attaching_VHD_files_in_Windows_7_and_Windows_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vista/Automatically_attaching_VHD_files_in_Windows_7_and_Windows_2008</guid>
      <pubDate>Thu, 26 Nov 2009 19:44:16 GMT</pubDate>
    </item>
    <item>
      <title>Extending ASP.NET MVC 2 Templates - Kazi Manzur Rashid</title>
      <description>One of the new features of ASP.NET MVC 2 is Templates (DisplayFor/EditorFor), Brad Wilson did a series of post which explains how the templates works, Please read it before you continue this post.

Although he did an excellent job explaining the inner-details, but one thing you will notice that the object model in those examples are traversed from top to bottom or parent to child which is good for explaining the internal, but in our real application we need a bit more support. Lets take a trivial example, you are creating a create/edit screen for your Product, where each product has a associated Category and you want to show this category in a DropDownList, say we have a Product class like the.... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f11%2f27%2fextending-asp-net-mvc-2-templates.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f11%2f27%2fextending-asp-net-mvc-2-templates.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Extending_ASP_NET_MVC_2_Templates_Kazi_Manzur_Rashid</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Extending_ASP_NET_MVC_2_Templates_Kazi_Manzur_Rashid</guid>
      <pubDate>Sat, 28 Nov 2009 12:45:00 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2010 - Highlighting References </title>
      <description>This blog post explaining about the new feature &amp;quot;Highlighting References&amp;quot; introduced in VS 2010 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog-mstechnology.blogspot.com%2f2009%2f11%2fvisual-studio-2010-highlighting.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog-mstechnology.blogspot.com%2f2009%2f11%2fvisual-studio-2010-highlighting.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_Highlighting_References</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_Highlighting_References</guid>
      <pubDate>Thu, 26 Nov 2009 16:47:12 GMT</pubDate>
    </item>
    <item>
      <title>priting using C# </title>
      <description>printing is very easy case in all the task ,but when using ASP.NET, printing of web form is not that easy.
if we're building a UI we usually do so by painting controls on the screen and allowing whoever developed them to worry about the whys and wherefores about how that control should look. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodingstuffsbykiran.blogspot.com%2f2009%2f06%2fprinting-using-c.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodingstuffsbykiran.blogspot.com%2f2009%2f06%2fprinting-using-c.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/priting_using_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/priting_using_C</guid>
      <pubDate>Tue, 17 Nov 2009 08:29:56 GMT</pubDate>
    </item>
    <item>
      <title>Exploring Silverlight behaviors: look Ma, no code!</title>
      <description>Andrej Tozon has created this great Halloween scary sound player with the help of Silverlight behaviors. Check this cool article, it really deserves your attention. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.silverlightshow.net%2fitems%2fExploring-Silverlight-behaviors-look-Ma-no-code.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.silverlightshow.net%2fitems%2fExploring-Silverlight-behaviors-look-Ma-no-code.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Exploring_Silverlight_behaviors_look_Ma_no_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Exploring_Silverlight_behaviors_look_Ma_no_code</guid>
      <pubDate>Tue, 17 Nov 2009 08:02:08 GMT</pubDate>
    </item>
    <item>
      <title> Telerik Extensions for ASP.NET MVC Survey - Kazi Manzur Rashid's Blog</title>
      <description>Dear readers, as you know that we have released our beta few weeks back, we are currently looking for your feedback on the existing features as well as the features that you would like to see in our next release. This is a very short survey only 4/5 screens to complete, click here to submit your valuable feedback.
Thanks in advance for your precious... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f11%2f17%2ftelerik-extensions-for-asp-net-mvc-survey.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f11%2f17%2ftelerik-extensions-for-asp-net-mvc-survey.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Telerik_Extensions_for_ASP_NET_MVC_Survey_Kazi_Manzur_Rashid_s_Blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Telerik_Extensions_for_ASP_NET_MVC_Survey_Kazi_Manzur_Rashid_s_Blog</guid>
      <pubDate>Wed, 18 Nov 2009 06:45:02 GMT</pubDate>
    </item>
    <item>
      <title>Caching in .NET</title>
      <description>A look into caching techniques in .Net &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.makecodingeasy.com%2f%3fp%3d20"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.makecodingeasy.com%2f%3fp%3d20" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Caching_in_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Caching_in_NET</guid>
      <pubDate>Wed, 11 Nov 2009 15:35:58 GMT</pubDate>
    </item>
    <item>
      <title>Access Outlook using C#</title>
      <description>Now you can configure your Outlook using C# and access your mail using your own application , you can design that using C#  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodingstuffsbykiran.blogspot.com%2f2009%2f07%2fhow-to-access-outlook-emails-with.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodingstuffsbykiran.blogspot.com%2f2009%2f07%2fhow-to-access-outlook-emails-with.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Access_Outlook_using_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Access_Outlook_using_C</guid>
      <pubDate>Wed, 11 Nov 2009 08:08:57 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC View and Transaction - Kazi Manzur Rashid's</title>
      <description>Scott showed how to render the Grid in a Transaction. Certainly it does the job but in my opinion view component should not be responsible for this kind of cross cutting concerns, instead we can use the Action Filters. Lets see how we can utilize the Action Filter in this scenario instead of modifying the Grid code. What Scott is trying to do is encapsulate the data access operation in a transaction, the Action Filter has several methods which the ASP.NET MVC framework executes in different stages of a request. In this case, we will use the OnActionExecuting which fires before the code enters into the controller method to start a transaction and OnResultExecuted which fires when the view is processed, we will commit/rollback based upon the status, here is the code that would process the action result in a transaction: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f11%2f11%2fasp-net-mvc-view-and-transaction.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f11%2f11%2fasp-net-mvc-view-and-transaction.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_View_and_Transaction_Kazi_Manzur_Rashid_s</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_View_and_Transaction_Kazi_Manzur_Rashid_s</guid>
      <pubDate>Wed, 11 Nov 2009 18:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Introduction to NCover, setting up for analysis</title>
      <description>Taking a quick look at how to setup and use the NCover code coverage and analysis tool.  Having the knowledge of the state of your code, is key to understanding the potential success and failures in your code. If having this knowledge is key to you, NCover is a great tool to help you better gain this knowledge &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f151"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f151" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Introduction_to_NCover_setting_up_for_analysis</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Introduction_to_NCover_setting_up_for_analysis</guid>
      <pubDate>Tue, 10 Nov 2009 18:45:00 GMT</pubDate>
    </item>
    <item>
      <title>WSS / SharePoint: CustomListViewWebPart filtering fixed</title>
      <description>Here's a updated version of my CustomListViewWebPart with filtering capabilities. A A nasty a bug in the way the filters were concatenated during the building of the filter chain is now fixed. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nablasoft.com%2fguardian%2findex.php%2f2009%2f11%2f06%2fwss-sharepoint-adding-filtering-capabilities-customlistviewwebpart-filter-chain-fixed%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nablasoft.com%2fguardian%2findex.php%2f2009%2f11%2f06%2fwss-sharepoint-adding-filtering-capabilities-customlistviewwebpart-filter-chain-fixed%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/WSS_SharePoint_CustomListViewWebPart_filtering_fixed</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/WSS_SharePoint_CustomListViewWebPart_filtering_fixed</guid>
      <pubDate>Mon, 09 Nov 2009 11:19:42 GMT</pubDate>
    </item>
    <item>
      <title>Configure Report Server in SQL Server 2008</title>
      <description>Configure report server in SQL Server &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog-dotnethelp.blogspot.com%2f2009%2f11%2fconfigure-report-server-in-sql-server.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog-dotnethelp.blogspot.com%2f2009%2f11%2fconfigure-report-server-in-sql-server.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Configure_Report_Server_in_SQL_Server_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Configure_Report_Server_in_SQL_Server_2008</guid>
      <pubDate>Mon, 09 Nov 2009 09:18:39 GMT</pubDate>
    </item>
    <item>
      <title>Web Asset Enhancements in Telerik Extensions for ASP.NET MVC - Kazi</title>
      <description>In the recent release, there has been few enhancements in the Web Asset Management. One of the new thing that we introduced which was actually requested by the community is Shared Web Asset. In this post, I will show you, how to use it in your ASP.NET MVC... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f11%2f09%2fweb-asset-enhancements-in-telerik-extensions-for-asp-net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f11%2f09%2fweb-asset-enhancements-in-telerik-extensions-for-asp-net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Web_Asset_Enhancements_in_Telerik_Extensions_for_ASP_NET_MVC_Kazi</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Web_Asset_Enhancements_in_Telerik_Extensions_for_ASP_NET_MVC_Kazi</guid>
      <pubDate>Mon, 09 Nov 2009 15:00:01 GMT</pubDate>
    </item>
    <item>
      <title>DropDownList In A GridView</title>
      <description>DropdownLists and GridView

Dropdowns are basic controls just like a textbox with some items as a list.. Basically the dropdowns have the AutoPostBack property to have a PostBack while selecting items. This can happen when placed in a template column in GridView as well.

DropDownList in Markup
Dropdown can be placed inside template columns in a gridview. It is practical to place  the dropdown in the EditItemTemplate. But for ease of explaining and easy understandings, I am keeping it under ItemTemplate
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgridview.wordpress.com%2f2009%2f11%2f09%2fdropdownlist-in-gridview%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgridview.wordpress.com%2f2009%2f11%2f09%2fdropdownlist-in-gridview%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/DropDownList_In_A_GridView</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/DropDownList_In_A_GridView</guid>
      <pubDate>Mon, 09 Nov 2009 05:24:17 GMT</pubDate>
    </item>
  </channel>
</rss>
