SRT Solutions

Blogs

Browse by Tags

  • Q & A on a recent VSM Article

    One of my last Visual Studio Magazine article discussed object validation and object invariants. I received a great email discussing questions about how to handle UI validation in this world. My recommendation in the article was that classes should be responsible for their own state. Furthermore, they...
    Posted to Bill Blogs in C# (Weblog) by wwagner on Tue, Jul 22 2008
  • 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
  • Another new community author for the C# Developer Center

    Charlie Calvert has added another new author to the C# Develper Center . Thomas Lebrun has added an article about extension methods. He gives a good solid overview of what extension metods are, how to use them, how to define them, and how to prevent collisions between different extension methods with...
    Posted to Bill Blogs in C# (Weblog) by wwagner on Thu, Oct 25 2007
  • Reader Questions on Threads

    I received a couple reader questions from my last Visual Studio Magazine article (link here ). I thought they would be of general interest, so I'll answer them here: 1- you write: "The new object is created, and initialized before it is assigned to the internal member. This ensures that the...
    Posted to Bill Blogs in C# (Weblog) by wwagner on Mon, Sep 3 2007

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...