Click here to Skip to main content
16,011,680 members
Home / Discussions / C#
   

C#

 
GeneralRe: project compilation Pin
waheed awan15-Jul-06 12:34
waheed awan15-Jul-06 12:34 
QuestionHow can I synchronize two MS Access tables? Pin
AngryC30-Jun-06 20:08
AngryC30-Jun-06 20:08 
AnswerRe: How can I synchronize two MS Access tables? Pin
DeloreanMag30-Jun-06 20:16
DeloreanMag30-Jun-06 20:16 
Questionset and get for ArrayList Pin
foysal mamun30-Jun-06 18:49
foysal mamun30-Jun-06 18:49 
AnswerRe: set and get for ArrayList Pin
engsrini30-Jun-06 22:29
engsrini30-Jun-06 22:29 
GeneralRe: set and get for ArrayList Pin
foysal mamun1-Jul-06 20:52
foysal mamun1-Jul-06 20:52 
QuestionXML doc & Namespace [modified] Pin
Super Lloyd30-Jun-06 17:22
Super Lloyd30-Jun-06 17:22 
AnswerRe: XML doc & Namespace Pin
LongRange.Shooter3-Jul-06 5:55
LongRange.Shooter3-Jul-06 5:55 
When I've worked with XML Documentation, I do not remember ever having to define a summary statement for a namespace. However, I do have to create summary statements for every class and every public method within my class.

To create your summary statements, position the cursor at the line above the class definition. Then just hit '/' three times. It should autopopulate your class definition with all of the expected xml comment tags appropriate for that class. Then all you have to do is fill in the text between the summary /summary tags.

Do the same for every public method and make certain you populate info about the parameters. When you publish your dll, anyone that references that dll will get your doc file and get intellisense for your class and method definitions and usage. Voila, self-documenting code.
QuestionRecursive treeview with database Pin
ronaldve30-Jun-06 11:11
ronaldve30-Jun-06 11:11 
AnswerRe: Recursive treeview with database Pin
Super Lloyd30-Jun-06 17:35
Super Lloyd30-Jun-06 17:35 
GeneralRe: Recursive treeview with database Pin
ronaldve30-Jun-06 23:13
ronaldve30-Jun-06 23:13 
GeneralRe: Recursive treeview with database Pin
ronaldve1-Jul-06 9:13
ronaldve1-Jul-06 9:13 
Questionplugin based applications in C# projects Pin
sawerr30-Jun-06 9:18
sawerr30-Jun-06 9:18 
AnswerRe: plugin based applications in C# projects Pin
Ravi Bhavnani30-Jun-06 9:36
professionalRavi Bhavnani30-Jun-06 9:36 
GeneralRe: plugin based applications in C# projects Pin
sawerr30-Jun-06 9:43
sawerr30-Jun-06 9:43 
GeneralRe: plugin based applications in C# projects Pin
Ravi Bhavnani30-Jun-06 9:47
professionalRavi Bhavnani30-Jun-06 9:47 
GeneralRe: plugin based applications in C# projects Pin
sawerr30-Jun-06 9:57
sawerr30-Jun-06 9:57 
GeneralRe: plugin based applications in C# projects Pin
Ravi Bhavnani30-Jun-06 10:13
professionalRavi Bhavnani30-Jun-06 10:13 
GeneralRe: plugin based applications in C# projects Pin
sawerr30-Jun-06 10:22
sawerr30-Jun-06 10:22 
GeneralRe: plugin based applications in C# projects Pin
Ravi Bhavnani30-Jun-06 10:25
professionalRavi Bhavnani30-Jun-06 10:25 
QuestionC# Class question Pin
joshp121730-Jun-06 9:17
joshp121730-Jun-06 9:17 
AnswerRe: C# Class question Pin
Ravi Bhavnani30-Jun-06 9:33
professionalRavi Bhavnani30-Jun-06 9:33 
QuestionImage transparency when resizing [modified] Pin
Palooka30-Jun-06 8:46
Palooka30-Jun-06 8:46 
QuestionClose current form and then open new form Pin
Saamir30-Jun-06 8:18
Saamir30-Jun-06 8:18 
AnswerRe: Close current form and then open new form Pin
stancrm30-Jun-06 8:31
stancrm30-Jun-06 8:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.