<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dot Net 4.0 Tutorials &#124; Downloads and Examples</title>
	<atom:link href="http://v4.dotnettutorials.com/feed" rel="self" type="application/rss+xml" />
	<link>http://v4.dotnettutorials.com</link>
	<description></description>
	<lastBuildDate>Fri, 17 Jun 2011 19:26:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Learn How to Use Stored Procedures with ASP.NET 4.0 and C#</title>
		<link>http://v4.dotnettutorials.com/performance/learn-how-to-use-stored-procedures-with-asp-net-4-0-and-c/</link>
		<comments>http://v4.dotnettutorials.com/performance/learn-how-to-use-stored-procedures-with-asp-net-4-0-and-c/#comments</comments>
		<pubDate>Thu, 12 May 2011 14:00:22 +0000</pubDate>
		<dc:creator>wpadmin</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[4.0]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Gridview]]></category>
		<category><![CDATA[stored procedure]]></category>

		<guid isPermaLink="false">http://v4.dotnettutorials.com/performance/learn-how-to-use-stored-procedures-with-asp-net-4-0-and-c/</guid>
		<description><![CDATA[In this tutorial we will be demonstrating how to use a stored procedure with ASP.NET 4.0 and C#. For this particular example we will be using the Northwind sample database [...]]]></description>
		<wfw:commentRss>http://v4.dotnettutorials.com/performance/learn-how-to-use-stored-procedures-with-asp-net-4-0-and-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uploading files to a Database in VB</title>
		<link>http://v4.dotnettutorials.com/database/uploading-files-to-a-database-in-vb/</link>
		<comments>http://v4.dotnettutorials.com/database/uploading-files-to-a-database-in-vb/#comments</comments>
		<pubDate>Wed, 11 May 2011 14:00:19 +0000</pubDate>
		<dc:creator>wpadmin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[VB]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[uploading]]></category>
		<category><![CDATA[Uploading files to a Database in VB]]></category>

		<guid isPermaLink="false">http://v4.dotnettutorials.com/database/uploading-files-to-a-database-in-vb/</guid>
		<description><![CDATA[Introduction In this tutorial, we will be using a FileUpload Control to allow uploading of files to a SQL database. For this example, the database has just one table and [...]]]></description>
		<wfw:commentRss>http://v4.dotnettutorials.com/database/uploading-files-to-a-database-in-vb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learn How to Retrieve an Image From a Database with ASP.NET 4.0 and C#</title>
		<link>http://v4.dotnettutorials.com/database/learn-how-to-retrieve-an-image-from-a-database-with-asp-net-4-0-and-c/</link>
		<comments>http://v4.dotnettutorials.com/database/learn-how-to-retrieve-an-image-from-a-database-with-asp-net-4-0-and-c/#comments</comments>
		<pubDate>Tue, 10 May 2011 14:00:33 +0000</pubDate>
		<dc:creator>wpadmin</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[Retrieving]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://v4.dotnettutorials.com/database/learn-how-to-retrieve-an-image-from-a-database-with-asp-net-4-0-and-c/</guid>
		<description><![CDATA[Introduction This tutorial will show you not only how to save an image to a SQL database, but how to retrieve the image and display it on your web page. [...]]]></description>
		<wfw:commentRss>http://v4.dotnettutorials.com/database/learn-how-to-retrieve-an-image-from-a-database-with-asp-net-4-0-and-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learn How to Use the ASP.NET 4.0 GridView Control</title>
		<link>http://v4.dotnettutorials.com/controls/learn-how-to-use-the-asp-net-4-0-gridview-control/</link>
		<comments>http://v4.dotnettutorials.com/controls/learn-how-to-use-the-asp-net-4-0-gridview-control/#comments</comments>
		<pubDate>Mon, 09 May 2011 14:00:17 +0000</pubDate>
		<dc:creator>wpadmin</dc:creator>
				<category><![CDATA[Controls]]></category>
		<category><![CDATA[Web Forms]]></category>
		<category><![CDATA[ASP.NET GridView]]></category>
		<category><![CDATA[asp.net tutorials]]></category>
		<category><![CDATA[Databinding ASP.NET]]></category>
		<category><![CDATA[Gridview]]></category>

		<guid isPermaLink="false">http://v4.dotnettutorials.com/controls/learn-how-to-use-the-asp-net-4-0-gridview-control/</guid>
		<description><![CDATA[Introduction In this tutorial we will learn how to create and Setup Gridview Controls. Gridviews can be helpful when listing information out of SQL Databases. &#160;The difference between the Gridview [...]]]></description>
		<wfw:commentRss>http://v4.dotnettutorials.com/controls/learn-how-to-use-the-asp-net-4-0-gridview-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Phone 7 ScrollViewer Control</title>
		<link>http://v4.dotnettutorials.com/controls/windows-phone-7-scrollviewer-control/</link>
		<comments>http://v4.dotnettutorials.com/controls/windows-phone-7-scrollviewer-control/#comments</comments>
		<pubDate>Fri, 06 May 2011 14:04:15 +0000</pubDate>
		<dc:creator>wpadmin</dc:creator>
				<category><![CDATA[Controls]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[Microsoft Visual Studio 2010]]></category>
		<category><![CDATA[ScrollViewer Control]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[StackPanel]]></category>
		<category><![CDATA[Windows Phone 7]]></category>
		<category><![CDATA[WP7]]></category>
		<category><![CDATA[XAML]]></category>

		<guid isPermaLink="false">http://v4.dotnettutorials.com/controls/windows-phone-7-scrollviewer-control/</guid>
		<description><![CDATA[For those of you not familiar with Silverlight or the ScrollViewer control, we have just the thing for you. The ScrollViewer control for the Windows Phone 7 platform is a [...]]]></description>
		<wfw:commentRss>http://v4.dotnettutorials.com/controls/windows-phone-7-scrollviewer-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Phone 7 StackPanel</title>
		<link>http://v4.dotnettutorials.com/controls/windows-phone-7-stackpanel/</link>
		<comments>http://v4.dotnettutorials.com/controls/windows-phone-7-stackpanel/#comments</comments>
		<pubDate>Thu, 05 May 2011 14:06:07 +0000</pubDate>
		<dc:creator>wpadmin</dc:creator>
				<category><![CDATA[Controls]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[Microsoft Visual Studio 2010]]></category>
		<category><![CDATA[StackPanel]]></category>
		<category><![CDATA[Windows Phone 7]]></category>
		<category><![CDATA[WP7]]></category>
		<category><![CDATA[XAML]]></category>

		<guid isPermaLink="false">http://v4.dotnettutorials.com/controls/windows-phone-7-stackpanel/</guid>
		<description><![CDATA[In today&#8217;s lesson we will be learning about a Layout control named the StackPanel control. What the StackPanel control does is organize a number of controls in a row or [...]]]></description>
		<wfw:commentRss>http://v4.dotnettutorials.com/controls/windows-phone-7-stackpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Phone 7 DIY Pop Up Alert</title>
		<link>http://v4.dotnettutorials.com/controls/windows-phone-7-diy-pop-up-alert/</link>
		<comments>http://v4.dotnettutorials.com/controls/windows-phone-7-diy-pop-up-alert/#comments</comments>
		<pubDate>Wed, 04 May 2011 14:03:59 +0000</pubDate>
		<dc:creator>wpadmin</dc:creator>
				<category><![CDATA[Controls]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[Alert]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Microsoft Visual Studio 2010]]></category>
		<category><![CDATA[Pop Up]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Windows Phone 7]]></category>
		<category><![CDATA[WP7]]></category>
		<category><![CDATA[XAML]]></category>

		<guid isPermaLink="false">http://v4.dotnettutorials.com/controls/windows-phone-7-diy-pop-up-alert/</guid>
		<description><![CDATA[For those of you that have used the Input Prompt or rather not have to use a third party reference to make a pop up alert, I have just the [...]]]></description>
		<wfw:commentRss>http://v4.dotnettutorials.com/controls/windows-phone-7-diy-pop-up-alert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Data Access with a SQL Database and ASP.NET 4.0</title>
		<link>http://v4.dotnettutorials.com/database/basic-data-access-with-a-sql-database-and-asp-net-4-0/</link>
		<comments>http://v4.dotnettutorials.com/database/basic-data-access-with-a-sql-database-and-asp-net-4-0/#comments</comments>
		<pubDate>Tue, 03 May 2011 14:01:27 +0000</pubDate>
		<dc:creator>wpadmin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[4.0]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[data]]></category>

		<guid isPermaLink="false">http://v4.dotnettutorials.com/database/basic-data-access-with-a-sql-database-and-asp-net-4-0/</guid>
		<description><![CDATA[In this tutorial we will demonstrate how to use basic data access with a SQL database. This example will be using the Northwind sample database that will be included with [...]]]></description>
		<wfw:commentRss>http://v4.dotnettutorials.com/database/basic-data-access-with-a-sql-database-and-asp-net-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Use a Repeater Control in ASP.NET</title>
		<link>http://v4.dotnettutorials.com/controls/how-to-use-a-repeater-control-in-asp-net/</link>
		<comments>http://v4.dotnettutorials.com/controls/how-to-use-a-repeater-control-in-asp-net/#comments</comments>
		<pubDate>Mon, 02 May 2011 14:00:21 +0000</pubDate>
		<dc:creator>wpadmin</dc:creator>
				<category><![CDATA[Controls]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[ASP.NET Repeaters]]></category>
		<category><![CDATA[asp.net tutorials]]></category>
		<category><![CDATA[data binding asp.net]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[Repeaters]]></category>

		<guid isPermaLink="false">http://v4.dotnettutorials.com/controls/how-to-use-a-repeater-control-in-asp-net/</guid>
		<description><![CDATA[Introduction In this tutorial we will learn how to create and use repeaters in ASP.NET. Repeaters can be useful when dealing with information in SQL Databases, especially if it is [...]]]></description>
		<wfw:commentRss>http://v4.dotnettutorials.com/controls/how-to-use-a-repeater-control-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use AJAX Watermark Control using ASP.NET</title>
		<link>http://v4.dotnettutorials.com/controls/how-to-use-ajax-watermark-control-using-asp-net/</link>
		<comments>http://v4.dotnettutorials.com/controls/how-to-use-ajax-watermark-control-using-asp-net/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 14:02:16 +0000</pubDate>
		<dc:creator>wpadmin</dc:creator>
				<category><![CDATA[Controls]]></category>
		<category><![CDATA[Web Forms]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Microsoft Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://v4.dotnettutorials.com/controls/how-to-use-ajax-watermark-control-using-asp-net/</guid>
		<description><![CDATA[Welcome weary traveler, and welcome to our Learning Center! Let us begin right off the bat. If you are here, it is not by mistake. You are in search of [...]]]></description>
		<wfw:commentRss>http://v4.dotnettutorials.com/controls/how-to-use-ajax-watermark-control-using-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
