Welcome to Dave Sexton's Blog Sign in | Join | Help

Browse by Tags

All Tags » format   (RSS)

C# Multi-line XML Documentation Comments

I was just checking out the documentation on MSDN about XML comments and I discovered that C# supports multi-line comments for XML documentation as well: /** * <summary>Hello World!</summary> */ public void HelloWorld() { } Interesting, but
Posted by Dave Sexton | 0 Comments
Filed under: , , ,

References, Citations, Paraphrasing and Plagiarism

Are newsgroup respondents committing plagiarism? How useful are references and are they desired?
Posted by Dave Sexton | 0 Comments