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 ...
随机推荐
- 个人项目(JUnit单元测试)
---恢复内容开始--- 一. 题目简介 这次的单元测试我选择作了一个基本运算的程序,该程序实现了加,减,乘,除,平方,倒数的运算,该程序进行测试比较的简单,对于初步接触JUn ...
- Linux系统初始流程
一.0S(内核的功能):平台类软件(通用软件) 进程管理:进程调度器(scheduler)维持一个任务结构(task_struct) 内存管理:如何使用线性地址空间,如何分段,如何分页,如何避免内存( ...
- 关于vue.js的计算属性练习代码
参照官网联系如下: <!DOCTYPE html><html lang="en"><head> <meta charset="U ...
- [NOIP2011] 观光公交(贪心)
题目描述 风景迷人的小城Y 市,拥有n 个美丽的景点.由于慕名而来的游客越来越多,Y 市特意安排了一辆观光公交车,为游客提供更便捷的交通服务.观光公交车在第 0 分钟出现在 1号景点,随后依次前往 2 ...
- 如何在Jenkins CI 里调试
背景 厂内的CI系统把 Jenkins 和Github 连接了起来,这样Dev 只要通过github pr 就能够了解到测试job 运行的情况.有的时候,Dev会找到QA问,如何在Jenkins CI ...
- 你应该知道的那些Android小经验
原文出处:http://jayfeng.com/ 做Android久了,就会踩很多坑,被坑的多了就有经验了,闲暇之余整理了部分,现挑选一些重要或者偏门的“小”经验做个记录. 查看SQLite日志 ad ...
- LEETCODE —— Surrounded Regions
Total Accepted: 43584 Total Submissions: 284350 Difficulty: Medium Given a 2D board containing 'X' a ...
- zabbix3.0安装【server】
关于zabbix的介绍,就不多说了,功能强大,架构前卫,自己直接去官网研究 在这里,还是秉承研究一个应用或者技术,都要自己动手安装部署,实战操作,才能深入掌握,基于这个精神,zabbix从安装部署开始 ...
- IIS7.5打开GZip压缩,同时启用GZip压缩JS/CSS文件的设置方法[bubuko.com]
IIS7.5或者IIS7.0开启GZip压缩方法:打开IIS,在右侧点击某个网站,在功能视图中的“IIS”区域,双击进入“压缩”,如图下图: 分别勾选“启用动态内容压缩”和“启用静态内容压缩”.这样最 ...
- bzoj1039: [ZJOI2008]无序运动Movement
Description D博士对物理有着深入的研究,经典物理.天体物理.量子物理都有着以他的名字命名的定理.最近D博士着迷于研究粒子运动的无规则性.对圣经深信不疑的他相信,上帝创造的任何事物必然是有序 ...