Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
The new Outlook Express: Windows Mail demoed
Sep 16, 2005 at 9:35 PMIan.
The new Outlook Express: Windows Mail demoed
Sep 16, 2005 at 5:32 PMIan.
Adam Nathan - Light up an app with WPF (formerly Avalon)
Sep 16, 2005 at 5:49 AMWTFWPF?!!You're taking an uber-cool piece of technology, with a pretty cool name (Avalon) and trying to rename it with some lame acronym - I can understand the need for branding, but this is just insanity! Insanity I tells ya - I mean who wants to develop on something called WPF?... Furthermore, do we really need to be giving more acronyms to the world? I think I'm going to have to start a new cause - People Against Bloody Acronyms (perhaps I could call it PABA)
I love the part of this video where Scoble asks "what's WPF?", after having pointed out that Avalon is now called WPF earlier
WPF indeed.
Anders Hejlsberg - LINQ
Sep 15, 2005 at 5:59 AMIn any one particular space, Microsoft has some really good competitors (eg. Flash is great for vector graphics today, PDF is the ubiquitious standard for transferring documents, java is a productive language for writing server side code), but its the sum of your parts (especially when you bring them together) that puts the MS platform well out in front (in my mind at least).
I should probably just read the documentation, but will LINQ be able to join data from 2 seperate data sources - eg. SELECT a.customer, b.product_photo FROM <sql data source> a JOIN <xml data source> b? ON (a.productid = b.productid)?
Manuel Clement and others - Introducing Sparkle
Sep 15, 2005 at 5:28 AMI've had designers in the past working in dreamweaver to mock up html pages, but the process of delivering those to the devs was, well... less than ideal (open up a 3rd app, check out the current build from cvs, hassle the devs to learn how to use cvs again, check into cvs, etc).
I think source control needs to be a first class citizen in Sparkle for it to be really useful in a team environment.