0. Overview Cocos2d-x-win32's project can be generated by Wizard. Wizard supports Visual Studio 2008, Visual Studio 2010(0.8.0 or later), Visual C++2008 Express(0.8.0 or later) and Visual C++ 2010 Express(0.8.0 or later) . 1. Frist of all, get the co…
from:http://www.codeguru.com/cpp/v-s/devstudio_macros/customappwizards/article.php/c12775/Create-a-Visual-C-Wizard-for-Visual-Studio-2005.htm#page-1 Create a Visual C++ Wizard for Visual Studio 2005 Posted by Marius Bancila on October 30th, 2006 If y…
简单介绍 Application Insights(预览版) Visual Studio 的Application Insights插件简介 Application Insights for Visual Studio Online…
from:http://blog.tallan.com/2012/07/18/creating-a-sharepoint-bcs-net-assembly-connector-to-crawl-rss-data-in-visual-studio-2010/ Overview In this post, I'll walk you though how to create a SharePoint 2010  BCS .NET Connectivity Assembly in Visual Stu…
使用Visual Studio 寻找App性能瓶颈 最后更新日期:2014-05-05 阅读前提: 环境:Windows 8.1 64bit英文版,Visual Studio 2013 专业版Update1英文版 正文 假设在应用程序的开发过程中,从头到尾顾及性能优化,开发效率会非常低,所以我们须要借助profiler工具分析现有代码,性能的瓶颈在哪里? 然后针对热点进行优化,这样能够提高产品的投入产出比,Visual Studio 2013专业版的profile工具有四个功能.普通的C++程序…
Simone Chiaretta (http://codeclimber.net.nz/archive/2016/05/20/How-to-debug-NET-Core-RC2-app-with-Visual-Studio.aspx) So, you installed .NET Core RC2 , you followed the getting started tutorial and you got your “Hello World!” printed on your command…
序:恰逢Build2016大会召开,微软发布了VS2015的update2更新包和VS2016预览版.本人正在提升英文水平中,于是在这里对VS2016预览版的官方文档进行了部分翻译.因为VS有些功能使用较少,所以对其中的术语不是很清楚,也就没有班门弄斧.对未翻译的部分感兴趣的童鞋,请移步到原文中查看.另外,译文中有一些"译者注",这部分并不是对概念的讲解,而是对我翻译的解释.因为如果翻译不恰当或者不正确,那就会与原意大相径庭.虽然英文翻译水平有待提升,但是依然将译文发布到博客中,是希望…
本文转自:http://www.c-sharpcorner.com/UploadFile/g_arora/getting-started-with-node-js-tools-for-visual-studio/ Table of contents 1. Introduction 2. What Node.JS is 3. How to install Node.JS 4. Let's Start by Creation of a Simple App Pre-requites Create S…
https://msdn.microsoft.com/en-us/library/58wxa9w5(v=vs.120).aspx When you develop web projects in Visual Studio, you need a web server to test or run them. Visual Studio lets you test with different web servers, including IIS Express, Internet Inform…
Every version of Visual Studio comes with certain versions of the Microsoft libraries, such as the C runtime library, the MFC library, and so on. For example, Visual Studio 2008 comes with version 9.0.21022.8 of the Microsoft C runtime library and ve…