vote up 7 vote down star
5

I'm just wondering - the last release of Sandcastle is from May 2008, and it's still listed as Pre-Release Software/CTP and it's not even licensed anymore, as the EULA specifially says:

2.TERM. The term of this agreement is until September 1, 2007, or commercial release of the software, whichever is first.

As Sandcastle is rather "heavy" anyway, I just wonder if it is still the right thing to use, or if there are alternatives to create XmlDoc Documentation? (Alternatives = something I can run from my build to generate at least HTML, preferably PDF as well).

flag

6 Answers

vote up 6 vote down check

Nobody mentioned Docu, a recent project initiated by James Gregory, dev lead on FluentNHibernate.

It's a very simple and easy to use tool that generates html documentation a la rdoc. You can easily modify templates since Docu uses Spark as the view engine.

Here is the FluentNHibernate documentation built with Docu.

link|flag
1  
The FluentNHibernate Documentation looks awful, but Docu looks interesting, because he summarized some of my concerns (having to chain several applications using a weird syntax). Going to have a closer look. – Michael Stum Jun 12 at 14:25
Nice, Docu already works very well. I am not 100% sure if I'm going to miss separate Pages for every function, but the low-friction template generation and the ease of use (no weird deployment) already impress me. – Michael Stum Jun 12 at 14:48
vote up 0 vote down

I put a short list of some documentation tools in this SO question: anyone-using-ndoc-or-a-similar-tool

I think SandCastle is the best opensource tool currently (for documenting .NET projects), but there are several commercial tools, and they can propose better performance and more features, so if you have a budget for one of them, it worth at least evaluating what value it could bring to you.

link|flag
vote up 0 vote down

DocProject is worth taking a look at. It takes away a lot of the pain of working with sandcastle.

link|flag
vote up 1 vote down

Sandcastle is still a right choice. I used it for many projects in past.

Anyway take at look at these:

link|flag
1  
GhostDoc is not for generating the help files from the xml, rather it helps creating the documentation-comments. – Hans Kesting Jun 12 at 14:24
To my knowledge, NDoc is not compatible with .net 2.0 and newer, or did they update it? – Michael Stum Jun 12 at 14:46
@Hans - No, it can generate from XML. Check the features/screenshots - submain.com/products/ghostdoc.aspx – NinethSense Jun 12 at 14:53
@Michael - Yes, NDoc's development is not progressing after Jan 2005. So not a good choice. – NinethSense Jun 12 at 14:56
vote up 7 vote down

Microsoft Sandcastle is definitely still the right way to go. The main alternative (that offers anything close to the feature set of Sandcastle) is NDoc, but the last release of that is much older, being in January 2005!

Although it is still technically in (late) pre-release stage, it is in fact quite a stable tool. The small number of bugs have been fixed by patches, available on CodePlex as part of the Sandcastle Styles project. There's also a superb GUI for it, namely Sandcastle Help File Builder.

I am not sure about the future development of Sandcastle however. I believe it is likely Microsoft will continue work/expansion on it at some point, though there doesn't seem to be any news of when. It is certainly the only decent tool for creating proper documentation for a .NET library or application, at the moment. Of course you can often get away using more "light-weight" tools for small projects/help files. The main alternatives that I've noticed are both commercial and inferior to Sandcastle.

Generating documentation by hand/using custom automation is probably feasible in certain cases, but only for small projects (that are not likely to expand.)

link|flag
vote up 2 vote down

As far as I'm aware, Sandcastle is still a valid choice. I've used it many times in the recent past and have no issues. You can check out this page on MSDN and scroll down to the 'Documentation' section for other good choices:

C# Programming Tools

link|flag
How recent is that page? The "NetDoc" site just contains advertising, and the Reflector link does not point directly to www.red-gate.com. – Hans Kesting Jun 12 at 14:33
1  
I'll go out on a limb and say...old. – Justin Niessner Jun 12 at 15:18

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.