<?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</title>
	<atom:link href="http://www.techbubbles.com/category/aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techbubbles.com</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 22:18:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Performance Tricks to Metro Style Web Applications</title>
		<link>http://www.techbubbles.com/aspnet/performance-tricks-to-metro-style-web-applications/</link>
		<comments>http://www.techbubbles.com/aspnet/performance-tricks-to-metro-style-web-applications/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 21:30:19 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET 4.5 Preview]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/performance-tricks-to-metro-style-web-applications/</guid>
		<description><![CDATA[&#160;
What is web performance? It is actually when does the user perform an action it self and when does those results occur on the screen. The three key factors to web performance is Network, CPU and Memory.

The web developer has to think about the above three element to improve the performance of a web application. [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/aspnet/performance-tricks-to-metro-style-web-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebSockets in ASP.NET 4.5</title>
		<link>http://www.techbubbles.com/aspnet/websockets-in-asp-net-4-5/</link>
		<comments>http://www.techbubbles.com/aspnet/websockets-in-asp-net-4-5/#comments</comments>
		<pubDate>Sun, 02 Oct 2011 21:15:17 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET 4.5 Preview]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[Webservices]]></category>
		<category><![CDATA[Web Sockets]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/websockets-in-asp-net-4-5/</guid>
		<description><![CDATA[&#160;
This post discuss about using WebSockets in ASP.NET 4.5. You can read this post to get an understanding about WebSockets. This post shows piece of code which uses WebSockets in ASP.NET 4.5 and the code is related to simple chat application.
The HTML of Web Form chat application looks as below
&#160;
It contains a text box where [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/aspnet/websockets-in-asp-net-4-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calling ASP.NET AJAX Modal Window from JavaScript</title>
		<link>http://www.techbubbles.com/aspnet/calling-asp-net-ajax-modal-window-from-javascript/</link>
		<comments>http://www.techbubbles.com/aspnet/calling-asp-net-ajax-modal-window-from-javascript/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 20:46:34 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/calling-asp-net-ajax-modal-window-from-javascript/</guid>
		<description><![CDATA[&#160;



This post discusses about calling AJAX model window from JavaScript. The scenario is checking the UI controls in page and alerting the user if he is leaving the page without saving the data. This shows confirmation window with yes and no buttons.




The Form body code looks as below


   1: &#60;body id=&#34;Body&#34;&#62;

   [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/aspnet/calling-asp-net-ajax-modal-window-from-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Data-driven web apps using ASP.NET 4.5 Web Forms</title>
		<link>http://www.techbubbles.com/aspnet/creating-data-driven-web-apps-using-asp-net-4-5-web-forms/</link>
		<comments>http://www.techbubbles.com/aspnet/creating-data-driven-web-apps-using-asp-net-4-5-web-forms/#comments</comments>
		<pubDate>Sun, 18 Sep 2011 20:26:09 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET 4.5 Preview]]></category>
		<category><![CDATA[Visual Studio 11 Developer Preview]]></category>
		<category><![CDATA[Visual Studio 2011 Developer Preview]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/creating-data-driven-web-apps-using-asp-net-4-5-web-forms/</guid>
		<description><![CDATA[&#160;



Data binding is simpler and more powerful in ASP.NET 4.5 Web Forms.This post discuss about creating Data-driven application using ASP.NET 4.5 preview. It also discuss about different Data access methods, particularly about model access binding features in Web Forms. You need to install Visual Studio 11 Developer preview to use this feature. You can read [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/aspnet/creating-data-driven-web-apps-using-asp-net-4-5-web-forms/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web Standards Update for Visual Studio 2010 Editor</title>
		<link>http://www.techbubbles.com/aspnet/web-standards-update-for-visual-studio-2010-editor/</link>
		<comments>http://www.techbubbles.com/aspnet/web-standards-update-for-visual-studio-2010-editor/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 22:12:24 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/web-standards-update-for-visual-studio-2010-editor/</guid>
		<description><![CDATA[&#160;



Web Standards Update for Visual Studio 2010 SP1, which provides HTML5 and CSS3 support. Microsoft team said Visual Studio next version have better support for HTML5. This update gives you HTML5 Intellisense and fixes some bugs in SP1 support for HTML5. CSS3 intellisense on latest specification from W3C.




Download Web Standards Update for Visual Studio 2010 [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/aspnet/web-standards-update-for-visual-studio-2010-editor/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Deploying Database with ASP.NET Web application</title>
		<link>http://www.techbubbles.com/aspnet/deploying-database-with-asp-net-web-application/</link>
		<comments>http://www.techbubbles.com/aspnet/deploying-database-with-asp-net-web-application/#comments</comments>
		<pubDate>Sun, 17 Jul 2011 21:18:41 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[.NET Framework 4]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET 4.0]]></category>
		<category><![CDATA[SQL Azure]]></category>
		<category><![CDATA[SQL server]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/deploying-database-with-asp-net-web-application/</guid>
		<description><![CDATA[&#160;



Web applications can be deployed in two different ways one by using one-click publish or by using a Web deployment package. Usually we may want to deploy our database scripts that we used along with the application deployment. This post discusses the procedures to deploy the database along with web application in Visual Studio 2010.




Assume [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/aspnet/deploying-database-with-asp-net-web-application/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Introducing DotnetSizzler.com</title>
		<link>http://www.techbubbles.com/aspnet/introducing-dotnetsizzler-com/</link>
		<comments>http://www.techbubbles.com/aspnet/introducing-dotnetsizzler-com/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 23:52:33 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Dotnetsizzler]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/introducing-dotnetsizzler-com/</guid>
		<description><![CDATA[ 
Dear Readers, 
I have come up with a new BLOG DotnetSizzler that serves as a center that offers my services and is a platform for discussion and sharing of Tips &#38; Tricks, Design Principles, Best practices, updates and techniques pertaining to Microsoft Technologies.
Major Stress will be on code snippets on .NET Technologies. I am [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/aspnet/introducing-dotnetsizzler-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>2</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>
	</channel>
</rss>

