A Request for the IE Team: Embrace the Community After reading this post on IEBlog, particularily this part: “I’d love to say more about what we’re working on right now on this front. I can’t.” … I just felt I needed to vent a little frustration and make a request to the team. I don’t understand why you guys can’t talk about what you’re doing with […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail
Amazon Message Queuing Web Service…? I just noticed Amazon is beta testing a Message Queuing Web Service (via TSS.NET). What has me scratching my head here is, what exactly is Amazon doing here? Are they getting into the software business now? Previously everything they’ve released has been to enable them to sell more goods, but this service seems like it’s a pure software product […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail
Why is WSE2’s SoapClient class abstract? Ok, so the question in the title a little misleading… I actually know why it’s abstract, but what I don’t understand why it was designed that way. It forces me to always subclass it and add my own methods, decorated with SoapMethodAttribute, just so I can send a SoapEnvelope from client to server. What’s lame […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail
Awesome Avalon Databinding Sample Chris Sells continues his Avalon based solitaire application by delving deeper into the databinding architecture of Avalon. My favorite part of the sample is his use of data transformers. They’re really powerful because you can basically bind to any type of data, stick the transformer in the middle and let it interpret it how ever it likes… even […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail
Congratulations Valentino Rossi, MotoGP Champion 2004! I don’t know what kind of following there is for MotoGP amongst the developer community, but since motorcycle racing is one of my hobbies it’s my favorite sport to watch. Valentino Rossi has just clinched the 2004 championship over rival Sete Gibernau in an AMAZING race at Phillip Island. Rossi only needed to place second and could […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail
Team America Was f’n hilarious. Another one where the whole audience was laughing out loud the entire time. If you’re into raunchy, side splitting humor it’s a must see. Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail
Ask and Ye Shall Receive: Edit and Continue for C# in VS2005 The cat’s out of the bag and the word is spreading like wildfire: Microsoft has added Edit and Continue to C# for VS2005. The VS/Framework developers are really knocking me over with their support for the community these days. I mean, I’ve always had good relationships with them and been able to affect minor features via feedback […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail
Implementing IXmlSerializable Disables Support for XmlRootAttribute I’ve dealt with this before, but I’m bumping into it again so I figured I’d blog about it to vent a little… If you implement IXmlSerializable to customize the output of your type when it partakes in XML serialization, you can’t even decorate it with XmlRootAttribute. This basically means that if your type is the […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail
Passport Integration for MSN Music/Radio with WMP10 Sucks I freakin’ hate that when I click the music or radio tab in WMP10 that I’m not automatically logged in based on the Passport account linked to my Windows login. It looks like it logs me in automagically if I browse there with my MSN browser, so I’m guessing that this is WMP10’s fault. What’s the point […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail
XAML Syntax Changes On The Way Rob Relyea has posted a few tidbits on syntax changes we can expect in the next drop of XAML. I especially like the disconnection of resources, which are too closely tied to Avalon in current drops. I also loved the little jab that Rob makes at knockoff technologies about holding off on announcing the new syntax […] Share this:FacebookTwitterLinkedInMoreRedditWhatsAppSkypeEmail