Browse by Tags

Sorry, but there are no more tags available to filter with.
  • Readable?

    I kinda dig this control statement syntax using the tertiary operator (?) (thanks to Bela for pointing it out): object result = (<condition A>) ? resultIfA : (<condition B>) ? resultIfB : (<condition C>) ? resultIfC : defaultResult;...
    Published 10-29-2007 3:17 PM by jgood
    Filed under:
  • Find a Type or Method

    Please tell me why Visual Studio STILL does not have a super easy and fast way to find a type or a method on a type. Currently there are a few ways to find a type, but nothing that's super simple. What is super simple for me? The way that TextMate handles...
    Published 10-11-2007 4:08 PM by jgood
    Filed under: ,
  • Role Based Security

    It seems like no matter how much time you spend trying to come up with a solution for security based on users and roles... it never quite comes out right... and easy on both sides (developer and user). Flexible roles are nice in that you don't have to...
    Published 08-14-2006 1:26 PM by jgood
  • Hinderance with Generics

    So I came up with a scenerio while using Generics in .Net 2.0 that might cause some problems. Let's say that you have a simple structure defined below: public class BaseClass { } public class ChildClass : BaseClass { } public class BaseClassEventArgs<TBaseClass>...
    Published 05-11-2006 2:15 PM by jgood
    Filed under:
  • .Net Rounding

    So I'm sure if you grew up in a place where they teach you proper rounding , you might be suprised when you do a Math.Round(4.5) in .Net and you get 4.0 as your answer. Well here's the quirk: .Net uses "round to even" or "banker's rounding" by default...
    Published 04-21-2006 3:43 PM by jgood
    Filed under:
Inetium, LLC. Site Information