<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Agha Usman</title><subtitle type="html">Lives in Riyadh(Saudia Arabia) belong from Karachi (Pakistan) </subtitle><id>http://weblogs.asp.net/aghausman/atom.aspx</id><link rel="alternate" type="text/html" href="http://weblogs.asp.net/aghausman/default.aspx" /><link rel="self" type="application/atom+xml" href="http://weblogs.asp.net/aghausman/atom.aspx" /><generator uri="http://communityserver.org" version="3.0.20510.895">Community Server</generator><updated>2009-03-16T02:08:42Z</updated><entry><title>The underlying provider failed on Open</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/aghausman/archive/2012/09/02/the-underlying-provider-failed-on-open.aspx" /><id>http://weblogs.asp.net/aghausman/archive/2012/09/02/the-underlying-provider-failed-on-open.aspx</id><published>2012-09-01T18:13:00Z</published><updated>2012-09-01T18:13:00Z</updated><content type="html">The underlying provider failed on Open is an entity framework error and with a simple fix it is little difficult to sort out what is going wrong. 1) if you are using IIS 7 with Integrated Security in connection string. Make sure your IIS user have appropriate permissions to access database. 2) If you are using Visual Studio built in Web Server and facing this issue. Simple fix is to either re-start Visual Studio or Kill the process of Web Server which is (WebDev.WebServer*.exe). I was in the second...(&lt;a href="http://weblogs.asp.net/aghausman/archive/2012/09/02/the-underlying-provider-failed-on-open.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8884294" width="1" height="1"&gt;</content><author><name>aghausman12</name><uri>http://weblogs.asp.net/members/aghausman12.aspx</uri></author><category term="asp.net" scheme="http://weblogs.asp.net/aghausman/archive/tags/asp.net/default.aspx" /><category term="Entity Framework" scheme="http://weblogs.asp.net/aghausman/archive/tags/Entity+Framework/default.aspx" /></entry><entry><title>Ambiguous in the namespace problem</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/aghausman/archive/2011/02/28/ambiguous-in-the-namespace-problem.aspx" /><id>http://weblogs.asp.net/aghausman/archive/2011/02/28/ambiguous-in-the-namespace-problem.aspx</id><published>2011-02-28T16:05:02Z</published><updated>2011-02-28T16:05:02Z</updated><content type="html">From the last few days, I was ignoring an error that keep coming at the compile time. I spent some two hours on it before but didn’t get it work. The error is quit confusing and of course difficult to manage. 'ApplicationSettingsBase' is ambiguous in the namespace 'System.Configuration' 'MailMessage' is ambiguous in the namespace 'System.Net.Mail' And there are couple of other similar errors that is pointing to some ambiguous references in my project.&amp;#160; The confusing part is that the MailMessage...(&lt;a href="http://weblogs.asp.net/aghausman/archive/2011/02/28/ambiguous-in-the-namespace-problem.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7714005" width="1" height="1"&gt;</content><author><name>aghausman12</name><uri>http://weblogs.asp.net/members/aghausman12.aspx</uri></author></entry><entry><title>Getting started with Unit Testing in C#</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/aghausman/archive/2009/08/08/getting-started-with-unit-testing-in-c.aspx" /><id>http://weblogs.asp.net/aghausman/archive/2009/08/08/getting-started-with-unit-testing-in-c.aspx</id><published>2009-08-07T19:04:18Z</published><updated>2009-08-07T19:04:18Z</updated><content type="html">Introduction: In this post, I will explain you how can we write a unit test in c#. It is a basic guideline for those who wants a quick start. Unit testing is an integral part of any software that is developed. It is an advantage which most of us are either not aware of or we are neglecting it.&amp;#160; It actually helps a developer to write error free code. To write unit test, we will first install a unit-testing framework. &amp;#160; About Unit-Testing Framework: Well, Unit-Testing Frameworks are useful...(&lt;a href="http://weblogs.asp.net/aghausman/archive/2009/08/08/getting-started-with-unit-testing-in-c.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7163765" width="1" height="1"&gt;</content><author><name>aghausman12</name><uri>http://weblogs.asp.net/members/aghausman12.aspx</uri></author><category term=".net" scheme="http://weblogs.asp.net/aghausman/archive/tags/.net/default.aspx" /><category term="Test Driven Development" scheme="http://weblogs.asp.net/aghausman/archive/tags/Test+Driven+Development/default.aspx" /></entry><entry><title>Get Countries Name in .Net</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/aghausman/archive/2009/07/26/get-countries-name-in-net.aspx" /><id>http://weblogs.asp.net/aghausman/archive/2009/07/26/get-countries-name-in-net.aspx</id><published>2009-07-26T13:37:06Z</published><updated>2009-07-26T13:37:06Z</updated><content type="html">Introduction: In this post, I will explain you how can we get the countries name filled in any collection using .net without using any database. It is a regular task, which we all as developers did some past day but the difference is we used database table or xml file to hold the country names. But .net framework provide us with all the countries information in Globalization namespace. So, here is the code for that Dictionary&amp;lt; string , string &amp;gt; objDic = new Dictionary&amp;lt; string , string &amp;gt;...(&lt;a href="http://weblogs.asp.net/aghausman/archive/2009/07/26/get-countries-name-in-net.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7154755" width="1" height="1"&gt;</content><author><name>aghausman12</name><uri>http://weblogs.asp.net/members/aghausman12.aspx</uri></author><category term="asp.net" scheme="http://weblogs.asp.net/aghausman/archive/tags/asp.net/default.aspx" /><category term=".net" scheme="http://weblogs.asp.net/aghausman/archive/tags/.net/default.aspx" /></entry><entry><title>Show Loading Message in Asp.net AJAX</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/aghausman/archive/2009/07/20/show-loading-message-in-asp-net-ajax.aspx" /><id>http://weblogs.asp.net/aghausman/archive/2009/07/20/show-loading-message-in-asp-net-ajax.aspx</id><published>2009-07-19T19:47:00Z</published><updated>2009-07-19T19:47:00Z</updated><content type="html">In this post, I will explain you how can we show Loading message in asp.net ajax without using Update Progress. Now some one may asked, why do I want to skip Update Progress ? Well, there can be several reasons for this, fist of all you have to work on every single page, and on every update panel to get the update progress working. There are basically three methods of meeting this requirement. Using Master Pages : A very smart way, but not all of us are using them .. right ? Extending Page Class&amp;#160;...(&lt;a href="http://weblogs.asp.net/aghausman/archive/2009/07/20/show-loading-message-in-asp-net-ajax.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7150944" width="1" height="1"&gt;</content><author><name>aghausman12</name><uri>http://weblogs.asp.net/members/aghausman12.aspx</uri></author><category term="asp.net" scheme="http://weblogs.asp.net/aghausman/archive/tags/asp.net/default.aspx" /><category term="AJAX" scheme="http://weblogs.asp.net/aghausman/archive/tags/AJAX/default.aspx" /><category term="Asp.net AJAX" scheme="http://weblogs.asp.net/aghausman/archive/tags/Asp.net+AJAX/default.aspx" /></entry><entry><title>Migrate from WordPress to BlogEngine.net</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/aghausman/archive/2009/07/20/migrate-from-wordpress-to-blogengine-net.aspx" /><id>http://weblogs.asp.net/aghausman/archive/2009/07/20/migrate-from-wordpress-to-blogengine-net.aspx</id><published>2009-07-19T18:42:07Z</published><updated>2009-07-19T18:42:07Z</updated><content type="html">In this post, I will explain how to migrate a blog running on Word Press (Self Hosted) to BlogEngine. But before I start let me say, that Word Press simply rocks. The reason why I plan to switch my blog is customization. Since I am a dotnet geek, I really have no great idea of what I can make out of Word Press using PHP and when it comes to Blogging in .net, I guess I made a very right decision to use BlogEngine. It is open source and included all the necessary blogging utilities. The main thing...(&lt;a href="http://weblogs.asp.net/aghausman/archive/2009/07/20/migrate-from-wordpress-to-blogengine-net.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7150897" width="1" height="1"&gt;</content><author><name>aghausman12</name><uri>http://weblogs.asp.net/members/aghausman12.aspx</uri></author><category term="asp.net" scheme="http://weblogs.asp.net/aghausman/archive/tags/asp.net/default.aspx" /><category term=".net" scheme="http://weblogs.asp.net/aghausman/archive/tags/.net/default.aspx" /><category term="Blog Engine" scheme="http://weblogs.asp.net/aghausman/archive/tags/Blog+Engine/default.aspx" /></entry><entry><title>How to show and select month/year in Calendar Extender</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/aghausman/archive/2009/05/31/how-to-show-and-select-month-year-in-calendar-extender.aspx" /><id>http://weblogs.asp.net/aghausman/archive/2009/05/31/how-to-show-and-select-month-year-in-calendar-extender.aspx</id><published>2009-05-30T22:16:09Z</published><updated>2009-05-30T22:16:09Z</updated><content type="html">In this post I will explain you, How to make calendar extender control to show month / year view by default and instead of selecting dates how can we use calendar extender to select months. Before I start, let me say that I got extensive support from this forum post http://forums.asp.net/t/1349086.aspx . Thanks to Zhi-Qiang Ni, but the way he follow was a little bit lengthy. However, all credit still goes to him because I gain the exact idea from his post. Let me start by creating a calendar extender...(&lt;a href="http://weblogs.asp.net/aghausman/archive/2009/05/31/how-to-show-and-select-month-year-in-calendar-extender.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7103036" width="1" height="1"&gt;</content><author><name>aghausman12</name><uri>http://weblogs.asp.net/members/aghausman12.aspx</uri></author><category term="asp.net" scheme="http://weblogs.asp.net/aghausman/archive/tags/asp.net/default.aspx" /><category term="Javascript" scheme="http://weblogs.asp.net/aghausman/archive/tags/Javascript/default.aspx" /><category term="AJAX" scheme="http://weblogs.asp.net/aghausman/archive/tags/AJAX/default.aspx" /></entry><entry><title>Show images on Grid View from File Stream SQL Server 2008</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/aghausman/archive/2009/05/26/show-images-on-grid-view-from-file-stream.aspx" /><id>http://weblogs.asp.net/aghausman/archive/2009/05/26/show-images-on-grid-view-from-file-stream.aspx</id><published>2009-05-25T21:15:00Z</published><updated>2009-05-25T21:15:00Z</updated><content type="html">Background : In my last post about SQL Server 2008 new feature File Stream (Saving and Retrieving File Using FileStream SQL Server 2008) , we did an example of saving an image to the file stream and then retrieve it back and make it available for download. The result of that example looks like as below. But, one has to press the button to download the image file. One of my blog reader raise a point that he wants to display the same image instead of Get File button which is going to download. Introduction...(&lt;a href="http://weblogs.asp.net/aghausman/archive/2009/05/26/show-images-on-grid-view-from-file-stream.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7097588" width="1" height="1"&gt;</content><author><name>aghausman12</name><uri>http://weblogs.asp.net/members/aghausman12.aspx</uri></author><category term="asp.net" scheme="http://weblogs.asp.net/aghausman/archive/tags/asp.net/default.aspx" /><category term=".net" scheme="http://weblogs.asp.net/aghausman/archive/tags/.net/default.aspx" /><category term="SQL Server" scheme="http://weblogs.asp.net/aghausman/archive/tags/SQL+Server/default.aspx" /></entry><entry><title>Custom Paging in Grid view</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/aghausman/archive/2009/05/19/custom-paging-in-grid-view.aspx" /><id>http://weblogs.asp.net/aghausman/archive/2009/05/19/custom-paging-in-grid-view.aspx</id><published>2009-05-18T20:17:00Z</published><updated>2009-05-18T20:17:00Z</updated><content type="html">So, it takes too long for me to write this post. even though I completed the coding stuff a week back but it is really hard to manage time these days. In this post, I will explain and demonstrate you how to create custom paging in Grid view control. Paging which works like the Google Paging. Let me elaborate more, say for example you have a record set of 500 items and you want to display 10 items per page. Now what happen to the pages numbers. Either you use the default with “..” sign after 10th...(&lt;a href="http://weblogs.asp.net/aghausman/archive/2009/05/19/custom-paging-in-grid-view.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7092310" width="1" height="1"&gt;</content><author><name>aghausman12</name><uri>http://weblogs.asp.net/members/aghausman12.aspx</uri></author><category term="asp.net" scheme="http://weblogs.asp.net/aghausman/archive/tags/asp.net/default.aspx" /><category term="c#" scheme="http://weblogs.asp.net/aghausman/archive/tags/c_2300_/default.aspx" /><category term=".net" scheme="http://weblogs.asp.net/aghausman/archive/tags/.net/default.aspx" /><category term="Gridview" scheme="http://weblogs.asp.net/aghausman/archive/tags/Gridview/default.aspx" /></entry><entry><title>Datatable to JSON</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/aghausman/archive/2009/05/16/datatable-to-json.aspx" /><id>http://weblogs.asp.net/aghausman/archive/2009/05/16/datatable-to-json.aspx</id><published>2009-05-16T11:53:29Z</published><updated>2009-05-16T11:53:29Z</updated><content type="html">In this post I will explain you, how can we serialize Datatable to JSON. So that, it can easily pass to JavaScript to get the AJAX done. First of all fill a Datatable with some results. DataTable dt = new DataTable(); &amp;#160; SqlConnection objSqlCon = new SqlConnection(System.Configuration.ConfigurationManager.ConnectionStrings[ &amp;quot;AdventureWorksConnectionString&amp;quot; ].ToString()); objSqlCon.Open(); &amp;#160; SqlDataAdapter objSqlDa = new SqlDataAdapter( &amp;quot;select * from Production.Product&amp;quot;...(&lt;a href="http://weblogs.asp.net/aghausman/archive/2009/05/16/datatable-to-json.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7090258" width="1" height="1"&gt;</content><author><name>aghausman12</name><uri>http://weblogs.asp.net/members/aghausman12.aspx</uri></author><category term="asp.net" scheme="http://weblogs.asp.net/aghausman/archive/tags/asp.net/default.aspx" /><category term="c#" scheme="http://weblogs.asp.net/aghausman/archive/tags/c_2300_/default.aspx" /><category term=".net" scheme="http://weblogs.asp.net/aghausman/archive/tags/.net/default.aspx" /><category term="Javascript" scheme="http://weblogs.asp.net/aghausman/archive/tags/Javascript/default.aspx" /><category term="AJAX" scheme="http://weblogs.asp.net/aghausman/archive/tags/AJAX/default.aspx" /></entry><entry><title>Authenticated File Access using HTTP Handler.</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/aghausman/archive/2009/05/08/authenticated-file-access-using-http-handler.aspx" /><id>http://weblogs.asp.net/aghausman/archive/2009/05/08/authenticated-file-access-using-http-handler.aspx</id><published>2009-05-07T21:21:50Z</published><updated>2009-05-07T21:21:50Z</updated><content type="html">In this post I will explain you how authenticate the request directly coming to access a file that is downloadable. some thing like *.pdf or *.zip. Mostly, people make it working by creating an *.aspx page and then write binary of that file in Response.WriteFile. So, user will have no idea where the file is coming from. now this is the fair approach but what if somebody, somehow know the path of downloadable files. So, to stop the un authenticated access to our files, we will first create a session...(&lt;a href="http://weblogs.asp.net/aghausman/archive/2009/05/08/authenticated-file-access-using-http-handler.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7076358" width="1" height="1"&gt;</content><author><name>aghausman12</name><uri>http://weblogs.asp.net/members/aghausman12.aspx</uri></author><category term="asp.net" scheme="http://weblogs.asp.net/aghausman/archive/tags/asp.net/default.aspx" /><category term="c#" scheme="http://weblogs.asp.net/aghausman/archive/tags/c_2300_/default.aspx" /><category term=".net" scheme="http://weblogs.asp.net/aghausman/archive/tags/.net/default.aspx" /></entry><entry><title>How to pass parameters to the dynamically added user control</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/aghausman/archive/2009/04/15/how-to-pass-parameters-to-the-dynamically-added-user-control.aspx" /><id>http://weblogs.asp.net/aghausman/archive/2009/04/15/how-to-pass-parameters-to-the-dynamically-added-user-control.aspx</id><published>2009-04-15T15:35:54Z</published><updated>2009-04-15T15:35:54Z</updated><content type="html">In this post, I will explain how you can pass parameter to the dynamically added (from code behind) User Control. Most of you might aware of how we can achieve this in web application project. Following is the code for that 1: Dim objCon As Control = Page.LoadControl( &amp;quot;~/Controls/MyControl.ascx&amp;quot; ) 2: Ctype (objCon,MyControl).PropertyOne = &amp;quot;Test&amp;quot; 3: Ctype (objCon,MyControl).PropertyTwo = &amp;quot;USAM&amp;quot; 4: MyPanel.Controls.add(objCon) Now what if you have a web site project which...(&lt;a href="http://weblogs.asp.net/aghausman/archive/2009/04/15/how-to-pass-parameters-to-the-dynamically-added-user-control.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7046980" width="1" height="1"&gt;</content><author><name>aghausman12</name><uri>http://weblogs.asp.net/members/aghausman12.aspx</uri></author><category term="asp.net" scheme="http://weblogs.asp.net/aghausman/archive/tags/asp.net/default.aspx" /><category term=".net" scheme="http://weblogs.asp.net/aghausman/archive/tags/.net/default.aspx" /><category term="Vb.net" scheme="http://weblogs.asp.net/aghausman/archive/tags/Vb.net/default.aspx" /></entry><entry><title>Get Repeater Control Output in String</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/aghausman/archive/2009/04/13/get-repeater-control-output-in-string.aspx" /><id>http://weblogs.asp.net/aghausman/archive/2009/04/13/get-repeater-control-output-in-string.aspx</id><published>2009-04-13T15:30:48Z</published><updated>2009-04-13T15:30:48Z</updated><content type="html">In this post I will share with you a small code snippet which will help you to get the repeater control output in string variable. 1: Dim sb As New StringBuilder() 2: Dim objHtml As New HtmlTextWriter( New System.IO.StringWriter(sb)) 3: &amp;#160; 4: If dt.Rows.Count &amp;gt; 0 Then 5: Repeater1.DataSource = dt 6: Repeater1.DataBind() 7: End If 8: &amp;#160; 9: Repeater1.RenderControl(objHtml) 10: Return sb.ToString() &amp;#160; Well, I have used a little trick here. The RenderControl method of repeater control...(&lt;a href="http://weblogs.asp.net/aghausman/archive/2009/04/13/get-repeater-control-output-in-string.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7045162" width="1" height="1"&gt;</content><author><name>aghausman12</name><uri>http://weblogs.asp.net/members/aghausman12.aspx</uri></author><category term="asp.net" scheme="http://weblogs.asp.net/aghausman/archive/tags/asp.net/default.aspx" /><category term="Vb.net" scheme="http://weblogs.asp.net/aghausman/archive/tags/Vb.net/default.aspx" /></entry><entry><title>Storing/Retrieving Hierarchies In SQL Server Database</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/aghausman/archive/2009/03/16/storing-retrieving-hierarchical-data-in-sql-server-database.aspx" /><id>http://weblogs.asp.net/aghausman/archive/2009/03/16/storing-retrieving-hierarchical-data-in-sql-server-database.aspx</id><published>2009-03-16T13:45:30Z</published><updated>2009-03-16T13:45:30Z</updated><content type="html">Hierarchies are one of the most important part of many applications. It can be in shape of categories, family tree, organization charts etc. Maintaining hierarchies in data source like XML is not a big deal but when it comes to the database like SQL Server which is consist of flat table in terms of storing data, then it become a challenge. To overcome this (which I am sure most of us did ), we use recursion. Implementing recursion is very easy and can be applied on both back-end (by using cursors...(&lt;a href="http://weblogs.asp.net/aghausman/archive/2009/03/16/storing-retrieving-hierarchical-data-in-sql-server-database.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6968235" width="1" height="1"&gt;</content><author><name>aghausman12</name><uri>http://weblogs.asp.net/members/aghausman12.aspx</uri></author><category term="TSQL" scheme="http://weblogs.asp.net/aghausman/archive/tags/TSQL/default.aspx" /><category term="SQL Server" scheme="http://weblogs.asp.net/aghausman/archive/tags/SQL+Server/default.aspx" /></entry><entry><title>Saving and Retrieving File Using FileStream SQL Server 2008</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/aghausman/archive/2009/03/16/saving-and-retrieving-file-using-filestream-sql-server-2008.aspx" /><id>http://weblogs.asp.net/aghausman/archive/2009/03/16/saving-and-retrieving-file-using-filestream-sql-server-2008.aspx</id><published>2009-03-15T20:08:42Z</published><updated>2009-03-15T20:08:42Z</updated><content type="html">FileStream data type is a very important feature of SQL Server 2008 and gradually getting popular amongst developer for it’s feasibility. And in the past few days specially after “ Configure SQL Server 2008 for File Stream ” post. I received several feedbacks regarding the usage of FileStream with Ado.net and Frankly there is not much stuff available on Google for this topic. In this post, I will guide you to use FileStream Data type in Ado.net. But before we start make sure you have configure your...(&lt;a href="http://weblogs.asp.net/aghausman/archive/2009/03/16/saving-and-retrieving-file-using-filestream-sql-server-2008.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6965983" width="1" height="1"&gt;</content><author><name>aghausman12</name><uri>http://weblogs.asp.net/members/aghausman12.aspx</uri></author><category term="asp.net" scheme="http://weblogs.asp.net/aghausman/archive/tags/asp.net/default.aspx" /><category term="c#" scheme="http://weblogs.asp.net/aghausman/archive/tags/c_2300_/default.aspx" /><category term=".net" scheme="http://weblogs.asp.net/aghausman/archive/tags/.net/default.aspx" /><category term="SQL Server" scheme="http://weblogs.asp.net/aghausman/archive/tags/SQL+Server/default.aspx" /></entry></feed>