<?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/tag/aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techbubbles.com</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 20:20:42 +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>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>Optimizing the website Performance using ASP.NET 4.5</title>
		<link>http://www.techbubbles.com/asp-net-4-5-preview/optimizing-the-website-performance-using-asp-net-4-5/</link>
		<comments>http://www.techbubbles.com/asp-net-4-5-preview/optimizing-the-website-performance-using-asp-net-4-5/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 23:47:09 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[ASP.NET 4.5 Preview]]></category>
		<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/asp-net-4-5-preview/optimizing-the-website-performance-using-asp-net-4-5/</guid>
		<description><![CDATA[&#160;



There are so many different ways you can optimize your website performance. You may think why we need to worry about website performance when internet connection speed is growing faster and faster. Just few examples: Google did a test, if their search page is 500ms slower then they are going to lose 20% their traffic. [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/asp-net-4-5-preview/optimizing-the-website-performance-using-asp-net-4-5/feed/</wfw:commentRss>
		<slash:comments>2</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>Web.Config Transforms in Visual Studio 2010</title>
		<link>http://www.techbubbles.com/microsoft/web-config-transforms-in-visual-studio-2010/</link>
		<comments>http://www.techbubbles.com/microsoft/web-config-transforms-in-visual-studio-2010/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 20:28:36 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/microsoft/web-config-transforms-in-visual-studio-2010/</guid>
		<description><![CDATA[&#160;



This post discuss about using Web.Config Transformations in Visual Studio 2010. It is a new feature in Visual Studio 2010. 






You have a very simple web.config file as shown below. In this Config file we have a very simple connection string for NorthwindDatabase. It is pointing to the local SQL Server Express instance. 

  [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/microsoft/web-config-transforms-in-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>0</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 Application Architecture Steps</title>
		<link>http://www.techbubbles.com/softwarearchitecture/asp-net-application-architecture-steps/</link>
		<comments>http://www.techbubbles.com/softwarearchitecture/asp-net-application-architecture-steps/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 06:00:00 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[SoftwareArchitecture]]></category>
		<category><![CDATA[Applicaiton Architecture]]></category>
		<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/softwarearchitecture/asp-net-application-architecture-steps/</guid>
		<description><![CDATA[Introduction
If you have good logical skills and aptitude then it can be easier for learning programming languages. Unlike programming Software Architecture requires years of experience to master. Software Architecture is a guide to shape your project and Architecture of a system is nowhere related to the code that you write for this system. This post [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/softwarearchitecture/asp-net-application-architecture-steps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

