Welcome to SqlXml Blogs Sign in | Join | Help

Bryant Likes's Blog

It's all about WebData

News


  • Windows Live Alerts
    View Bryant Likes's profile on LinkedIn

    Me



    Support Bryant!

    49 percent of goal achieved.

    Goal: $1,000.00
    Achieved: $486.19


    The posts on this weblog are provided "as is" with no warranties and confer no rights. The opinions expressed herin are the personal opinions of the individual authors and do not represent the views of Avanade in any way.

Browse by Tags

All Tags » .NET   (RSS)
Visual Studio 2008 and .NET FX 3.5 SP1 Beta 1 Released
Ok, I'm not totally sure why all my posts lately have had a slightly negative tone to them, perhaps I'm becoming a slightly disgruntled Microsoft developer. Anyhow, here goes another slightly disgruntled post. Today MS released the beta mentioned in the Read More...
Build Zune Games Today.. or Maybe Tomorrow
The XNA Team announced the CTP of the XNA Game Studio 3.0 today : Today, we are delivering the first Community Technical Preview (CTP) of XNA Game Studio 3.0, giving you the ability to build games for the entire family of Zune media devices.  This Read More...
Remote File Sync using WCF and MSF
One of the things I've been looking into in my free time is the Microsoft Sync Framework (MSF) (currently in CTP mode). The MSF is: [A] comprehensive synchronization platform enabling collaboration and offline for applications, services and devices with Read More...
Video.Show
Tim Sneath [via Lamont ] shows off the new Video.Show reference application: Video.Show is an end-to-end solution that provides a reference-quality sample for user-generated video content sites. Taking advantage of all of our latest technologies: .NET Read More...
Web Experience Events
Via Tim Heuer I read about Kirk's xbox contest : To help fill those seats, we are giving away two XBox 360s to people simply who blog about the event with some pre-canned text. The first XBox 360 will be given away during the keynote at the Los Angeles Read More...
Continuous Integration 2.0
Just finished reading Bil's excellent post on his frustrations with Continuous Integration (CI) in the VS 2005 world. My feelings about CI with VS 2003 and the nAnt, nUnit, Subversion, CC.Net combo are the same as his: Visual Studio 2003 and Cruise Control.NET. Read More...
.NET 3.0 Released!!!
Via ActiveWin : The Microsoft .NET Framework 3.0 is the new managed code programming model for Windows®. It combines the power of the .NET Framework version 2.0 with new technologies for building applications that have visually compelling user experiences, Read More...
Is That a Runtime in Your Browser?
In my life as a developer I have somehow never been on a project where I was creating a windows forms application (or a VB6 UI for that matter) AFAIR. Somehow I was always doing either ASP, ASP.NET, or some backend application with no real UI. My current Read More...
Extending Community Server
I have to commend Telligent for how easy they made it to extend Community Server . I recently setup a new blog to use for posting videos of my son so that my brother-in-law who lives out of state can see him grow up (he asked me to). However, I wanted Read More...
Clipboard Paste Live Writer Plugin
If you copy source as html (or have any html in the clipboard), hitting paste in Windows Live Writer pastes the text without the markup. So since there is an SDK and some great samples , I went ahead and wrote a simple plugin to paste the clipboard contents Read More...
WPF vs. CAB
I'm starting a new project where we will be using Windows Presentation Foundation (WPF) . I've done very little work with WinForms in the past, but from what I understand the Composite UI Application Block (CAB) is the way to go for WinForms development. Read More...