随笔分类 - VisualStudio
摘要:https://stackoverflow.com/questions/82128/displaying-build-times-in-visual-studio Tools... Options... Projects and Solutions.... MSBuild project build
阅读全文
摘要:Tools-->Options-->Projects and Solutions-->Track Active Item in Solution Explorer
阅读全文
摘要:https://www.visualstudio.com/en-us/docs/git/gitquickstart Visual Studio查看日志 LocalHistory和Incoming是拆开成两部分的
阅读全文
摘要:右键解决方案,选择Property 左侧选择Project Dependencies,然后选择需要设置的项目,然后在Depends on中选择需要编译的依赖项目
阅读全文
摘要:找到网站所对应的应用程序池
阅读全文
摘要:说明 https://docs.microsoft.com/en-us/cpp/ide/common-macros-for-build-commands-and-properties?view=vs-2017 $(ProjectDir) The directory of the project (d
阅读全文
摘要:http://www.sevenforums.com/tutorials/134831-open-command-window-here-add-remove.html 按照教程里面,下载一个脚本 需要注意的是,脚本安装之后,调出open command window here的方法是: Simpl
阅读全文
摘要:https://researchaholic.com/2015/02/02/remove-the-microsoft-gitprovider-from-visual-studio-2013/ vs自带的Git Provider非常不好用,每一次在Tools里面把Source Control调节成No
阅读全文
摘要:https://msdn.microsoft.com/en-us/library/57b85fsc.aspx
阅读全文
摘要:https://msdn.microsoft.com/en-us/library/bb126445.aspx Microsoft's Text Template Transformation Toolkit (usually referred to as "T4") is a template ba
阅读全文
摘要:http://stackoverflow.com/questions/4208231/visual-studio-adding-space-after-if-statements In the Visual Studio options, under Text Editor / C# / Forma
阅读全文
摘要:菜单栏View-->SQL Server Object Explorer默认有几个连接,可以根据需要自己再另外添加比如添加127.0.0.1建立连接之后,剩下的操作和sql server中是一样的
阅读全文
摘要:https://msdn.microsoft.com/en-us/library/hh598957.aspxUnit tests often mirror the structure of the code under test.For example, a unit test project wo...
阅读全文
摘要:https://msdn.microsoft.com/en-us/library/ms182470.aspx Running Automated Tests in Visual Studio Visual Studio provides different ways to run tests. Yo
阅读全文
摘要:http://stackoverflow.com/questions/23046081/missing-ado-net-entity-data-model-on-visual-studio-2013用UltraISO软件,将vs2015的安装包加载到虚拟光驱,然后在J:\packages\EFToo...
阅读全文
摘要:NuGet Package Restorehttps://docs.nuget.org/Consume/Package-Restore以https://github.com/andburn/hdt-plugin-statsconverter项目为例1.在Tools里面2.选择install3.Att...
阅读全文
摘要:注释ctrl+k ctrl+c反注释ctrl+k ctrl+u需要注意的是第二个ctrl不能省略的
阅读全文
摘要:The New Exception Settings Window in Visual Studio 2015Managing Exceptions with the DebuggerUnderstanding Exceptions while debugging with Visual Studi...
阅读全文
摘要:http://blog.csdn.net/davidhsing/article/details/8762621无法安装Microsoft visual studio 2010 service pack累觉不爱,折腾了半天
阅读全文