Skip to content
| Marketplace
Sign in
Visual Studio>Tools>Entity Visualizer
Entity Visualizer

Entity Visualizer

Kirill Polishchuk

|
7,200 installs
| (1) | Free
Entity Framework Debugger Visualizer to display SQL source code generated by Entity Framework. Supports Entity Framework 6 and Visual Studio 2017.
Download

Project description
Entity Framework Debugger Visualizer to display SQL source code generated by Entity Framework. Supports Entity Framework 6 and Visual Studio 2017.

Info
Visualizers are components of the Visual Studio debugger user interface. A visualizer creates a dialog box or another interface to display a variable or object in a manner that is appropriate to its data type. Visualizers are represented in the debugger by a magnifying glass icon. When you see the magnifying glass icon in a DataTip, in a debugger variables window, or in the QuickWatch dialog box, you can click the magnifying glass to select a visualizer appropriate to the data type of the corresponding object.

debugger.png window.png

FAQ

  1. Visualizer: http://msdn.microsoft.com/en-us/library/zayyhzts.aspx
  2. How to: Install a Visualizer: http://msdn.microsoft.com/en-us/library/sb2yca43.aspx
  3. How to: Use a Visualizer http://msdn.microsoft.com/en-us/library/xdakzs26.aspx

Source code
Available on GitHub

Uninstall
Because VSIX doesn't support Visualizer installation out of the box, installation is implemented in a hacky way. To uninstall visualizer: uninstall extension (Tools -> Extension and Updates) and delete EntityFrameworkVisualizer.dll from My Documents\VisualStudioVersion\Visualizers folder.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft