SRT Solutions

Blogs

Browse by Tags

  • Learning new languages with VSM

    This month’s VSM has a pair of articles by me and Kathleen Dollard that were great fun to write, and I believe they’ll be useful to a wide audience. My regular C# corner column discusses what every VB Developer should know about C#. Kathleen’s column discusses what C# developers should know about VB...
    Posted to Bill Blogs in C# (Weblog) by wwagner on Mon, Dec 1 2008
  • 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

In our last colurm, we wrote about how technical mentors can benefit companies ( Ann Arbor Business Review, May 22, 2008 ). In this installment, we're...