TechBubbles Microsoft Technology BLOG

AuthorKalyan Bandarupalli

My name is kalyan, I am a software architect and builds the applications using Microsoft .NET technologies. Here I am trying to share what I feel and what I think with whoever comes along wandering to Internet home of mine.I hope that this page and its contents will speak for me and that is the reason I am not going to say anything specially about my self here.

SharePoint 2010 Installation

This Article describes installing SharePoint 2010 Enterprise edition on Windows Server 2008 operating system. You need to install SharePoint Prerequisite Installer before installing the SharePoint setup. This Prerequisite tool can be found inside the SharePoint Setup folder with name “PrerequisiteInstaller”. SharePoint 2010 available in three editions 1. SharePoint Foundation 2. SharePoint...

Welcome 2011!!!

Dear Readers,
I wish every one a very happy bright and prosperous new year. Thanks for following my BLOG, as always I will try my best to keep posting in the new year.
If you have any feedback , please feel free to leave a message.

SharePoint 2010 Farm Topologies

This post briefly explains the different farm topologies in SharePoint 2010 and explains the roles involved in that topology. SharePoint 2010 can be deployed on single server or multiple servers. The roles involved in SharePoint 2010 farm are · Web server role · Application server role · Database server role In small farm typically these can be one server or two servers. Web server role: 1...

Data Binding for Silverlight Application

This post explains loading data into Silverlight form using ADO.NET Data Services service. We need to do the following tasks to achieve this

Creating an ADO.NET Data Services project
Creating a Silverlight application and referring the created service above

Creating the ADO.NET Data Services project 
 
1. Create an empty web application using Visual Studio 2010 as follows

Data Binding in Windows Forms

This post demonstrates the different ways of data binding in windows forms. It also discuss the concepts which are key to understanding the things that are new and different in other binding models. We first design the form using Typed Data Set and then modify the form to work with LINQ to SQL and Entity Framework models. 1. Typed Data Set Create a new windows forms project in Visual Studio and...

Data Warehouse terms

This post describes the different useful Data Warehouse terms which are closely associated with Kimbal Data Warehousing approach. Measure It is a numeric value in reporting and analysis. Example: Price,Balance or Inventory. Measures come from data sources. Measure is characterized by grain. Dimension A dimension is a collection of related values called members. example: 2008 is a member of Time...

Importance of Data Warehousing and its Design

This post explains about what Data warehousing is and why we should care about it and then speaks about importance of using in enterprises and its design. It is important to understand the what data warehousing is all about, As a database developer you are likely to be involved with Data warehousing in one way or the other. Data Warehousing Defined: Data warehousing is a methodological approach...

PIVOT & UNPIVOT Operators in SQL Server 2008

PIVOT is a new T-SQL operator introduced in SQL Server 2008 which can be used to rotate rows into columns and can create a crosstab query. You can specify the PIVOT operator in FROM clause of your query.
Using PIVOT
Specify the desired values that you want to see in SELECT statement and FROM clause contains the PIVOT statement. Let us take an example

TechBubbles Microsoft Technology BLOG

Follow me

Archives

Tag Cloud