Bill Blogs in C#

Bill Wagner discusses C#, LINQ, and other items of interest

Browse by Tags

All Tags » C# » articles (RSS)
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...

Posted by wwagner | with no comments

Filed under: , ,

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 by wwagner | 2 comment(s)

Filed under: , ,

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

Posted by wwagner | with no comments

Filed under: , , ,

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

Posted by wwagner | with no comments

Filed under: ,