Documentation for .NET

Hi,

What is the most easiest way to create documentation when writing C# in Visual Studio .dll libraries?

Is there any method that would turn XML comments above methods and classes to web like documentation?

Thanks in advance

The easiest would probably be to use Sand Castle

Here are a few other ways.

https://visualstudiomagazine.com/articles/2017/02/21/vs-dotnet-code-documentation-tools-roundup.aspx

– Dale