Mikecrosoft Posted January 24, 2004 Posted January 24, 2004 Hi as the title says, I need some guide about coding conventions for .NET, I have the coding convention for VB6.0 but there are more variable types, and I want to know the standard for the naming of the vars. Thanks Mike Quote Mikecrosoft.Net
Administrators PlausiblyDamp Posted January 24, 2004 Administrators Posted January 24, 2004 Microsoft's recomended conventions - very detailed. also a good tool for checking public members if you are designing a class library is fxcop Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Mikecrosoft Posted January 24, 2004 Author Posted January 24, 2004 I saw that place before, but I can't find something like: Object | Sufix Panel : Pnl ContextMenu : ???? ToolTip : ???? ... ... ... Variable | Sufix Short : ???? Long : ???? .... ... .. I hope make sense :) Thanks Mike Quote Mikecrosoft.Net
reboot Posted January 24, 2004 Posted January 24, 2004 Here's another good one http://www.irritatedvowel.com/Programming/Standards.aspx Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.