<?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, 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>Creating Web Applications with HTML5  WebSockets</title>
		<link>http://www.techbubbles.com/aspnet-40/creating-web-applications-with-html5-websockets/</link>
		<comments>http://www.techbubbles.com/aspnet-40/creating-web-applications-with-html5-websockets/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 19:36:25 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[ASP.NET 4.0]]></category>
		<category><![CDATA[ASP.NET 4.5 Preview]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/aspnet-40/creating-web-applications-with-html5-websockets/</guid>
		<description><![CDATA[&#160;



WebSockets enables the real-time web where the information is available to the user the moment it is published. WebSockets are standard based, Interoperable across browsers and very simple to use. We got the WebSockets support everywhere it is available on browsers, windows run time, WCF, ASP, IIS etc. This post gives you the basic idea [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/aspnet-40/creating-web-applications-with-html5-websockets/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>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>
		<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>
	</channel>
</rss>

