Saturday, August 21, 2010

Are you bored with VS color theme

We are so used to Visual Studio syntax highlight.  Even though we know the font, color for every schematic can be configured using Tools, Options.  How many time we ventured on it.

#1 StudioStyle is a site which gives cool Color Theme for Visual Studio Editor Space.  Give a try.

image

#2 If you are using VS 2010, you can download Visual Studio Color Theme Editor, which helps you to create custom themes of complete VS shell.

Friday, August 20, 2010

SSIS Automation

SSIS Provides rich set of API to dynamically create DTSX Packages.

http://blogs.msdn.com/b/mattm/archive/2009/03/02/api-sample-programmatically-create-and-export-configuration-files-for-your-packages.aspx

Codeplex has lot of samples for API reference.  You can download MSI, which covers range of samples.

Will publish my samples and guidelines in my live blog soon.

Teams PowerShell

 The PowerShell helps to get quick meta data around Teams. Install-Module -Name MicrosoftTeams Connect-MicrosoftTeams Get-TeamAllChannel...