<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>TechBubbles</title>
	<link>http://www.techbubbles.com</link>
	<description></description>
	<lastBuildDate>Wed, 10 Mar 2010 23:44:47 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Creating an Analysis Services  Project in Visual Studio 2008</title>
		<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>
		<link>http://www.techbubbles.com/sql-server/creating-an-analysis-services-project-in-visual-studio-2008/</link>
			</item>
	<item>
		<title>Silverlight sample in Visual Studio 2008</title>
		<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>
		<link>http://www.techbubbles.com/silverlight/silverlight-sample-in-visual-studio-2008/</link>
			</item>
	<item>
		<title>Table Expressions in SQL server</title>
		<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>
		<link>http://www.techbubbles.com/sql-server/table-expressions-in-sql-server/</link>
			</item>
	<item>
		<title>SQL server Joins or Subqueries?</title>
		<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>
		<link>http://www.techbubbles.com/sql-server/sql-server-joins-or-subqueries/</link>
			</item>
	<item>
		<title>SQL Server Reports Integration with SharePoint 2007</title>
		<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>
		<link>http://www.techbubbles.com/sql-server/sql-server-reports-integration-with-sharepoint-2007/</link>
			</item>
	<item>
		<title>Report Builder 2.0 in SQL Server 2008</title>
		<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>
		<link>http://www.techbubbles.com/sql-server/report-builder-2-0-in-sql-server-2008/</link>
			</item>
	<item>
		<title>Log Parser usage</title>
		<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>
		<link>http://www.techbubbles.com/uncategorized/log-parser-usage/</link>
			</item>
	<item>
		<title>SSIS Package Configuration in SQL server 2008</title>
		<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>
		<link>http://www.techbubbles.com/sql-server/ssis-package-configuration-in-sql-server-2008/</link>
			</item>
	<item>
		<title>WebForms Routing in ASP.NET 4</title>
		<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>
		<link>http://www.techbubbles.com/aspnet/webforms-routing-in-asp-net-4/</link>
			</item>
	<item>
		<title>Dynamic Metadata using ASP.NET 4.0</title>
		<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>
		<link>http://www.techbubbles.com/aspnet/dynamic-metadata-using-asp-net-4-0/</link>
			</item>
</channel>
</rss>
