in

Platinum Bay

Peace, Love, and...

Browse by Tags

  • The Code Coverage Mirage

    In an online Q&A webcast with Scott Hanselman today the topic of Code Coverage was raised. One audience member asked what the optimal level of Code Coverage is. The answer is that there isn’t an optimal level because Code Coverage can be a misleading statistic. Take for example the following method...
    Posted to .NETicated (Weblog) by Steve on 04-15-2010
  • Serialization Generics

    I really dislike writing the same code over and over again. For my current project, this involves serialization and I ended up creating the following generic class to handle Xml serialization and thought it might be useful to someone else. using System.Xml.Serialization; public class SerializationHelper...
    Posted to .NETicated (Weblog) by Steve on 12-07-2009
  • Exceptional Exceptions

    There are many, many exceptions in the .NET framework. The base type of all exceptions is the System.Exception class. There are a couple rules you want to follow when throwing exceptions. First, avoid throwing the System.Exception or System.SystemException base types. When you go to catch an exception...
    Posted to .NETicated (Weblog) by Steve on 06-20-2007
  • Frameworks

    A couple weeks ago I bought Pro WF: Windows Workflow in .NET 3.0, as an eBook of course. I'm in chapter two, and something the author said made me stop and think. "The term framework implies order, structure, and control. It represents much more than just a collection of classes. It provides...
    Posted to .NETicated (Weblog) by Steve on 06-14-2007
Page 1 of 1 (4 items)
Powered by Community Server (Commercial Edition), by Telligent Systems
© Platinum Bay | Some Rights Reserved Creative Commons License

Disclaimer: The information in this weblog is provided "AS IS" with no warranties, and confers no rights. This weblog does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion. Feel free to challenge me, disagree with me, or tell me I'm completely nuts in the comments section of each blog entry, but I reserve the right to delete any comment for any reason whatsoever (abusive, profane, rude, or annonymous comments) - so keep it polite, please.