Click to See Complete Forum and Search --> : Microsoft Coding Techniques


gaurish.salunke
June 11th, 2008, 02:34 AM
Hi frnds,

I need to know the basic coding techniques or the formats used while writing a code in any of the microsoft technologies such as vb6 or c# .net that is followed by microsoft.

Can any one brief me more about this?

any website that gives all the standard formats or style for writing code or designing the forms.

TheCPUWizard
June 11th, 2008, 07:16 AM
All of the (public) information you need is available at http://msdn.microsoft.com

HOWEVER, unless you are a LARGE development firm (hundreds or thousands of programmers working on a single project), you will be better served by researching the coding guidelines/standards of a number of companies, and then tailoring your own custom one. (This is something I do professionally for my clients).

There are many factors (most of them non-technical) which greatly influence is a given set of guidlines/sandards will be effective in a specific environment.