I have a set of commands like: .kick .unban .ban .unvouch .vouch .add .del .say Those commands are used in a chat room where I have several users with different access, for example:
when c# gives this compile error? \'Favorite.Favorites.FavoriteCollection\' is inaccessible due to its protection level
I am using PC-Lint (great tool for static code analysis - see http://www.gimpel.com/) For the following chunk of code:
Now if you read the naming conventions in the MSDN for C# you will notice that it states that properties are always preferred over public and protected fields.I have even been told by some people that
If I have a class with a method I want protected and internal. I want that only derived classes in the assembly would be able to call it.
I followed this tutorial for setting Autlogic up properly. So, my site needs a form of level, like \"Admin\", \"Moderator\", \"User\", \"Guest\". So Admins can do everything, where Moderators may not
I\'m trying to use an event dispatcher to allow a model to notify subscribed listeners when it changes. the event dispatcher receives a handler class and a method name to call during dispatch. the pre
In Visual Studio 2008 Team System, I just ran Code Analysis (from the Analyze menu) on one of my C# projects.One of the warnings produced was the following:
Is it possible to specify that members of a nested class can be accessed by the enclosing class, but not other classes ?