hello,

I have just recently moved from vb to .net

i would like to know what is the method you create an object, what is your workflow.

my workflow is :


1. designing :

i split a page to several columns : methods, properties, classes

i write the methods and properties for the object.

then i group them into classes.


2. programming :

i translate each method, property into code (visual studio .net).

every change i do in the computer, i update the page so i will have docomentation of each object.


questions :

is there a better way to make docomentation of the objects ?

are there application that are recommanded ( such as microsoft FXcop ) ?

how can i improve my workflow ?

many thanks,
Eran.