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 ...
随机推荐
- string.join(iterable)
str.join(iterable) Return a string which is concatenation the of the strings in the iterable iterab ...
- git subtree 使用
这个是备忘录.原网页(https://medium.com/@porteneuve/mastering-git-subtrees-943d29a798ec , http://cncc.bingj.co ...
- EL表达式有无双引号的区别
最近做项目时发现原来对EL表达式理解太浅,通过一个springMVC项目,加深了对其的理解,下面总结一下,如发现有不对之处,请批评指正: 1.在单独的js文件中,EL表达式无效,如:var type= ...
- iOS_Swift初识之使用三种回调方式自定义Button
最近在学习Swift ,发现青玉伏案大神早期用OC写的一篇博客--IOS开发之自定义Button(集成三种回调模式) 很适合用来熟悉Swift的回调方式,于是我就用Swift翻版了一下,具体实现原理 ...
- php $_SERVER中的SERVER_NAME 和HTTP_HOST的区别
关于这个问题,搜索引擎上搜到一大片的文章,有很多问题,在这找到一篇正确的说法:http://mimiz.cn/index.php/php/php-http_host-server_name-diffe ...
- CMAKE 配置选项
CMake Configuration Options 注: 本文翻译自 dcmtk_wiki: Howto_CMakeConfiguration. DCMTK版本(原文):dcmtk-3.6.0 C ...
- log4j.properties 详解与配置步骤
一.log4j.properties 的使用详解 1.输出级别的种类 ERROR.WARN.INFO.DEBUGERROR 为严重错误 主要是程序的错误WARN 为一般警告,比如session丢失IN ...
- 用RollViewPager实现Android滚动banner
最近项目中要实现一个循环滚动的banner,效果如下图 这个自己写实在是不方便,而且写出来也很难保证没有bug和性能缺陷,好在网上有人开源了一个实现滚动banner的RollViewPager框架,亲 ...
- spring 4 @RestController 小试
在建立好基本的spring框架后,可以尝试实现一下简单的rest风格请求 1.需要引入的包,部分pom.xml文件 <dependency> <groupId>org.code ...
- Window memcache 使用
一.memcache配置 1. 下载memcache 32位系统 1.2.5版本:http://static.runoob.com/download/memcached-1.2.5-win32-bin ...