<?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.0</title>
	<atom:link href="http://www.techbubbles.com/category/aspnet-40/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>CRUD operations using ASP.NET MVC 1</title>
		<link>http://www.techbubbles.com/aspnet/crud-operations-using-asp-net-mvc-1/</link>
		<comments>http://www.techbubbles.com/aspnet/crud-operations-using-asp-net-mvc-1/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 22:04:03 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET 4.0]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[CRUD operations]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/crud-operations-using-asp-net-mvc/</guid>
		<description><![CDATA[This post explains how to write ASP.NET MVC application which supports create, read, update and delete operations on sample database table. We build a product catalogue application using ASP.NET MVC Web application template.
Download ASP.NET MVC 1 to create the following application
To get the overview on ASP.NET MVC you can read ASP.NET 3.5 MVC Application post
1. [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/aspnet/crud-operations-using-asp-net-mvc-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Forms model in ASP.NET  4.0</title>
		<link>http://www.techbubbles.com/aspnet/web-forms-model-in-asp-net-4-0/</link>
		<comments>http://www.techbubbles.com/aspnet/web-forms-model-in-asp-net-4-0/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 18:25:02 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET 4.0]]></category>
		<category><![CDATA[ASP.NET Webforms]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/web-forms-model-in-asp-net-4-0/</guid>
		<description><![CDATA[ASP.NET 4.0 platform is built up with various components Web Forms,ASP.NET MVC, Dynamic Data Controls and ASP.NET AJAX. It has the same foundation as in ASP.NET 3.5 SP1 but refined the above features. This post speaks about features in the Web Form model. 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;  

 

ASP.NET 4.0 features are nothing new, all are in [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/aspnet/web-forms-model-in-asp-net-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC and Web Forms</title>
		<link>http://www.techbubbles.com/aspnet/aspnet-mvc-and-web-forms/</link>
		<comments>http://www.techbubbles.com/aspnet/aspnet-mvc-and-web-forms/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 21:16:24 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET 4.0]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[MVC vs Webforms]]></category>
		<category><![CDATA[Web forms]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/aspnet-mvc-and-web-forms/</guid>
		<description><![CDATA[This post explores the pros and cons of both ASP.NET Forms and ASP.NET MVC and also discusses why Microsoft released another ASP.NET Framework called ASP.NET MVC. There has been a discussion on choosing the framework for developing the web applications. The following comparisons will help the developers when to choose one or the other.
Benefits of [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/aspnet/aspnet-mvc-and-web-forms/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2010 Designer Improvements</title>
		<link>http://www.techbubbles.com/aspnet/visual-studio-2010-designer-improvements/</link>
		<comments>http://www.techbubbles.com/aspnet/visual-studio-2010-designer-improvements/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 21:48:52 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET 4.0]]></category>
		<category><![CDATA[Improvements in VS 2010]]></category>
		<category><![CDATA[VS 2010 designer]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/visual-studio-2010-designer-improvements/</guid>
		<description><![CDATA[The Web Developer Designer in VS 2010 has been enhanced for greater CSS compatibility, includes support for HTML and ASP.NET markup snippets.
Improved CSS compatibility
The Developer designer in VS 2010 has been updated to improve CSS 2.1 standards compliance.
HTML and JScript Snippets&#160; 
In the HTML editor, IntelliSense auto-completes tag names. VS 2010 includes over 200 snippets [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/aspnet/visual-studio-2010-designer-improvements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Application Deployment in VS 2010</title>
		<link>http://www.techbubbles.com/aspnet/aspnet-application-deployment-in-vs-2010/</link>
		<comments>http://www.techbubbles.com/aspnet/aspnet-application-deployment-in-vs-2010/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 21:18:20 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET 4.0]]></category>
		<category><![CDATA[ASP.NET Deployment]]></category>
		<category><![CDATA[ASP.NET Deployment features]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/aspnet-application-deployment-in-vs-2010/</guid>
		<description><![CDATA[ASP.NET Developers often find the following difficulties in deploying the applications
• You may require an FTP to transfer your application to shared hosting site. You must also need to perform tasks such as running SQL scripts to configure a database and changing IIS settings such as configuring a virtual directory folder for application.
&#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;&#160;  

• [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/aspnet/aspnet-application-deployment-in-vs-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
