XML Code Comments: What, Why and How (WebProNews)
XML Code Comments: What, Why and How (WebProNews)
During the years I’ve seen a lot of different ways of commenting code - some good and some bad. My personal favourite way of commenting code is by using the XML comment feature of C# and VB.NET, but the important part of commenting code is not how you do it, but what you write in them. Methods are the most challenging members to comment, because they perform an action and can contain many …