What's a good xmlns alias for the WpfApplication1.Properties namespace?
        Posted  
        
            by CannibalSmith
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by CannibalSmith
        
        
        
        Published on 2010-04-09T10:51:23Z
        Indexed on 
            2010/04/09
            10:53 UTC
        
        
        Read the original article
        Hit count: 270
        
I know I can call it whatever, but just like there is a convention for project's namespace (xmlns:local), is there a good name I could call the Properties namespace so that any coder could walk up to my code and instantly recognize it? Currently, I use xmlns:Properties, but that's too long in my opinion.
© Stack Overflow or respective owner