Nazmul weblog

"Winner's don't do different stuff , they do stuff in their own way"

Browse by Tags

All Tags » Documentation (RSS)
Documentation of .NET assemblies (.NET 3.0 or higher) using SHFB
In this writing I will explain you how to use SHFB for complete your class library documentation. This writing is only valid for .NET 3.0 or higher. In this piece of writing I am using Visual Studio 2008 for demonstration. An API document of an application...
Commenting your C# code for documentation
Some of us will have experienced with coding documentation. C# and Visual Studio gives us the ability to maintain code and it’s documentation in the same file, which makes the whole development a lot easier. VS.NET provides specially marked and...