<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (C) 2001-2012 - Developer Shed, LLC. -->
<rss version="2.0">
<channel>
<title>Tutorialized.com - Latest Tutorial Listings For ASP.NET</title>
<link>http://www.tutorialized.com/</link>
<description>Photoshop Tutorials and Flash Tutorials</description>
<language>en-us</language>
<lastBuildDate>Thu, 16 Feb 2012 03:20:57 -0500</lastBuildDate>
<pubDate>Thu, 16 Feb 2012 03:20:57 -0500</pubDate>
<item>
<title>Introduction To Server Controls In ASP.NET</title>
<pubDate>Wed, 08 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Introduction-To-Server-Controls-In-ASP.NET/71630</link>
<description>
<![CDATA[This beginner tutorial will give you a small summary of the most important ASP.NET server controls. ASP.NET server controls are objects and have their own properties, methods and event handlers.]]>
</description><guid>http://www.tutorialized.com/tutorial/Introduction-To-Server-Controls-In-ASP.NET/71630</guid>
</item>
<item>
<title>How to integrate AJAX Control Toolkit controls in ASP.NET</title>
<pubDate>Wed, 08 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-integrate-AJAX-Control-Toolkit-controls-in-ASP.NET/71629</link>
<description>
<![CDATA[An easy intro to AJAX in ASP.NET with examples in both C# and VB.NET. Before reading this tutorial you should be familiar with ASP.NET and C# or VB.NET (examples are provided in both C# and VB.NET).]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-integrate-AJAX-Control-Toolkit-controls-in-ASP.NET/71629</guid>
</item>
<item>
<title>How To Get Web Site Thumbnail Image In ASP.NET</title>
<pubDate>Wed, 08 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-To-Get-Web-Site-Thumbnail-Image-In-ASP.NET/71628</link>
<description>
<![CDATA[Explains how to get web site thumbnail image using ASP.NET. One very common requirement of many web applications is to display a thumbnail image of a web site. A typical example is to provide a link t...]]>
</description><guid>http://www.tutorialized.com/tutorial/How-To-Get-Web-Site-Thumbnail-Image-In-ASP.NET/71628</guid>
</item>
<item>
<title>Implementing Code Behind in ASP.NET</title>
<pubDate>Wed, 08 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Implementing-Code-Behind-in-ASP.NET/71627</link>
<description>
<![CDATA[Introduces Object Oriented Programming (OOP) and how to link interface and code behind in ASP.NET web application.   OOP (Object Oriented Programming) uses 'objects' to design applications. This objec...]]>
</description><guid>http://www.tutorialized.com/tutorial/Implementing-Code-Behind-in-ASP.NET/71627</guid>
</item>
<item>
<title>Save &amp; Read Image From Database</title>
<pubDate>Wed, 08 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Save-%26-Read-Image-From-Database/71626</link>
<description>
<![CDATA[Explains how to upload and save image to database, and then read and show image on web page.   ASP.NET provides a simple mechanism to upload image files to a database, like SQL Server. The images can ...]]>
</description><guid>http://www.tutorialized.com/tutorial/Save-%26-Read-Image-From-Database/71626</guid>
</item>
<item>
<title>Mainpulating Files and Directories in ASP.NET</title>
<pubDate>Wed, 08 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Mainpulating-Files-and-Directories-in-ASP.NET/71454</link>
<description>
<![CDATA[Explains different ways to manipulate files and directories on web server by using ASP.NET.   For example, applications could require to create a new file, delete an existing file, modify the contents...]]>
</description><guid>http://www.tutorialized.com/tutorial/Mainpulating-Files-and-Directories-in-ASP.NET/71454</guid>
</item>
<item>
<title>Dangerous paths - URI Design</title>
<pubDate>Wed, 08 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Dangerous-paths---URI-Design/71453</link>
<description>
<![CDATA[ASP.NET is essentially an advanced request-processing framework. Naturally, the URI is the most important part of any request (or should be). This tutorial explains how to avoid common mistakes in URI...]]>
</description><guid>http://www.tutorialized.com/tutorial/Dangerous-paths---URI-Design/71453</guid>
</item>
<item>
<title>Dynamic Calendar Web Application in ASP.NET</title>
<pubDate>Wed, 08 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Dynamic-Calendar-Web-Application-in-ASP.NET/71452</link>
<description>
<![CDATA[This tutorial explains how to make database driven project to manage events, holidays, birthdays and other specific dates.   Linking a database of events and the dates to our page, we can dynamically ...]]>
</description><guid>http://www.tutorialized.com/tutorial/Dynamic-Calendar-Web-Application-in-ASP.NET/71452</guid>
</item>
<item>
<title>ASP.NET Page Life Cycle</title>
<pubDate>Wed, 08 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/ASP.NET-Page-Life-Cycle/71451</link>
<description>
<![CDATA[A page in an ASP.NET application consists of several server controls. These are the fundamental building blocks of an ASP.NET application. This tutorial explains life cycle of an ASP.NET page whether ...]]>
</description><guid>http://www.tutorialized.com/tutorial/ASP.NET-Page-Life-Cycle/71451</guid>
</item>
<item>
<title>Tracking Your Website's Visitors and Statistic in ASP.NET</title>
<pubDate>Wed, 08 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Tracking-Your-Website%27s-Visitors-and-Statistic-in-ASP.NET/71450</link>
<description>
<![CDATA[This tutorial lays down the basic architecture of a tracking website and highlights the technical aspects while implementing it using ASP.NET with C#. Tracking websites can record the visitor activity...]]>
</description><guid>http://www.tutorialized.com/tutorial/Tracking-Your-Website%27s-Visitors-and-Statistic-in-ASP.NET/71450</guid>
</item>
<item>
<title>Block users by ip</title>
<pubDate>Wed, 08 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Block-users-by-ip/71368</link>
<description>
<![CDATA[In this guide i will show you how to block/ban users from using forms on your asp.net website.  The guide is very easy to understand if you know your way around in asp.net and c#]]>
</description><guid>http://www.tutorialized.com/tutorial/Block-users-by-ip/71368</guid>
</item>
<item>
<title>ipad detection in asp.net with c#</title>
<pubDate>Wed, 08 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/ipad-detection-in-asp.net-with-c%23/71122</link>
<description>
<![CDATA[Learn how to detect ipad in asp.net with c#. Ipad is getting popularity in world market day by day due to its size and performance, so the web developer must check whether their website is working pro...]]>
</description><guid>http://www.tutorialized.com/tutorial/ipad-detection-in-asp.net-with-c%23/71122</guid>
</item>
<item>
<title>IIS7 WWW Redirect</title>
<pubDate>Wed, 08 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/IIS7-WWW-Redirect/71090</link>
<description>
<![CDATA[This is simple code that can be added to web.config to support automatic www redirection under IIS7. Just copy this code to web.config file and place it under website root folder and it shall start re...]]>
</description><guid>http://www.tutorialized.com/tutorial/IIS7-WWW-Redirect/71090</guid>
</item>
<item>
<title>Maintain scroll position on postback in asp.net</title>
<pubDate>Wed, 08 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Maintain-scroll-position-on-postback-in-asp.net/71003</link>
<description>
<![CDATA[In this programming tutorial we will learn how to maintain scroll position on postback using asp.net with c#. Normally when Postback is fired, the focus of page sets to the top position of the current...]]>
</description><guid>http://www.tutorialized.com/tutorial/Maintain-scroll-position-on-postback-in-asp.net/71003</guid>
</item>
<item>
<title>.NET Programming Using the Razor Syntax</title>
<pubDate>Tue, 07 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/.NET-Programming-Using-the-Razor-Syntax/70075</link>
<description>
<![CDATA[This tutorial gives you an overview of programming with ASP.NET Web Pages using the Razor syntax. ASP.NET is Microsoft's technology for running dynamic web pages on web servers.]]>
</description><guid>http://www.tutorialized.com/tutorial/.NET-Programming-Using-the-Razor-Syntax/70075</guid>
</item>
</channel>
</rss>
