SRT Solutions

Blogs

Browse by Tags

  • Euler problems in other languages

    I've had some comments on the Euler problems, so I'm assuming there is some interest. There's also been interest among other developers in our office. Darrell Hawley has started solving the problems in Python. Marina Fedner has started solving the problems in Ruby. I highly recommend reading...
    Posted to Bill Blogs in C# (Weblog) by wwagner on Mon, Apr 7 2008
  • My second DNR TV is live

    The world-famous Carl Franklin invited be to be on DNR TV again. The episode is live here: http://dnrtv.com/default.aspx?showID=105 We discuss generics in C#, and how you can use generics to create more reusable block of code. We go from fairly obvious generic uses like collections and EventArgs<T>...
    Posted to Bill Blogs in C# (Weblog) by wwagner on Tue, Mar 11 2008
  • Brian Beckman explains monads

    I try to do more original writing here than posting links, but this is too good not to reference. http://channel9.msdn.com/ShowPost.aspx?PostID=358968 Brian Beckman is one of my favorite experts from Channel 9. He's a real rocket scientist, but that's not why I like hi videos. He's not trying...
    Posted to Bill Blogs in C# (Weblog) by wwagner on Tue, Nov 27 2007
  • Wallpaper Changing gadget for Vista

    A bit out of date, perhaps, but the Coding4Fun blog contains a vista gadget that changes your background wallpaper at regular intervals: http://blogs.msdn.com/coding4fun/archive/2007/07/16/3904885.aspx Point the gadget at a directory containing photos and you're off to the races.
    Posted to Bill Blogs in C# (Weblog) by wwagner on Wed, Nov 21 2007
  • New Visual Studio Magazine online site (includes all my recent articles)

    It took a while, but the new Visual Studio Magazine online site ( www.visualstudiomagazine.com ) is now live. All my columns for the C# Corner are found here: http://visualstudiomagazine.com/columns/columnist.aspx?columnistsid=54
    Posted to Bill Blogs in C# (Weblog) by wwagner on Tue, Nov 13 2007
  • Sara Ford saves me time again

    Sara Ford has been posting tips about the VS 2005 editor. Today's tip( http://blogs.msdn.com/saraford/archive/2007/09/28/did-you-know-how-not-to-accidentally-copy-a-blank-line.aspx ) shows a nifty little setting that disables Copy and Cut when you're on a blank line with no text selected. Why...
    Posted to Bill Blogs in C# (Weblog) by wwagner on Fri, Sep 28 2007
  • One of those blog posts to keep handy

    all the time, when you're developing Karen Liu, one of the Product Managers for the C# IDE, was briefly blogging this summer. One of the posts http://blogs.msdn.com/karenliu/archive/2006/06/12/628756.aspx contains all the C# keyboard bindings for the Visual Studio 2005 IDE. It's a great, handy...
    Posted to Bill Blogs in C# (Weblog) by wwagner on Tue, Oct 17 2006
  • If you break the rules, have good reasons

    And document them Rico Mariani posted another Performance Quiz last month (I meant to post this earlier, but I didn't get to it). In this installment, he discusses the performance benefits of a struct with public fields. He broke the rules in the Annotated Design Guidelines, and many in Effective...
    Posted to Bill Blogs in C# (Weblog) by wwagner on Wed, Oct 4 2006

As a business leader, you've undoubtedly nurtured your company's image in the marketplace. You take great care in ensuring that your customers...