View Entity Framework DB query plans directly inside Visual Studio

This relatively new EFCore.Visualizer Visual Studio extension looks like it could be a game changer.

It enables us to view the query plan of our queries directly inside Visual Studio and currently supports SQL Server, PostgreSQL and Oracle.

Below is a sample of how a SQL Server query plan might render :

If you download it and like it don’t forget to leave a review and give the GitHub repo a star.

Leave a Reply

Your email address will not be published. Required fields are marked *