<?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>TechBubbles &#187; ASP.NET 4</title>
	<atom:link href="http://www.techbubbles.com/tag/asp-net-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techbubbles.com</link>
	<description></description>
	<lastBuildDate>Sun, 18 Apr 2010 23:05:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WebForms Routing in ASP.NET 4</title>
		<link>http://www.techbubbles.com/aspnet/webforms-routing-in-asp-net-4/</link>
		<comments>http://www.techbubbles.com/aspnet/webforms-routing-in-asp-net-4/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 18:52:43 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET 4.0]]></category>
		<category><![CDATA[ASP.NET 4]]></category>
		<category><![CDATA[ASP.NET 4 Routing]]></category>
		<category><![CDATA[Routing]]></category>
		<category><![CDATA[Routing in WebForms]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/webforms-routing-in-asp-net-4/</guid>
		<description><![CDATA[This post explains about WebForms routing features available in ASP.NET 4. Routing feature originally designed for ASP.NET MVC and now available for Webforms as well. You need to install Visual Studio 2010 ultimate beta2 to try the routing features in ASP.NET 4.
&#160;
1. Create a ASP.NET Web Application in Visual Studio 2010 as follows
&#160;&#160; 
 
2. [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/aspnet/webforms-routing-in-asp-net-4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dynamic Metadata using ASP.NET 4.0</title>
		<link>http://www.techbubbles.com/aspnet/dynamic-metadata-using-asp-net-4-0/</link>
		<comments>http://www.techbubbles.com/aspnet/dynamic-metadata-using-asp-net-4-0/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 16:47:16 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET 4.0]]></category>
		<category><![CDATA[ASP.NET 4]]></category>
		<category><![CDATA[ASP.NET Metadata]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/dynamic-metadata-using-asp-net-4-0/</guid>
		<description><![CDATA[This post explains about Dynamically assigning Metadata to a page using code behind in ASP.NET 4.0. Metadata is so important as Search engine optimization considers Metadata keywords and description to index&#160; the page. If you can dynamically assign the metadata to your page then search engine can easily analyze and puts the page in results [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/aspnet/dynamic-metadata-using-asp-net-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WCF Service using ASP.NET AJAX Library</title>
		<link>http://www.techbubbles.com/aspnet/wcf-service-using-asp-net-ajax-library/</link>
		<comments>http://www.techbubbles.com/aspnet/wcf-service-using-asp-net-ajax-library/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 23:25:00 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET 4.0]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[Webservices]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ASP.NET 4]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/wcf-service-using-asp-net-ajax-library/</guid>
		<description><![CDATA[More often, the data to shown in an AJAX page is retrieved from the Web server using a Web service, a Windows Communication Foundation (WCF) service. The services that can also return JavaScriptObjectNotation(JSON) are potential candidates for AJAX pages.
This post explains about calling a WCF service using ASP.NET AJAX Library Data View control. The following [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/aspnet/wcf-service-using-asp-net-ajax-library/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Master-Detail Views using ASP.NET AJAX</title>
		<link>http://www.techbubbles.com/aspnet/master-detail-views-using-asp-net-ajax/</link>
		<comments>http://www.techbubbles.com/aspnet/master-detail-views-using-asp-net-ajax/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 11:39:12 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET 4.0]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ASP.NET 4]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/master-detail-views-using-asp-net-ajax/</guid>
		<description><![CDATA[Master-Detail Views are very common in data-driven Web pages. These views are used for rendering one-to-many relationships. ASP.NET Web forms provided the strong server controls like grids,lists and drop-down lists which supports the multiple levels of data.
In Master-Detail View we normally navigate among master records and drill down into the details of the records that [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/aspnet/master-detail-views-using-asp-net-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET AJAX Library Beta in Visual Studio</title>
		<link>http://www.techbubbles.com/aspnet/asp-net-ajax-library-beta-in-visual-studio/</link>
		<comments>http://www.techbubbles.com/aspnet/asp-net-ajax-library-beta-in-visual-studio/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 21:55:26 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET 4.0]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ASP.NET 4]]></category>
		<category><![CDATA[ASP.NET AJAX Library]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/asp-net-ajax-library-beta-in-visual-studio/</guid>
		<description><![CDATA[Overview
The ASP.NET AJAX Library is a JavaScript library which enables the developer to build highly interactive Ajax applications. Using ASP.NET Ajax client controls we can take the advantage of building database-driven web applications. This post explains how to add these controls to Visual Studio toolbox and explore the beta features.
The ASP.NET AJAX Library is compatible [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/aspnet/asp-net-ajax-library-beta-in-visual-studio/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Client IDs in ASP.NET 4.0</title>
		<link>http://www.techbubbles.com/aspnet/client-ids-in-aspnet-40/</link>
		<comments>http://www.techbubbles.com/aspnet/client-ids-in-aspnet-40/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 20:04:41 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET 4.0]]></category>
		<category><![CDATA[ASP.NET 4]]></category>
		<category><![CDATA[ASP.NET Client Ids]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/client-ids-in-aspnet-40/</guid>
		<description><![CDATA[This post explains about setting the client ids in ASP.NET 4.0. Knowing the id attribute of the control rendered on page is a long-standing issue. It is important to know the id if we want to use it in script libraries. The new property ClientIdMode Addresses this issue.
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;  

Background

The id attribute for Web Server [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/aspnet/client-ids-in-aspnet-40/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Auto Start Web Applications in ASP.NET 4.0</title>
		<link>http://www.techbubbles.com/aspnet/auto-start-web-applications-in-aspnet-40/</link>
		<comments>http://www.techbubbles.com/aspnet/auto-start-web-applications-in-aspnet-40/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 20:54:07 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET 4.0]]></category>
		<category><![CDATA[ASP.NET 4]]></category>
		<category><![CDATA[ASP.NET auto start]]></category>
		<category><![CDATA[Auto Start Web applications]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/auto-start-web-applications-in-aspnet-40/</guid>
		<description><![CDATA[Some web applications require large amount of initialization processing time before serving the first request. In some cases web applications may also need to load the large amount of data in first request.
In earlier versions we used write the custom code in Application_Load method in Global.asax file to handle above scenarios.
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;  

Auto Start Feature [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/aspnet/auto-start-web-applications-in-aspnet-40/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
