SqlXml Blogs

Search

  • Migrated from Community Server to DasBlog

    Just a quick note that I’ve moved my blog from here to http://bryantlikes.com . All the posts here should automatically redirect you to the new blog and the feeds should all migrate automatically. See you at my new site!
    Posted to Bryant Likes's Blog (Weblog) by bryantlikes on 10-17-2009
  • Behaviors vs Subclassing in Silverlight

    As a Silverlight developer, when you want to add functionality to an existing control, you have two main options as I see it (if you want to get reuse from your code). You can either subclass the control or, as of Silverlight 3,  you can write a behavior for it. For example, one of the requests for the current Silverlight application that I’ve
    Posted to Bryant Likes's Blog (Weblog) by bryantlikes on 09-30-2009
  • A “Default Command” for Silverlight

    The current Silverlight application that I’m building has a Login view. One of the things that bugged me when I started using the application is that you would have to click the Login button after typing your password. I wanted to duplicate the default button behavior of HTML forms where when you hit the enter key it would trigger the default
    Posted to Bryant Likes's Blog (Weblog) by bryantlikes on 09-28-2009
  • Faking the Initialized Event in Silverlight

    This is another nugget of gold gleaned from the Climbing Mt Avalon workshop , although I believe this one came from Jonathan Russ . He was talking about a bunch of threading tricks in WPF and showed how if you wanted to run some code after everything was initialized you could use the BeginInvoke method of the Dispatcher object. Since there are many
    Posted to Bryant Likes's Blog (Weblog) by bryantlikes on 03-24-2009
  • Animation Hack Using Attached Properties in Silverlight

    In my last post I blogged about using Attached Properties to get around the limitation that only Dependency Properties can be animated. One astute commented noted that he was guessing this could be applied to animations as well and the answer is yet it can. However, it requires one extra step that makes it a little less appealing. Also I mentioned in
    Posted to Bryant Likes's Blog (Weblog) by bryantlikes on 03-23-2009
  • Styling Hack Using Attached Properties in Silverlight

    I need to find the forum post where this question was asked, but I’ll have to do that later since I’m at MIX09 and searching the forums is low on my list. But I wanted to share a cool hack that I came across in the Climbing Mt Avalon (it was definitely a climb, not a hike). One of the many cool things that was shared was a tidbit by Jaime
    Posted to Bryant Likes's Blog (Weblog) by bryantlikes on 03-18-2009
  • Silverlight Streaming Utility Classes

    Yesterday I was working through another question in the Silverlight Forums about how to upload video to Silverlight Streaming via code. At first I tried to reference the Video.Show application , but there is a lot of code there and it doesn’t help if you just want to upload a bunch of videos to the same application. So I ended up taking some of
    Posted to Bryant Likes's Blog (Weblog) by bryantlikes on 03-11-2009
  • Debugging a Remotely Hosted Silverlight App

    This question has come up in the forums a few times so I thought it would be worth a blog post. Most people are pretty familiar with debugging a Silverlight application running locally during development, but what people many times don’t realize is that you can also attach your debugger to a xap file that is hosted remotely. This MSDN article
    Posted to Bryant Likes's Blog (Weblog) by bryantlikes on 03-10-2009
  • Twilight 1.5: Multiple Views with MVVM

    You may have noticed the new look for the Twilight Twitter Badge on my blog a few weeks ago. I wanted to add a few new looks for the badge and got one of them done but then decided I need to spend some more time on it before releasing it because I didn’t like the way the code was turning out. There were a couple of things I didn’t like:
    Posted to Bryant Likes's Blog (Weblog) by bryantlikes on 02-26-2009
  • Detecting Design Mode in Silverlight

    One of the things I’ve been trying to getting a better understanding of is how to make the Silverlight projects I work on more blendable : In general, WPF and Silverlight controls should be "blendable". ItemsControls need to display representative data within the design surface. The problem, at least for me, is that every example out
    Posted to Bryant Likes's Blog (Weblog) by bryantlikes on 02-25-2009
Page 1 of 46 (457 items) 1 2 3 4 5 Next > ... Last » | More Search Options
Powered by Community Server (Non-Commercial Edition), by Telligent Systems