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