[下载] VS 2013 Update 4 & 社群版 (Visual Studio Community) & VS 2015 Preview预览版
Visual Studio 2013 社群版 (VS Community)
简单的说,就是给您开开心心使用啦。
现在开发软件趋近「不用钱」,你还不学 .NET程序,实在是太傻、太天真啰
点选图片可到官网下载

VS 2015 Preview版,下载 http://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs
VS 2013 Update 4,下载 http://www.visualstudio.com/news/vs2013-update4-rtm-vs
(VS 2013各版本的 Update都可以在这里取得)
***********************************************************************************************************
数据源:http://www.visualstudio.com/products/visual-studio-community-vs
若以下说法有误,请以原厂网站之说明为准。
Q: Who can use Visual Studio Community?
A: Here’s how individual developers can use Visual Studio Community:
Any individual developer can use Visual Studio Community to create their own free or paid apps.
(个人用户,用到爽!微软对你够好吧?......微软佛心来着)
Here’s how Visual Studio Community can be used in organizations: (组织用户)
An unlimited number of users within an organization can use Visual Studio Community for the following scenarios: in a classroom learning environment, for academic research, or for contributing to open source projects.
For all other usage scenarios: In non-enterprise organizations, up to 5 users can use Visual Studio Community.
In enterprise organizations (meaning those with >250 PCs or > $1MM in annual revenue), no use is permitted beyond the open source, academic research, and classroom learning environment scenarios described above.
(组织用户想要使用 VS Coumunity
1. 并没有限定使用人数,只要您符合以下情境: 教室学习环境、学术研究、开放原始码的项目
2. 非企业的组织,最多五人使用
3. 企业除外,这里说的企业 指的是250台计算机、或是年收益 1MM美金以上的企业。)
Q: How does Visual Studio Community 2013 compare to other Visual Studio editions?
A: Visual Studio Community 2013 includes all the great functionality of Visual Studio Professional 2013, designed and optimized for individual developers, students, open source contributors, and small teams.
Q: How do I create a Visual Studio extension?
A: Millions of developers use Visual Studio extensions every day. Check out http://integrate.visualstudio.com for more information on building on any of the Visual Studio development tools and services.
OS 必须是 Windows 7 (SP1)或是后续的新版本 Windows才能安装喔
下面文章也提到:社群版就是从 VS 2013 Update 4 打造的
VS 2013 Update 4也在今天开放下载
下一代 VS 2015 Preview预览版也可下载
除了介绍今天开放下载的各种软件、新功能以外,
这篇文章有提到 VS 2013的 Andorid手机仿真器
相关文章:
开发圈震撼弹!微软宣布开源.NET核心,在Linux执行.NET程序将不是梦
http://www.ithome.com.tw/news/92263
http://blog.darkthread.net/post-2014-11-13-net-open-source-support-linux-and-free-vs2013.aspx
http://www.ithome.com.tw/news/86442
[下载] VS 2013 Update 4 & 社群版 (Visual Studio Community) & VS 2015 Preview预览版的更多相关文章
- Spark3.0 preview预览版尝试GPU调用(本地模式不支持GPU)
Spark3.0 preview预览版可以下载使用,地址:https://archive.apache.org/dist/spark/spark-3.0.0-preview/,pom.xml也可以进行 ...
- PyCharm:2017.3版即将新增科学计算模式,预览版现在可以下载使用
编译:Lemon,原文作者:Ernst Haagsman 公众号:Python数据之道(ID:PyDataRoad) pycharm:2017.3版即将新增科学计算模式 在JetBrains将发布的新 ...
- wp8.1 sdk preview 预览版
http://pan.baidu.com/s/1hqyusja?qq-pf-to=pcqq.c2c#dir/path=%2FWPSDK%208.1%20DevPreview%20Installerwp ...
- Blazor client-side Preview 预览版 如何调试 Debug
首先我们使用最简单的模板案例,里面有一个Counter计数器,你可以在创建模板中找到. 首先需要设置运行调试方式为IIS Express.这意味着,MAC可能不能使用调试. 然后开启运行而不调试(Ct ...
- 它来了!!!有史以来第一个64位Visual Studio(2022)预览版将在今夏发布!
美国时间2021年4月19日,微软产品研发部一位负责人Amanda Silver在其博客上发布一则<Visual Studio 2022>的消息,表示将在今年(2021年)夏天发布Visu ...
- Visual Studio for Mac第四预
微软发布Visual Studio for Mac第四预览版 去年 11 月,微软发布了 Visual Studio for Mac 的首个预览版本,并且承诺后续数月会带来更多功能.而今天,随着 Vi ...
- 官宣.NET 6 预览版4
我们很高兴发布 .NET 6 Preview 4.我们现在大约完成了 .NET 6 发布的一半.现在是一个很好的时机,可以再次查看.NET6的完整范围.许多功能都接近最终形式,而其他功能将很快推出,因 ...
- visual studio 2015预览版系统需求
visual studio 2015预览版的系统需求跟visual studio 2013的一样. 支持visual studio 2015 preview的操作系统:Windows 8.1(x86 ...
- .NET 6 预览版 5 发布
很高兴.NET 6 预览版5终于跟大家见面了.我们现在正处于.NET 6 的后半部分,开始整合一些重要的功能. 例如.NET SDK 工作负载,它是我们.NET 统一愿景的基础,可以支持更多类型的应用 ...
随机推荐
- 使用spark访问elasticsearch的数据
使用spark访问elasticsearch的数据,前提是spark能访问hive,hive能访问es http://blog.csdn.net/ggz631047367/article/detail ...
- Sqoop2入门之导入关系型数据库数据到HDFS上
需求:将hive数据库中的TBLS表导出到HDFS之上: $SQOOP2_HOME/bin/sqoop.sh client sqoop:> set server --host hadoop000 ...
- std::string::npos mean
std::string::npos 表示 no position, 没位置, 没找到
- android shape的使用 边框
android中常常使用shape来定义控件的一些显示属性,今天看了一些shape的使用,对shape有了大体的了解,稍作总结: 先写drawable里面的xml文件,里面设置shape来设置文本框的 ...
- 如何让 Drupal 使用 Wordpress 形式的编辑代码?
如果你曾有过将 Wordpress 网站迁移到 Drupal 的经验,很可能客户会问的第一件事就是如何为 Drupal 添加编辑代码. Wordpress 中的 Shortcodes 插件让使用者可以 ...
- Flash Builder 4.6 BUG 远程访问受阻
今天调试项目的时候,惊讶的发现在使用RemoteObject进行远程访问时出现奇怪现象,只能在服务器本地实现访问,在其他客户机上提示2048错误,send failed,差点没把我吓死,记得之前测试过 ...
- FastDFS的安装配置
一:实验描述: fastdfs 介绍 FastDFS是一个开源的分布式文件系统,它对文件进行管理,功能包括:文件存储.文件同步.文件访问(文件上传.文件下载)等,解决了大容量存储和负载均衡的问题.特别 ...
- Django中级篇(上)
Form验证 django中的Form一般有两种功能: 输入html-----------不能你自己写一些标签,而帮你自动生成 验证用户输入-------将用户验证信息保存起来,可以传到前段 #!/u ...
- linux C中va_list用法
#include <stdio.h> #include <stdarg.h> int demo( int, ... ); int main( void ) { demo(1, ...
- 利用Ossim系统进行主机漏洞扫描
利用Ossim系统进行主机漏洞扫描 企业中查找漏洞要付出很大的努力,不能简单的在服务器上安装一个漏洞扫描软件那么简单,那样起不了多大作用.这并不是因为企业中拥有大量服务器和主机设备,这些服务器和设备又 ...