<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by jeffesp</title>
    <description>Stories kicked by jeffesp</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>ASP.NET and the Padding Oracle Attack: Wrap-up</title>
      <description>Based on the news that was released at the time, it appeared that this vulnerability was just an issue AES. It turns out that this was false and that that this attack works against ANY BLOCK CIPHER meaning 3DES was also vulnerable.  This wrap-up links to some mitigation techniques and also discusses how to protect against padding oracle attacks using Digital Signatures. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsecuritythroughabsurdity.com%2f2010%2f09%2faspnet-and-padding-oracle-attack-wrap.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsecuritythroughabsurdity.com%2f2010%2f09%2faspnet-and-padding-oracle-attack-wrap.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/ASP_NET_and_the_Padding_Oracle_Attack_Wrap_up</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/ASP_NET_and_the_Padding_Oracle_Attack_Wrap_up</guid>
      <pubDate>Mon, 20 Sep 2010 18:00:52 GMT</pubDate>
    </item>
    <item>
      <title>Vulnerability in .NET AES puts ASP.NET Web Sites at Risk</title>
      <description>ASP.NET web applications that leverage Forms Authentication, ASP.NET Membership Providers, ASP.NET Role Providers, and/or ViewState encryption are vulnerable to data exposure and potentially tampering. This vulnerability can lead to the .NET MachineKey being discovered by attackers. This post briefly details the issue and provides a simple temporary mitigation technique.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsecuritythroughabsurdity.com%2f2010%2f09%2fvulnerability-in-net-aes-implementation.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsecuritythroughabsurdity.com%2f2010%2f09%2fvulnerability-in-net-aes-implementation.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/Vulnerability_in_NET_AES_puts_ASP_NET_Web_Sites_at_Risk</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/Vulnerability_in_NET_AES_puts_ASP_NET_Web_Sites_at_Risk</guid>
      <pubDate>Tue, 14 Sep 2010 12:45:52 GMT</pubDate>
    </item>
    <item>
      <title>Security Vulnerability Analysis for Fiddler</title>
      <description>Fiddler Plugins for Site Spider, Fuzzer, XSS/CSRF vulnerability detection, SQL Injection detection, Session Tampering, Information Leakage detection, etc.  A ViewState decoder proof-of-concept has been completed. Looking for contributors as well. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsecuritythroughabsurdity.com%2f2009%2f05%2fsecurity-vulnerability-analysis-plugin.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsecuritythroughabsurdity.com%2f2009%2f05%2fsecurity-vulnerability-analysis-plugin.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/Security_Vulnerability_Analysis_for_Fiddler</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/Security_Vulnerability_Analysis_for_Fiddler</guid>
      <pubDate>Sat, 23 May 2009 07:12:31 GMT</pubDate>
    </item>
    <item>
      <title>Security Vulnerability of the Week #1: SQL Injection</title>
      <description>This article begins a semi-regular series that will explores the most common vulnerabilities and the mind-set of the developers that create them and also explore how to deal with them.  The first post in the series takes a look at the OWASP top number 2 vulnerability, Injection (specifically SQL Injection) - which has been a known and solved problem for over 10+ years, yet for some reason, it's still as common as ever. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsecuritythroughabsurdity.com%2f2009%2f03%2fsecurity-vulnerability-of-week-1-sql.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsecuritythroughabsurdity.com%2f2009%2f03%2fsecurity-vulnerability-of-week-1-sql.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/Security_Vulnerability_of_the_Week_1_SQL_Injection</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/Security_Vulnerability_of_the_Week_1_SQL_Injection</guid>
      <pubDate>Wed, 04 Mar 2009 00:01:13 GMT</pubDate>
    </item>
    <item>
      <title>Pocket DnDns Release</title>
      <description>DnDns, a .NET DNS resolver library completely implemented in managed code ported to the Compact Framework.  Pocket DnDns also comes with a basic GUI application that allows a variety of DNS Lookups of various record types from your Compact Framework supported portable devices.  Source Code is also available under the New BSD License. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsecuritythroughabsurdity.com%2f2008%2f12%2fpocket-dndns-release-1.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsecuritythroughabsurdity.com%2f2008%2f12%2fpocket-dndns-release-1.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/compactframework/Pocket_DnDns_Release</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/compactframework/Pocket_DnDns_Release</guid>
      <pubDate>Fri, 05 Dec 2008 11:14:38 GMT</pubDate>
    </item>
    <item>
      <title>Asp.Net AJAX Client Side Templated Data Bound Control</title>
      <description>A server control that allows you to specify header, item, and footer templates for a basic data list that will be bound on the client based on either a given web service method, or on a data-source provided client side. The templates are rendered server-side before being passed to the client behavior which allows you to use other server-side controls in the development of the templates. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgabe19.blogspot.com%2f2008%2f08%2faspnet-ajax-client-side-templated-data.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgabe19.blogspot.com%2f2008%2f08%2faspnet-ajax-client-side-templated-data.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Asp_Net_AJAX_Client_Side_Templated_Data_Bound_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Asp_Net_AJAX_Client_Side_Templated_Data_Bound_Control</guid>
      <pubDate>Wed, 20 Aug 2008 02:18:15 GMT</pubDate>
    </item>
    <item>
      <title>DnSmtp - A .NET SMTP Client Library in C#</title>
      <description>DnSmtp is a fully management SMTP client library written in C#. It provides two delivery methods - Relay and Direct. In relay delivery mode, it will relay messages through your local SMTP server. In direct delivery mode or it will resolve the MX record of the recipient's email address and connect to the recipients server directly and drop the mail message. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchoosing-a-blog-url-sucks.blogspot.com%2f2008%2f06%2fdnsmtp-net-smtp-client-library.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchoosing-a-blog-url-sucks.blogspot.com%2f2008%2f06%2fdnsmtp-net-smtp-client-library.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/DnSmtp_A_NET_SMTP_Client_Library_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/DnSmtp_A_NET_SMTP_Client_Library_in_C</guid>
      <pubDate>Tue, 24 Jun 2008 21:29:36 GMT</pubDate>
    </item>
    <item>
      <title>DnDns - A .NET DNS Client Library (Resolver) </title>
      <description>A DNS protocol library written completely in managed code. Supports common DNS records types like A, CNAME, MX, SRV, and more.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchoosing-a-blog-url-sucks.blogspot.com%2f2008%2f02%2fdndns-net-dns-client-library-resolver.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchoosing-a-blog-url-sucks.blogspot.com%2f2008%2f02%2fdndns-net-dns-client-library-resolver.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/DnDns_A_NET_DNS_Client_Library_Resolver</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/DnDns_A_NET_DNS_Client_Library_Resolver</guid>
      <pubDate>Mon, 04 Feb 2008 21:46:02 GMT</pubDate>
    </item>
    <item>
      <title>TableAdapterManager in ADO.NET Orcas</title>
      <description>A description of the new TableAdapterManager for DataSets in Visual Studio Orcas, as well as a data-access framework that enables similar function now. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.atgi.com%2fjohn%2farchive%2f2007%2f05%2f01%2ftableadaptermanager-in-ado-net-orcas.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.atgi.com%2fjohn%2farchive%2f2007%2f05%2f01%2ftableadaptermanager-in-ado-net-orcas.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/TableAdapterManager_in_ADO_NET_Orcas</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/TableAdapterManager_in_ADO_NET_Orcas</guid>
      <pubDate>Tue, 01 May 2007 22:16:01 GMT</pubDate>
    </item>
    <item>
      <title>Implementing SmartCard Authentication with ASP.NET </title>
      <description>This is my 9 page follow-up article on how to implement non-Active Directory Integrated Smart Card Authentication with ASP.NET using Http Modules. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchoosing-a-blog-url-sucks.blogspot.com%2f2007%2f04%2fimplementing-smartcard-authentication.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchoosing-a-blog-url-sucks.blogspot.com%2f2007%2f04%2fimplementing-smartcard-authentication.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/Implementing_SmartCard_Authentication_with_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/Implementing_SmartCard_Authentication_with_ASP_NET</guid>
      <pubDate>Wed, 25 Apr 2007 14:46:01 GMT</pubDate>
    </item>
    <item>
      <title>Community Server 2007 Beta 2, Now Available!</title>
      <description>Rob Howard announces availability of Community Server 2007 Beta 2 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frhoward%2farchive%2f2007%2f03%2f22%2fcommunity-server-2007-beta-2-now-available.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frhoward%2farchive%2f2007%2f03%2f22%2fcommunity-server-2007-beta-2-now-available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Community_Server_2007_Beta_2_Now_Available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Community_Server_2007_Beta_2_Now_Available</guid>
      <pubDate>Mon, 26 Mar 2007 11:46:01 GMT</pubDate>
    </item>
    <item>
      <title>Escaping Tables With CSS</title>
      <description>While this isn't totally .NET related, I think that the crowd here will be able to relate to this dilemma.  We're .NET developers who do HTML and CSS, and this is a common problem that we've all run into. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjohnsbraindump.blogspot.com%2f2006%2f12%2fescaping-tables-with-css.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjohnsbraindump.blogspot.com%2f2006%2f12%2fescaping-tables-with-css.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ie/Escaping_Tables_With_CSS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ie/Escaping_Tables_With_CSS</guid>
      <pubDate>Wed, 06 Dec 2006 22:31:02 GMT</pubDate>
    </item>
    <item>
      <title>The Case for Emacs</title>
      <description>Why gaining proficiency in Emacs can make you a better, more versatile developer. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fderekslager.com%2fblog%2fposts%2f2006%2f12%2fthe-case-for-emacs.ashx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fderekslager.com%2fblog%2fposts%2f2006%2f12%2fthe-case-for-emacs.ashx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/The_Case_for_Emacs</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/The_Case_for_Emacs</guid>
      <pubDate>Tue, 05 Dec 2006 18:01:01 GMT</pubDate>
    </item>
    <item>
      <title> Finding the Current and Last Page Numbers of a Crystal Report in ASP.</title>
      <description>I had the hardest time finding a good and relatively efficient way to do this, so when I found it, I wanted to share it with everyone.  Read on if you've run into this problem before. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjohnsbraindump.blogspot.com%2f2006%2f06%2ffinding-current-and-last-page-numbers.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjohnsbraindump.blogspot.com%2f2006%2f06%2ffinding-current-and-last-page-numbers.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Finding_the_Current_and_Last_Page_Numbers_of_a_Crystal_Report_in_ASP</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Finding_the_Current_and_Last_Page_Numbers_of_a_Crystal_Report_in_ASP</guid>
      <pubDate>Fri, 16 Jun 2006 16:21:01 GMT</pubDate>
    </item>
    <item>
      <title>Wilco.SyntaxHighlighter: must download control</title>
      <description>Free source code for a SyntaxHighlighter. Worth taking a look for sure, and possibly even downloading and using. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.pheedo.com%2fclick.phdo%3fi%3ddb79553609161158a65710c012194434"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.pheedo.com%2fclick.phdo%3fi%3ddb79553609161158a65710c012194434" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Wilco_SyntaxHighlighter_must_download_control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Wilco_SyntaxHighlighter_must_download_control</guid>
      <pubDate>Tue, 06 Jun 2006 09:33:01 GMT</pubDate>
    </item>
    <item>
      <title>TDD By Example - Money</title>
      <description>Learn how to use TDD to drive out a simple scenario. Creating a custom type to encapsulate money. If you find yourself using decimals a lot to represent money in your application, then get started building a first class type that encapsulates the rules for you. In the process, learn how using TDD can help you drive out the functionality in small testable pieces. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jpboodhoo.com%2fblog%2fTDDByExampleMoney.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jpboodhoo.com%2fblog%2fTDDByExampleMoney.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/TDD_By_Example_Money</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/TDD_By_Example_Money</guid>
      <pubDate>Thu, 25 May 2006 07:17:01 GMT</pubDate>
    </item>
    <item>
      <title>Hydrus DataSetToolkit Application</title>
      <description>With the DataSetToolkit you can interact dynamically with your application datasource without ever writing a single SQL query. The DataSetToolkit includes a unique command generator which inspects your DataSet to generate dynamic select queries. You can customize any query via included WhereConstraint objects, or extend the object model to create your own. With the DataSetToolkit you also no longer need to maintain a DataAdapter for every table, but can use the MultiTableDataAdapter to fill or update any table in your DataSet. You choose the DBMS provider, and the DataSetToolkit does the rest. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hydrussoftware.com%2fIntro.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hydrussoftware.com%2fIntro.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Hydrus_DataSetToolkit_Application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Hydrus_DataSetToolkit_Application</guid>
      <pubDate>Tue, 23 May 2006 22:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Script# Prototype</title>
      <description>&amp;quot;Script# brings the C# developer experience (programming and tooling) to Javascript/Ajax world.&amp;quot; This has huge potential. It would be nice to see this become an open source project on codeplex. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nikhilk.net%2fEntry.aspx%3fid%3d121"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nikhilk.net%2fEntry.aspx%3fid%3d121" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Script_Prototype</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Script_Prototype</guid>
      <pubDate>Tue, 23 May 2006 23:09:01 GMT</pubDate>
    </item>
    <item>
      <title>SQL Prompt - Intellisense for SQL Server</title>
      <description>Code completion and intellisense for SQL Server Query Analyzer free until September 1st 2006. No time bombs and no restrictions. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.red-gate.com%2fproducts%2fSQL_Prompt%2findex.htm"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.red-gate.com%2fproducts%2fSQL_Prompt%2findex.htm" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/SQL_Prompt_Intellisense_for_SQL_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/SQL_Prompt_Intellisense_for_SQL_Server</guid>
      <pubDate>Tue, 23 May 2006 14:05:01 GMT</pubDate>
    </item>
    <item>
      <title>SQL Programming Intellisense with RedGate's SQL Prompt</title>
      <description>From Dan Wahlin : &amp;quot;RedGate (a company with some awesome SQL Server products) is releasing a tool called SQL Prompt that looks phenomenal from what I've seen to this point.  It allows developers to get intellisense as they develop SQL queries within Query Analyzer, SQL Server 2005 Management Studio, Visual Studio 2005, Visual Studio .NET 2003, SQL Server 2000 Enterprise Manager and UltraEdit32.  I haven't had a chance to try the beta out a whole lot yet but it looks like the final release will be May 22nd and I'm pretty excited about it since I've always wanted intellisense in these tools as I create different types of queries.  Did I mention that they're releasing it for free? :-)&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fdwahlin%2farchive%2f2006%2f05%2f19%2f447088.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fdwahlin%2farchive%2f2006%2f05%2f19%2f447088.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/SQL_Programming_Intellisense_with_RedGate_s_SQL_Prompt</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/SQL_Programming_Intellisense_with_RedGate_s_SQL_Prompt</guid>
      <pubDate>Sat, 20 May 2006 15:13:01 GMT</pubDate>
    </item>
    <item>
      <title>Avoiding Cursors with Superclass-Subclass Tables</title>
      <description>When you're dealing with complex table structures, sometimes you need a trick or two to deal with them efficiently.  Here's a technique I discovered to insert rows into superclass-subclass tables without using cursors. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjohnsbraindump.blogspot.com%2f2005%2f11%2favoiding-cursors-with-superclass.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjohnsbraindump.blogspot.com%2f2005%2f11%2favoiding-cursors-with-superclass.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Avoiding_Cursors_with_Superclass_Subclass_Tables</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Avoiding_Cursors_with_Superclass_Subclass_Tables</guid>
      <pubDate>Thu, 18 May 2006 16:36:49 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft release CodePlex</title>
      <description>You can use CodePlex to create new projects to share with your fellow developers around the world, join others who have already started their own project, or simply use the applications on this site and provide feedback. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeplex.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeplex.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Microsoft_release_CodePlex</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Microsoft_release_CodePlex</guid>
      <pubDate>Tue, 16 May 2006 19:45:00 GMT</pubDate>
    </item>
    <item>
      <title>Consolas as the New IDE Font of Choice</title>
      <description>Download Vista's New Fonts &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.techtoolblog.com%2farchives%2fconsolas-as-my-new-ide-font-for-visual-studio-2005"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.techtoolblog.com%2farchives%2fconsolas-as-my-new-ide-font-for-visual-studio-2005" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Consolas_as_the_New_IDE_Font_of_Choice</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Consolas_as_the_New_IDE_Font_of_Choice</guid>
      <pubDate>Thu, 13 Apr 2006 12:34:12 GMT</pubDate>
    </item>
  </channel>
</rss>
