<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>foxsparrow</title>
	<link>http://www.foxsparrow.com</link>
	<description>This is the best blog for the new developers who want to learn web designing with Microsoft .NET technologies.</description>
	<lastBuildDate>Thu, 08 Sep 2011 10:59:28 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1" -->

	<item>
		<title>How to take backup all databases in SQL Server</title>
		<description><![CDATA[The following code will helps you to take all the databases at a time]]></description>
		<link>http://www.foxsparrow.com/2011/09/how-to-take-backup-all-databases-in-sql-server/</link>
			</item>
	<item>
		<title>The page you are requesting cannot be served because of the extension configuration (WFC) HTTP Error 404.3 – Not Found</title>
		<description><![CDATA[Recently, I migrated to Windows 7 and ended up installing all my software’s again. I had a project which involved hosting a WCF service on IIS. The service used a .svc file extension and IIS 7 on my machine was not aware how to handle these files. The error I got looked something like this: [...]]]></description>
		<link>http://www.foxsparrow.com/2011/05/the-page-you-are-requesting-cannot-be-served-because-of-the-extension-configuration-wfc-http-error-404-3-%e2%80%93-not-found/</link>
			</item>
	<item>
		<title>Code Snippet : Exporting DataSet to Excel file in asp.net</title>
		<description><![CDATA[Here is the code to export DataSet to Excel file. Process: Prepare a GridView or DataGrid from code behind file with the DataSet and use the following code to export as a Excel(.xls) file.]]></description>
		<link>http://www.foxsparrow.com/2011/04/code-snippet-exporting-dataset-to-excel-file-in-asp-net/</link>
			</item>
	<item>
		<title>Complete Lifecycle of an ASP.Net page and controls</title>
		<description><![CDATA[Many people have blogged about the lifecycle of an ASP.Net Page or Master Page but every time I need to find the complete lifecycle of a control it’s not so easy. Today I wrote a couple of test pages to generate a reference. The pages are very simple, I just overrode every method I could [...]]]></description>
		<link>http://www.foxsparrow.com/2011/03/complete-lifecycle-of-an-asp-net-page-and-controls/</link>
			</item>
	<item>
		<title>Life and Times of Anders Hejlsberg</title>
		<description><![CDATA[Right click “Save as…” Medium Quality WMV (Lo-band, Mobile) WMV (WMV Video) This episode features industry luminary, Anders Hejlsberg. Before coming to Microsoft in 1996 he was well noted for his work as the principal engineer of Turbo Pascal and the chief architect of the Delphi product line. At Microsoft he was architect for the [...]]]></description>
		<link>http://www.foxsparrow.com/2011/02/life-and-times-of-anders-hejlsberg/</link>
			</item>
	<item>
		<title>Passing lists to SQL Server 2005 with XML Parameters</title>
		<description><![CDATA[Getting started with SQL Server 2005&#8242;s XML Syntax XML variables in SQL Server 2005 make it easy to &#8220;shred&#8221; XML strings into relational data. The main new methods you&#8217;ll need to use are value() and nodes() which allow us to select values from XML documents. Which gives us the following three rows: 3 6 15 [...]]]></description>
		<link>http://www.foxsparrow.com/2011/02/passing-lists-to-sql-server-2005-with-xml-parameters/</link>
			</item>
	<item>
		<title>Ajax Toolkit: Model Popup extender</title>
		<description><![CDATA[Popup dialog box with AJAX toolkit The following is the c# code for this control using this popup in the code Default2.cs code behind file]]></description>
		<link>http://www.foxsparrow.com/2011/02/ajax-toolkit-model-popup-extender/</link>
			</item>
	<item>
		<title>Code Snippet 1: Best way to convert string to DateTime</title>
		<description><![CDATA[This is the best way to convert string to Date the following code convert string to date which is in &#8220;d/M/yyyy&#8221; or &#8220;dd/MM/yyyy&#8221; or &#8220;d/MM/yyyy&#8221; or &#8220;dd/M/yyyy&#8221; Function:]]></description>
		<link>http://www.foxsparrow.com/2011/01/code-snippet-best-way-to-convert-string-to-datetime/</link>
			</item>
	<item>
		<title>Remove duplicates in a string array</title>
		<description><![CDATA[These are the followings ways, where we can filter a string array to remove the duplicates.]]></description>
		<link>http://www.foxsparrow.com/2011/01/remove_duplicates_in_string_array/</link>
			</item>
	<item>
		<title>How to Add a GridView Column of Radio Buttons</title>
		<description><![CDATA[Grouping the Radio Buttons in the GridView in a column]]></description>
		<link>http://www.foxsparrow.com/2010/08/how-to-group-the-radio-buttons-column-wise-in-gridview/</link>
			</item>
</channel>
</rss>

