Visual Studio 必備可視化插件推薦


1、Visual Studio Visualizer,項目地址 https://vsdatawatchers.codeplex.com/,這個項目包括以下內容的可視化插件:

Data visualizer:DataSet、DataTable、DataRow、DataView 、DataRowView、DataRowCollection

Code visualizer:Entity Framework generated sql 、String 、StringBuilder 、XDocument

在Codeproject上面有2篇詳細的文章介紹:

http://www.codeproject.com/Articles/578777/Visual-Studio-Visualizer-Part-1

http://www.codeproject.com/Articles/584739/Visual-Studio-Visualizer-Part-2-Entity-Framework

2、JSON Viewer,項目地址:http://jsonviewer.codeplex.com/,這個項目主要就是Json數據的可視化瀏覽,在asp.net web api/mvc開發過程中是一個必備的可視化插件,支持Visual Studio 2010/2012. 把下載的zip包解壓后的相關內容拷到 visualizer 目錄(VisualStudioInstallPath\Common7\Packages\Debugger\Visualizers)具體可看http://msdn.microsoft.com/en-us/library/sb2yca43(v=vs.110).aspx

SNAGHTML8c38f1dd

3、TPL DataFlow Debugger Visualizer,項目地址http://dataflowdebuggerview.codeplex.com/。任務並行庫(TPL)提供的數據流組件,以幫助提高並發的應用程序的健壯性。這些數據流組件統稱為TPL數據流庫。這個插件使得你可以可視化 (集成在 VS 11) 你的TPL data flow network,包括每塊的內容:

tpldataflow.jpg

4、Cobisi Routing Assistant是一個免費的Visual Studio擴展,它允許開發人員輕松地瀏覽,定義,匹配和過濾ASP.NET MVC的路由,項目網址:http://cobisi.com/routing-assistant

The Routing Explorer window allows to quickly browse and filter ASP.NET routes with a tree-like view.


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM