[微软]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.在"服务器管理器"- ...
随机推荐
- python类、对象、方法、属性之类与对象笔记
python中一切皆为对象,所谓对象:我自己就是一个对象,我玩的电脑就是对象,坐着的椅子就是对象,家里养的小狗也是一个对象...... 我们通过描述属性(特征)和行为来描述一个对象的.比如家里的小狗, ...
- jquery中DOM
节点包裹 wrap() (1)$().wrap(html) 将选择的节点用指定的元素包装 $('p').wrap('<div></div>'); (2)多层包裹 $('p'). ...
- android中textview设置为多行文本时,如何让文字从最顶开始显示
<span style="white-space:pre"> </span><EditText android:layout_width=" ...
- iOS开发 在scrollView上增加滑动手势(Pan)
view上有一个scrollView,现在想在view上加一个Pan手势,需求是:当向下划的时候,整个view动,但是scrollView不动:其它情况下scrollView动而view不动. -(B ...
- Hbase之原子性插入
/** * Created by similarface on 16/8/16. */ import java.io.IOException; import org.apache.hadoop.con ...
- Windows不重启就使环境变量修改生效
以修改环境变量“PATH”为例,修改完成后,进入DOS命令提示符,输入:set PATH=C: ,关闭DOS窗口.再次打开DOS窗口,输入:echo %PATH% ,可以发现“我的电脑”->“属 ...
- 抛弃vboot不格盘用grub4dos+firadisk安装Ghost版XP到VHD,轻松RAMOS!
http://bbs.wuyou.net/forum.php?mod=viewthread&tid=363198&extra=抛弃vboot不格盘用grub4dos+firadisk安 ...
- a、b交换与比较
1.有两个变量a,b,不用if.?: .switch 或其他判断语句,找出两个数中 较大的: int max = ((a+b)+abs(a-b))/2 较小的: int min = ((a+b)-ab ...
- iOS 使用drawRect: 绘制虚线椭圆
iOS 使用drawRect: 绘制虚线椭圆 1:首先如果要使用 drawRect 绘图 要导入 CoreGraphics.framework 框架 然后 创建 自定义view, 即是 myView继 ...
- container 的背后
如果要看laravel的单个功能的源代码,首先去找对应得ServiceProvider,例如加密功能hash,则按一下步骤查看源代码: HashServiceProvider.php(主要是看regi ...