<?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</title>
	<atom:link href="http://www.techbubbles.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techbubbles.com</link>
	<description></description>
	<lastBuildDate>Wed, 10 Mar 2010 23:44:47 +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>Creating an Analysis Services  Project in Visual Studio 2008</title>
		<link>http://www.techbubbles.com/sql-server/creating-an-analysis-services-project-in-visual-studio-2008/</link>
		<comments>http://www.techbubbles.com/sql-server/creating-an-analysis-services-project-in-visual-studio-2008/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 22:03:16 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[SQL server]]></category>
		<category><![CDATA[SQL server 2008]]></category>
		<category><![CDATA[SQL Server 2008 Analysis Services]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/sql-server/creating-an-analysis-services-project-in-visual-studio-2008/</guid>
		<description><![CDATA[Microsoft SQL Server Analysis Services allows the developers to provide a unified access of data for analytical analysis and reporting. Developers can manage and aggregate the queries from multiple subject areas. This can be achieved by creating a cube in Visual Studio 2008. This post defines and explains the terms used in creating an analysis [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/sql-server/creating-an-analysis-services-project-in-visual-studio-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silverlight sample in Visual Studio 2008</title>
		<link>http://www.techbubbles.com/silverlight/silverlight-sample-in-visual-studio-2008/</link>
		<comments>http://www.techbubbles.com/silverlight/silverlight-sample-in-visual-studio-2008/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 23:44:11 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/silverlight/silverlight-sample-in-visual-studio-2008/</guid>
		<description><![CDATA[
This post explains the tools required to start working with the Silverlight 3 in VS 2008. Also explains the sample Silverlight application building in Visual Studio 2008 environment.
 
 
Tools 
Visual Studio 2008
You have to install VS 2008 with SP1 to get the Silverlight tools. If you don’t have the VS 2008 and SP1 then [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/silverlight/silverlight-sample-in-visual-studio-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Table Expressions in SQL server</title>
		<link>http://www.techbubbles.com/sql-server/table-expressions-in-sql-server/</link>
		<comments>http://www.techbubbles.com/sql-server/table-expressions-in-sql-server/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 05:37:00 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[SQL server]]></category>
		<category><![CDATA[Common Table Exressions in SQL server]]></category>
		<category><![CDATA[SQL server 2008]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/sql-server/table-expressions-in-sql-server/</guid>
		<description><![CDATA[Table Expressions are sub-queries where a table is expected. There are two types of table expressions. This post explains how to use the Table expressions and their advantages.

Derived tables 
Common Table Expressions


 
Derived Tables
A Derived table is a table expression that appears in the FROM clause of a query. Derived tables can be used when [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/sql-server/table-expressions-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL server Joins or Subqueries?</title>
		<link>http://www.techbubbles.com/sql-server/sql-server-joins-or-subqueries/</link>
		<comments>http://www.techbubbles.com/sql-server/sql-server-joins-or-subqueries/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 20:56:11 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[SQL server]]></category>
		<category><![CDATA[SQL server 2008]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/sql-server/sql-server-joins-or-subqueries/</guid>
		<description><![CDATA[Select statements that use join operator and join statements can be written in Subqueries and similarly Subqueries can be written in Joins. Writing the Select statements with Join operator can help database engine to find more efficient strategy for retrieving the appropriate data. However each having their own advantage over other. Some problems can be [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/sql-server/sql-server-joins-or-subqueries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server Reports Integration with SharePoint 2007</title>
		<link>http://www.techbubbles.com/sql-server/sql-server-reports-integration-with-sharepoint-2007/</link>
		<comments>http://www.techbubbles.com/sql-server/sql-server-reports-integration-with-sharepoint-2007/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 23:13:51 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[SQL server]]></category>
		<category><![CDATA[Sharepoint 2007]]></category>
		<category><![CDATA[SharePoint Server IntegrationMode]]></category>
		<category><![CDATA[SQL server Reporting Services]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/sql-server/sql-server-reports-integration-with-sharepoint-2007/</guid>
		<description><![CDATA[This post explains how to Deploy the SQL server Reports to Office SharePoint Server 2007. SQL Server Reporting Services can operate in two modes, either in Native Mode or Share Point Integration Mode. 

&#160;
 
Determining which mode is ideal for Reports deployment 
Native Mode
In this mode Reports, Data Sources and Report Models are all stored [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/sql-server/sql-server-reports-integration-with-sharepoint-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Report Builder 2.0 in SQL Server 2008</title>
		<link>http://www.techbubbles.com/sql-server/report-builder-2-0-in-sql-server-2008/</link>
		<comments>http://www.techbubbles.com/sql-server/report-builder-2-0-in-sql-server-2008/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 23:49:48 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[SQL server]]></category>
		<category><![CDATA[SQL server 2008]]></category>
		<category><![CDATA[SQL server Reporting Services]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/sql-server/report-builder-2-0-in-sql-server-2008/</guid>
		<description><![CDATA[Report builder 2.0 is a report authoring tool that we can use to design and publish reports. We can specify the data source, what data to display on report and which layout you prefer to see the report. When you run the report, the report processor takes all the information you specified and retrieves the [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/sql-server/report-builder-2-0-in-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Log Parser usage</title>
		<link>http://www.techbubbles.com/uncategorized/log-parser-usage/</link>
		<comments>http://www.techbubbles.com/uncategorized/log-parser-usage/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 14:19:46 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/uncategorized/log-parser-usage/</guid>
		<description><![CDATA[Log parser is a free tool from Microsoft where developers and support technicians can use to parse the IIS logs, Event Logs and Active Directory logs. This tool helps the developers to find the root cause for the site related issues. This post explains common commands that we use to look for specific information in [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/uncategorized/log-parser-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSIS Package Configuration in SQL server 2008</title>
		<link>http://www.techbubbles.com/sql-server/ssis-package-configuration-in-sql-server-2008/</link>
		<comments>http://www.techbubbles.com/sql-server/ssis-package-configuration-in-sql-server-2008/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 21:35:34 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[SQL server]]></category>
		<category><![CDATA[SQL server 2008]]></category>
		<category><![CDATA[SQL Server SSIS]]></category>
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/sql-server/ssis-package-configuration-in-sql-server-2008/</guid>
		<description><![CDATA[SSIS configuration wizard allows you to create configurations for packages. It also allows you to update the properties and objects of the package at run time. 
Package Configuration Benefits

Configuration really helps the developers to smoothly move the packages from Development environment to Production environment.

&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Eg: Configuring the source path of the file or updating the [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/sql-server/ssis-package-configuration-in-sql-server-2008/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>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>
	</channel>
</rss>
