eNeRGy164 / LivingDocumentation.Workshop

A workshop to start using Roslyn to generate documentation from your dotnet source code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Living Documentation Workshop

Hello, welcome to the Living Documentation Workshop.

We are going to discover how we can use Roslyn to generate documentation from .NET source code.

Prerequisites

See INSTALLATION.md for details about all prerequisites.

Required Knowledge

  • Be very experienced with C#
  • Able to write LINQ queries
  • Know how to clone git repos
  • Have an understanding of DDD
  • Have knowledge of Markdown
  • Able to draw UML diagrams

Optional knowledge:

  • Familair with AsciiDoc and PlantUML

Download this Workshop

Clone this workshop on your local system.

cd c:\git
git clone "https://github.com/eNeRGy164/LivingDocumentation.Workshop.git"

Structure

Part 1: Roslyn

About

A workshop to start using Roslyn to generate documentation from your dotnet source code.

License:MIT License


Languages

Language:C# 100.0%