SRT Solutions

Blogs

Browse by Tags

  • Euler Problem 10

    Patrick posted his solution earlier this week. I figure it was time to add mine. Also, Octavio Hernandez pointed out in the comments to problem 8 that he had discussed similar code constructs in his blog a while back. Problem 10 asks for the sum of all primes less than 2 million. It's also one line...
    Posted to Bill Blogs in C# (Weblog) by wwagner on Sun, Aug 31 2008
  • Code from Lightning Talk: Compiler Tricks

    My last Lightning Talk should how you can mix constructor calls and object initializers. It's a useful technique that can keep you from writing too much code you don't need. To see what I mean, start with this simple person class: 1: class Person 2: { 3: public string FirstName 4: { 5: get; 6...
    Posted to Bill Blogs in C# (Weblog) by wwagner on Sat, Aug 30 2008
  • Some Clarification on VSTS licensing, builds, and Continuous Integration

    Jeff Beehler wrote this post clarifying some questions on VSTS licensing as it relates to build environments. There is a common misconception (that I shared) that your build machine needed a licensed copy of VSTS team developer. In fact, that's not correct. Jeff's bottom line is refreshing in...
    Posted to Bill Blogs in C# (Weblog) by wwagner on Tue, Mar 18 2008
  • MVP status renewed, RD status renewed

    Yup, it's that time of year. My MVP award was renewed, as was my RD status. Both are prestigious awards that represent contributions to the technical community around various products. In addition, Patrick Steele, one of our senior consultants re-joins the MVP ranks . Totally cool.
    Posted to Bill Blogs in C# (Weblog) by wwagner on Thu, Jan 3 2008
  • I hate testing

    And that's why I write automated tests. I recently inherited some truly bad code. I'd post some examples, but the codebase is owned by a client, and the code is covered by an NDA. But, to give you an idea how bad it is, here are a few interesting statistics from when I first examined the code...
    Posted to Bill Blogs in C# (Weblog) by wwagner on Thu, Oct 18 2007
  • Source Code for .NET Framework being released

    I read this on Scott Guthrie's blog early this afternoon. This is absolutely fantastic. Instead of all that time in Reflector, wondering what something does, where the method works, or why it was implemented, we'll have actual source code. If you look at Scott's blog post (especially the...
    Posted to Bill Blogs in C# (Weblog) by wwagner on Wed, Oct 3 2007

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