Visual Studio 2012 trial version
Update:
vs2012.5.iso
http://download.microsoft.com/download/9/F/1/9F1DEA0F-97CC-4CC4-9B4D-0DB45B8261F0/VS2012.5.iso
------------------------------------------------------------------------------------------------------------------------------------
- CRC: 8CE9CDF9
- SHA-1: EB90FBB91EB816B217519A7725E6B3FAD46A5CC5
安装分为两种:
1. 官网(现在可用)
https://www.microsoft.com/en-us/download/details.aspx?id=30682
2. 官网(过去镜像)
http://www.kodyaz.com/articles/vs2012-visual-studio-2012-download-free-trial.aspx
Microsoft Visual Studio 2012 Download Free Trial VS2012
Microsoft has released Visual Studio 2012 RTM (final build) for the market and for use of professional software developers' use in August,2012 after the release of Visual Studio 2012 RC (Release Candidate) at the end of May, 2012. Microsoft .NET Framework developers can download Visual Studio 2012 free for the trial editions.
The VS2012 downloads are available in various formats including web installer and as standalone downloadable .ISO images files. Although it is easy to complete Visual Studio 2012 installation through web installer, I found it more convenient to download Visual Studio 2012 as .ISO file. I've already download and install Visual Studio 2012 Ultimate edition after I mount the .iso setup image.
Visual Studio 2012 Editions
Before you downlad Visual Studio 2012 editions, I think it is good to give brief information about Visual Stusio 2012 editions. Microsoft Visual Studio 2012 is launched with 5 different editions excluding Visual Studio 2012 Express editions. The released VS2012 editions for Microsoft .NET programmers are:
Visual Studio 2012 Ultimate edition,
Visual Studio 2012 Premium edition,
Visual Studio 2012 Professional edition,
Visual Studio 2012 Test Professional edition, and
Visual Studio 2012 Team Foundation Server edition.
And Visual Studio 2012 Express editions cover the below product range:
Visual Studio 2012 Express for Web edition,
Visual Studio 2012 Express for Windows 8 edition,
Visual Studio 2012 Express for Windows Desktop edition, and
Visual Studio Team Foundation Server Express 2012 edition.
Visual Studio Ultimate 2012
If you are an IT professional looking for standalone Visual Studio 2012 installer for Visual Studio Ultimate edition, you can use the below links that I used for downloading. If you prefer .iso image just as I did, you can download MS VS2012 Ultimate free from VS2012_ULT_enu.iso.
Just a small note for programmers who want to download, .iso image file VS2012_ULT_enu.iso for Visual Studio Ultimate 2012 edition is around 1.5 GB in size.
Also Microsoft .NET developers can find other Microsoft Visual Studio 2012 Ultimate downloadoptions at Microsoft Downloads web portal.
Visual Studio Premium 2012
An other MS Visual Studio 2012 edition is Microsoft Visual Studio Premium 2012. VS2012 Premium edition provides tools for development, test and debugging, diagnostics and automation of tasks within the Visual Studio 2012 integrated development environment (IDE). IT professionals can get more detailed information like system requirements at this official download URL.
Also you can directly download the setup .iso image file VS2012_PREM_enu.iso following thisdownload link.
Please note that just as Ultimate edition Visual Studio 2012 Premium edition setup file is also around 1.5 GB in size.
Visual Studio Professional 2012
Developers who are looking for Microsoft Visual Studio 2012 Professional download, they can visit to Microsoft Downloads. Or Microsoft .NET Framework developers can directly downloadVS2012_PRO_enu.iso .ISO image of the Visual Studio 2012 Professional edition RTM build usingdownload URL. The size of Visual Studio 2012 RTM Professional edition has a 1.4 GB download size.
Visual Studio Test Professional 2012
If you want to try Visual Studio test tools of the RTM release Visual Studio 2012, software developers can download Visual Studio 2012 Test Professional edition. Please visit Microsoft Downloads portal.
It is also possible for programmers to download VS2012_TESTPRO_enu.iso .ISO setup image directly using the VS2012 download URL.
Visual Studio Test Professional 2012 setup imace file VS2012_TESTPRO_enu.iso is about 145 MB in size for download.
Visual Studio Team Foundation Server 2012
Visual Studio Team Foundation Server 2012 is collaboration center for your team and their software development activities. Development teams who want to try the new version of Team Foundation Server can download this 90 days free trial software using web insaller. Better is to download the setup file as .iso file format following Microsoft downloads link for Visual Studio 2012 Team Foundation Server edition
Visual Studio 2012 trial version的更多相关文章
- 如何在Visual Studio 2012中发布Web应用程序时自动混淆Javascript
同Java..NET实现的应用程序类似,Javascript编写的应用程序也面临一个同样的问题:源代码的保护.尽管对大多数Javascript应用公开源代码不算是很严重的问题,但是对于某些开发者来说, ...
- Visual Studio 2012 怪异的自动重启
学生在做项目的过程中遇到这种问题: -------------- 用 Visual Studio 2012 开发W中eb 项目时,最近总是莫名其妙的自动重启. 后来试了一下,发现是只要在页面中输入 ...
- (12)Visual Studio 2012如何透过电子邮件部署Xamarin.Android App
原文 Visual Studio 2012如何透过电子邮件部署Xamarin.Android App Android App在部署到实机的时候不像iOS的App限制你一定要使用向Apple申请的开发者 ...
- Visual Studio 2012使用水晶报表Crystal Report
原文:Visual Studio 2012使用水晶报表Crystal Report SAP在 2013年1月14日 released SAP Crystal Reports,developer ver ...
- Visual Studio 2012创建SQL Server Database Project提示失败解决方法
新建一个SQL Server Database Project,提示: Unable to open Database project This version of SQL Server Data ...
- LNK1123: 转换到 COFF 期间失败: 文件无效或损坏 .NET 4.5 installed Visual Studio 2012 Release Preview
Error 'LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt' after ...
- 在Visual Studio 2012中使用VMSDK开发领域特定语言(二)
本文为<在Visual Studio 2012中使用VMSDK开发领域特定语言>专题文章的第二部分,在这部分内容中,将以实际应用为例,介绍开发DSL的主要步骤,包括设计.定制.调试.发布以 ...
- 在Visual Studio 2012中使用VMSDK开发领域特定语言(一)
前言 本专题主要介绍在Visual Studio 2012中使用Visualization & Modeling SDK进行领域特定语言(DSL)的开发,包括两个部分的内容.在第一部分中,将对 ...
- 在Visual Studio 2012 Blue theme下使用Dark theme的文本编辑器颜色设置
Visual Studio 2012 默认提供了3种color theme: blue,light,和dark.其中dark的文本编辑器颜色设定很爽,可是整个菜单项加上一些小的窗口如Find Resu ...
随机推荐
- C++联合体(union)
C++的union本质上也是个类,跟struct性质几乎一致但是有一个最大的区别,数据共享内存 说到共享内存就要说下union的内存分配 union的大小是按照union里面的成员内存的最大值而分配的 ...
- 用c#中的WebBrowser抢小米F码,抢小米手机以及自动测试实现原理
首先是用c#中的WebBrowser控件打开登录网页,很简单,拖拽WebBrowser到Form上,然后给它的Url属性赋值.WebBrowser就会自动navigate to 这个网页. WebBr ...
- (转)Predictive learning vs. representation learning 预测学习 与 表示学习
Predictive learning vs. representation learning 预测学习 与 表示学习 When you take a machine learning class, ...
- 【转载】Python 描述符简介
来源:Alex Starostin 链接:www.ibm.com/developerworks/cn/opensource/os-pythondescriptors/ 关于Python@修饰符的文章可 ...
- koa知识点
1. Koa 不支持 直接调用底层 res 进行响应处理.请避免使用以下 node 属性: res.statusCode res.writeHead() res.write() res.end() 2 ...
- 使用 ServiceStack.Text 序列化 json的实现代码【转】
转自:http://www.jb51.net/article/38338.htm 今天发篇文章总结下自己使用 ServiceStack.Text 来序列化 json.它的速度比 Newtonsoft. ...
- mysql.my.cnf
[client]port = 3306socket = /tmp/mysql.sock [mysqld]port = 3306socket = /tmp/mysql.sock basedir = /u ...
- mysql内存使用以及优化中需要的几点注意
1.从内存中读取数据是微秒级别的.而从磁盘读则是毫秒级别的.二者相差一个数量级.所以想优化数据库,第一个要做到的就是优化io. 2.key_buffer_size[global]设置的内存区域大小缓存 ...
- Registry values for ProductID and LocaleID for AutoCAD and the vertical products
原文地址:http://adndevblog.typepad.com/autocad/2013/08/registry-values-for-productid-and-localeid-for-au ...
- Nim Game,Reverse String,Sum of Two Integers
下面是今天写的几道题: 292. Nim Game You are playing the following Nim Game with your friend: There is a heap o ...