Sandcastle

Sandcastle Help File Builder (SHFB). A standalone GUI, Visual Studio integration package, and MSBuild tasks providing full configuration and extensibility for building help files with the Sandcastle tools. (by EWSoftware)

Sandcastle Alternatives

Similar projects and alternatives to Sandcastle

  1. csharplang

    The official repo for the design of the C# programming language

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. Damselfly

    Damselfly is a server-based Photograph Management app. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. Damselfly includes support for object/face detection.

  4. rr

    Record and Replay Framework

  5. jOOQ

    98 Sandcastle VS jOOQ

    jOOQ is the best way to write SQL in Java

  6. language-ext

    C# pure functional programming framework - come and get declarative!

  7. OneOf

    Easy to use F#-like ~discriminated~ unions for C# with exhaustive compile time matching

  8. DocFX

    Static site generator for .NET API documentation.

  9. dug

    A global DNS propagation checker that gives pretty output. Written in dotnet core

  10. DocNet

    Your friendly static documentation generator, using markdown files to build the content. (by FransBouma)

  11. MkDocs

    117 Sandcastle VS MkDocs

    Project documentation with Markdown.

  12. Swashbuckle

    Seamlessly adds a swagger to WebApi projects!

  13. Ktorm

    7 Sandcastle VS Ktorm

    A lightweight ORM framework for Kotlin with strong-typed SQL DSL and sequence APIs.

  14. dunet

    C# discriminated union source generator

  15. F# Formatting

    F# tools for generating documentation (Markdown processor and F# code formatter)

  16. qustar

    4 Sandcastle VS qustar

    Query SQL database through an array-like API

  17. SourceBrowser

    Source browser website generator that powers http://referencesource.microsoft.com and http://sourceroslyn.io

  18. language-extensions-2023

    C# Language extensions for DEV article

  19. libBAUtil

    1 Sandcastle VS libBAUtil

    General purpose helper methods

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Sandcastle alternative or higher similarity.

Sandcastle discussion

Log in or Post with

Sandcastle reviews and mentions

Posts with mentions or reviews of Sandcastle. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-10-18.
  • Net 9.0 LINQ Performance Improvements
    16 projects | news.ycombinator.com | 18 Oct 2024
    Sandcastle Helper File Builder has been around forever and started as an internal MS project IIRC, but for some reason few libraries use it.

    https://github.com/EWSoftware/SHFB

  • C# Language extensions
    2 projects | dev.to | 7 May 2023
    An easy to use documentation tool is Sandcastle Help File Builder. Sandcastle can be used as a standalone tool or integrated directly into Visual Studio. After a new language extension is written and tested use Sandcastle to create a help file. The learning curve is short and is unforgiving in that it will report when elements of documentation is missing beginning at class level down to method descriptions and parameter information.
  • What is the best way to document classes?
    4 projects | /r/csharp | 16 Apr 2023
    And if you want a standalone help file, you can use Sandcastle Help File Builder in combination with Sandcastle).
  • What the latest tool to generate website docs from /// summary comments?
    2 projects | /r/csharp | 3 Jan 2023
    Sandcastle Helpfile Builder
  • Is there a way to get an explanation for an enum value in the context popup menu, similar to the way built-ins have them?
    2 projects | /r/visualbasic | 9 Nov 2022
    1) Make that a habit for all your code. 2) Check the "Create XML documentation" option in your project's build options, 3) Use a tool like Sandcastle Helpfile Builder to automatically create documentation for your projects from these XML and your assemblies. 4) Profit!
  • How to document features in a NuGet package
    1 project | /r/AskProgramming | 3 Oct 2022
    XmlDoc comments are the standard way to document C#. In your project settings you'll find an option to generate a documentation file. This option causes the compiler to join all the comments together into a single xml file. You'll want to include that file in your nuget packages because it'll be used to power IDE intellisense when someone installs the package. There are a variety of tools out there that will generate documentation websites from the xmldoc comments. It's been a few years since I used it but Sandcastle Help File Builder used to be my go-to. You can set up your CI pipeline to build and publish the documentation site just like it publishes the nuget package.
  • Documentation tool
    1 project | /r/dotnet | 1 Feb 2022
  • Code Comments Are Stupid
    1 project | dev.to | 16 Jan 2021
    Documentation comments also usually hook into documentation generator tools, like DocFX or Sandcastle, which can automatically generate HTML documentation web pages from your documentation comments.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 16 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic Sandcastle repo stats
9
2,205
6.9
18 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that C# is
the 10th most popular programming language
based on number of references?