Also see: DevWeek 2008 Silverlight Precon Demos I recently ran into what appears to be a bug in Silverlight 2 Beta 1’s handling of cross-domain web service access when using a clientaccesspolicy.xml file. I’m hoping this post might save a few other people the time it took me to work out what was going on [...]
March 23, 2008
Tagspace, Meet Claimspace
Also see: Playing Multiple Simultaneous Sounds in WPF In early June, we will launch a new social software service for technical professionals called Claimspace (codename, “Rapport”), which will join Tagspace , Blogs , and Forums as the newest member of the Microsoft.Community family. Our development lead, Doug , mentioned Claimspace a few weeks ago so [...]
Tagspace: Social Bookmarking for the Whole Web…from Microsoft
Also see: Silverlight 2 Beta 1 Cross Domain Bug I am tickled pink ’n honored to announce the third release of Microsoft Tagspace *, a social bookmarking solution for technical professionals, like you. With this release, Tagspace becomes Microsoft’s first true social bookmarking application for the whole World Wide Web Web. Learn more about Tagspace and its potential to help you [...]
VS.NET Macro To Group and Sort Your Using Statements
Also see: The NCAA and the Hoosiers I try to follow a coding standard for organizing my using statements. System.* goes at the top and then other namespaces grouped together like this: using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Data.SqlClient; using System.Web; using System.Web.Script.Services; using System.Web.Services; using System.Web.Services.Protocols; using Microsoft; using Microsoft.CSharp; using MyCompany; [...]
