[微软]technet与msdn
我们搜索一个微软术语,有时定位到technet页面,有时定位到msdn页面。我直观的理解就是technet教人们如何使用微软产品,而msdn指导人们如何开发基于微软产品的软件。那么微软对它们具体定位是怎样的呢?我找到一个帖子,感觉说得蛮靠谱的,转载于此。作者是Kurt Shintaku,不知道是不是车碾surface RT的那位大哥。
原博客地址:http://kurtsh.com/2013/03/29/info-the-difference-between-technet-msdn-subscriptions
TechNet is squarely aimed at IT Professionals. It provides:
- the ability to download much of Microsoft’s software library along with Activation keys for a broad array of primarily INFRASTRUCTURE products.
- the ability to call Microsoft Professional Support for TWO incidents
- access to 1 or more “collections” of Microsoft eLearning
- priority support access to the TechNet Forums – a place to ask technical questions that are monitored by Support Engineers & Product MVPs
The software provided with TechNet Subscriptions is designed for hands-on IT Professionals to evaluate Microsoft software and plan deployments. The software provided in TechNet Subscriptions can be used for evaluation purposes only. TechNet does not contain any development tools (such as Visual Studio or Expressions), nor does it contain any of our SDKs, platform tools, designer tools, or embedded systems products. Here is a list of products that are available through TechNet:
http://download.microsoft.com/download/C/7/8/C78DB720-88CB-455E-AA0E-A087CB332A23/TechNet_Product_List.xlsx
- Here’s a list of benefits of TechNet subscriptions: http://technet.microsoft.com/subscriptions
- More info on TechNet subscriptions: http://technet.microsoft.com/en-US/subscriptions/bb892759.aspx
MSDN is designed for Developers. The software provided with MSDN Subscriptions is for design, development, testing, and demonstration of software programs. It has a lot of older technology as well compared to TechNet to assist developers with regression testing. It provides:
- the ability to download most of Microsoft’s software library along with Activation keys for the purposes of development, testing, demonstration.
- no-charge access to cloud services like Team Foundation Service, Windows Azure,
- access to 1 or more “collections” of Microsoft eLearning
- the ability to call Microsoft Professional Support for TWO incidents or FOUR incidents depending on the subscription level
- priority support access to the MSDN Forums – a place to ask technical questions that are monitored by Support Engineers & Product MVPs
Here’s a list of benefits of MSDN Subscriptions: http://msdn.microsoft.com/en-us/subscriptions/aa718661
More info on MSDN subscriptions: http://msdn.microsoft.com/en-us/subscriptions/buy.aspx
Both MSDN and TechNet subscriptions are licensed per user.
SOFTWARE:
As far as software goes, there is a 3rd party comparison of the software that is available in each subscription here. (I can’t guarantee it’s accuracy but it seems like it’s fairly accurate from a faraway glance)
http://geekswithblogs.net/mtreadwell/archive/2011/08/19/146599.aspx
PRICING:
- TechNet subscription pricing depends on the option selected and ranges from $199 to $599 retail.
http://technet.microsoft.com/en-US/subscriptions/hh442910 - MSDN subscription pricing also depends on which option is selected & ranges from $699 to $13,299 retail.
http://msdn.microsoft.com/en-us/subscriptions/buy.aspx
[微软]technet与msdn的更多相关文章
- 微软TechNet关于TLS的细节的描述
https://technet.microsoft.com/en-us/library/cc785811.aspx TLS协议太复杂了,RFC太长没时间看,这篇还可以,好歹知道个大概. 想知道全部细节 ...
- 微软正式提供Visual Studio 2013正式版下载(附直接链接汇总)
转自 http://www.iruanmi.com/visual-studio-2013/ 微软已经向MSDN订阅用户提供了Visual Studio 2013正式版镜像下载,只是非MSDN用户能够在 ...
- asp.net微软图表控件MsChart
前段时间,开发项目时,由于需要,需要将一些数据统计,并以图表形式显示.由于是asp.net,所以就找到了MsChart图表控件,还是挺方便实用的,分享一下. MsChart控件的主要组成如图所示 工具 ...
- 「白帽黑客成长记」Windows提权基本原理(下)
上一篇文章我们介绍了信息收集方法和WMIC,今天我们将跟随作者深入学习Windows提权基本原理的内容,希望通过这两篇文章的讲解,大家能够真正掌握这个技能. 推荐阅读:「白帽黑客成长记」Windows ...
- [转帖]「白帽黑客成长记」Windows提权基本原理(下)
「白帽黑客成长记」Windows提权基本原理(下) https://www.cnblogs.com/ichunqiu/p/10968674.html 提权.. 之前还在想 为什么 我的 sqlserv ...
- Centos 7挂载本地ISO光盘
在Linux系统上挂载系统镜像作为yum本地仓库或者安装某个常用RPM包. mount语法: mount -t 类型 -o 挂接方式 源路径 目标路径 -t 选项: iso9660:光盘或光盘镜像 m ...
- Docker UnicodeEncodeError: 'ascii' codec can't encode characters in position
在容器里查询nova服务的时候字符集报错问题留档及处理方法: 1.在容器里执行nova list --all 提示 [root@stack1 region_01]# nova list --all E ...
- 安全退出,清空Session或Cookie
概览: 网站中点击退出,如果仅仅是重定向到登录/出页面,此时在浏览器地址栏中输入登录后的某个页面地址如主页,你会发现不用登录就能访问.这种所谓的退出并不是安全的. 那么怎样做到安全退出呢? 那就是点击 ...
- Windows Server 2008 R2 配置AD(Active Directory)域控制器
实施过程: 一.安装Windows Server2008 R2操作系统 (过程略) 二.安装域控制器 1. 修改电脑名称 2.修改电脑DNS 三.配置AD 1.在"服务器管理器"- ...
随机推荐
- PostgreSQL 8.1 中文文档(转)
PostgreSQL 8.1 中文文档(转) http://www.php100.com/manual/PostgreSQL8/ 或者点击下面链接 PostgreSQL 8.1 中文文档
- 转!!java线程状态
一. 线程状态类型1. 新建状态(New):新创建了一个线程对象.2. 就绪状态(Runnable):线程对象创建后,其他线程调用了该对象的start()方法.该状态的线程位于可运行线程池中,变得可运 ...
- VB6 GDI+ 入门教程[4] 文字绘制
http://vistaswx.com/blog/article/category/tutorial/page/2 VB6 GDI+ 入门教程[4] 文字绘制 2009 年 6 月 18 日 7条评论 ...
- ubuntu server samba服务器配置
ubuntu server samba服务器配置 samba可以实现不同操作系统电脑之间的文件共享服务 如:mac os,linux,unix,windows,等 一:安装samba服务器 ubunt ...
- Windows 调色板
目录 第1章调色板 1 1.1 为什么要使用调色板 1 1.2 使用调色板 2 1.2.1 创建逻辑调色板 2 1.2.2 使用 3 1.2.3 销毁逻辑调色板 4 ...
- 百度地图API首页 -- 鼠标经过:类似翻页效果和 类似锚点链接效果
var timer; $("li").on("mouseover",function(){ clearTimeout(timer); timer=null; $ ...
- border用处多
1. 使用border属性实现梯形 给定一个div,通过设定div四个边框不同的颜色且设置比较粗的边框线条,可以看到div除了中间的content部分,四个边框均成梯形状,既然已经有了梯形的雏形 ...
- A New Tetris Game
时间限制(普通/Java):1000MS/10000MS 运行内存限制:65536KByte 总提交: 40 测试通过: 12 描述 曾经,Lele和他姐姐最喜欢,玩得最 ...
- Eclipse创建第一个springWebMVC项目
1.第一步:配置中央调度器(DispatcherServlet) 2.第二步:配置处理器(Controller) 3.第三步:在applicationContext.xml文件中注册控制器 注:记得头 ...
- Windows上模拟Linux环境
有两种方法,一直是 MinGW http://jingyan.baidu.com/article/8cdccae985cf7c315413cd35.html 另外可以用 cygwin http://j ...