Srinivas Sampath

from t in myThoughts where myThoughts.Thoughts = "Technology" select t

February 2006 - Posts

WinFX February 2006 CTP is here
Download the WinFx February CTP here: February CTP. I just downloaded all the relevant files and the earlier beta uninstalled pretty smoothly. Will start building some sample applications and do some posts here.
Visual 2005 Code Snippets
Code snippets are a nice way in Visual Studio 2005 to inject frequently used code blocks. It can be a great time saver and also a simple way to infuse some standards into coding practices. A new set of task-based code snippets have been released for Visual Studio 2005 (both in C# and VB.NET). You can download them here: Visual Studio 2005 Code Snippets
TeamSystem Widgets
Found this link on widgets for Microsoft Team Foundation Server: http://teamsystemexperts.com/widgets.aspx
Programming WCF
WCF (Windows Communication Foundation) is the new name for Indigo. Programming for Indigo is quite simple and there are quite a few articles out there that are of use. Recently, I ran across an article that was a very good introduction to the basics of programming in Indigo. Here is the link: ABCs of Programming in Indigo.