- Loading...
Sponsored by Dometrain Courses—Get 30% off Dometrain Pro with code ANDREW30 and access the best courses for .NET Developers

My new book ASP.NET Core in Action, Third Edition is available now! It supports .NET 7.0, and is available as an eBook or paperback.

Detecting duplicate routes in ASP.NET Core
Visualizing ASP.NET Core 3.0 endpoints using GraphvizOnline - Part 5
In this post I show how you can use a unit test to identify duplicate routes that would fail at runtime…

Creating a custom endpoint visualization graph
Visualizing ASP.NET Core 3.0 endpoints using GraphvizOnline - Part 4
In this post I show how you can create custom endpoint graphs for your application to better understand the routes used in your application.…

Creating a custom DfaGraphWriter using ImpromptuInterface for easier reflection
Visualizing ASP.NET Core 3.0 endpoints using GraphvizOnline - Part 3
In this post I show how you can use the library ImpromptuInterface to make it easier to call internal classes using reflection.…

Adding an endpoint graph to your ASP.NET Core application
Visualizing ASP.NET Core 3.0 endpoints using GraphvizOnline - Part 2
In this post I show how the endpoint routes in an ASP.NET Core 3.0 application can be visualized as a directed graph, and explore the information it contains.…

Visualizing endpoints using the DOT language
Visualizing ASP.NET Core 3.0 endpoints using GraphvizOnline - Part 1
In this post I show how the endpoint routes in an ASP.NET Core 3.0 application can be visualized as a directed graph, and explore the information it contains.…

Visualizing ASP.NET Core 3.0 endpoints using GraphvizOnline
In this series I show to visualize the endpoint routes in an ASP.NET Core 3.0 application as a graph, and how to visualise your own app.…

