This article emphasizes the importance of documenting Microsoft .NET code with XML documentation and code comments. It covers the purpose and benefits of XML documentation, setting up the project for documentation, usage of section tags, file headers, types and members documentation, examples, code comments, and the use of GhostDoc for automated documentation.
Category: VS.NET
dotNetDave Rocks the Code Quality Conference 2022
The dotNetDave For Those About to Code: Worldwide Tour will be at the Code Quality Conference 2022 on August 19th. Last year we had over 72K software engineers watch the conference and I hope you will watch it this year to learn how to rock your code to release quality applications and services that meet your user's needs.
Rockin’ The Code World with dotNetDave – Guest: Mika Dumont
Join me live on Saturday, April309th at 10:00 PST on C# Corner Live for show #54 where my guest will be Mika Dumont, Program Manager at Microsoft.
dotNetDave Rocks the Philly Code Camp 2022
The dotNetDave For Those About to Code: Worldwide Tour will be at the Philly Code Camp in Philadelphia, PA on March 4th. I hope you will join me at this meeting.
Rockin’ The Code World with dotNetDave – Guest: Jeff Fritz
Join me live on Saturday, December 11th, 2021 at 11:30 PST on C# Corner Live for show #43 where I will be interviewing for the second time Jeff Fritz, Principal Program Manager - .NET Community.
Rockin’ The Code World with dotNetDave – Guest: Scott Hunter
Join me live on Saturday, November 13th, 2021 at 10:00 PST on C# Corner Live for show #42 where I will be interviewing for the second time Scott Hunter, Director Program Management .NET. Learn the latest about .NET 6 from the person in charge of it!
Visual Studio 2022 Issues/ Features Needed
There isn't a perfect application ever released, and the same is true for Visual Studio 2022. There are a lot of great features in VS2022, but there are many issues too. So I decided to create a running list of the issues that I find or find frustrating.
New Code Rules: Too Many .NET Engineers DO NOT Understand How Memory Management Works!
On show #38 of Rockin' the Code World with dotNetDave, I am ranting about far too many .NET software engineers DO NOT understand how memory management works when it comes to disposable objects! Not matter what level of software engineer you are, you need to watch this episode... NOW!
dotNetDave Rocks The GLUGnet User Group
The dotNetDave For Those About To Code: Worldwide Tour will be at the GLUGnet User Group in Okemos, MI on August 19th at 6 PM EDT. I hope you will join me at this meeting. This meeting will be virtual, but I wish it was in person. My session will be followed by a Q&A where you can ask me anything!
Analyzing Code for Issues: .NET Memory Profiler
I have stated many, many times, “Performance affects memory and memory affects performance”. None of the code analysis tools I've written about will find every issue when it comes to memory and performance issue. The only way to find the rest is by using a memory profiler tool on running code near to production machine setup as possible.

You must be logged in to post a comment.