博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Microsoft’s.NET MicroFramework初接触
阅读量:7202 次
发布时间:2019-06-29

本文共 2201 字,大约阅读时间需要 7 分钟。

   花了三个小时,把 的  Product Positioning and Technology Whitepaper看玩了.前面的正文,是每句话都认真的看了,当然有写地方没有看懂(即使写成汉语,可能还是一样的理解深度:对os和移动开发的知识背景不是很丰富),后面的appendix A, appendix B只看了标题.
   把前面的overview摘录如下:
   Introduction
   For years, Microsoft has had two offerings in the embedded space: XP Embedded and Windows CE. These operating systems have formed the platform for many successful devices, such as PDAs, Smart Phones, automatic teller machines, and network switching equipment. Microsoft introduced the .NET Framework, which brings the power and reliability of managed code to scale from large servers to embedded devices. However, many devices are still too small/resource constrained to support these platforms. To serve the market for  even smaller devices, Microsoft has developed a new platform Microsoft .NET Micro Framework. (.NET MF). The .NET Micro Framework addresses this untapped area by providing a small, efficient implementation of the .NET runtime for smaller devices. This has great advantages to developers who can maintain the same managed code, use the same world class tools, and continue to participate in the world’s largest developer community. 
    面列出自己感兴趣的地方(也包括从这篇文档里所学到的一些应该有的弱弱的常识):
   1.Microsoft’s continuum of processing capabilities for embedded applications
   Windows XPe (potentially with the .NET Framework) 
   Windows CE (potentially with the .NET Compact Framework)
   .NET Micro Framework(bootable runtime)
   2. :bootable
   The MicroFramework provides a subset of full OS features, so it does not require an OS and is referred to as a ‘bootable’ runtime
   .net mf不要求底层os的支持,这对嵌入式开发是一个很大的福音:可以在微型设备上开发完全自主的控制器.是不是可以取代汇编和c/c++呢?!如果可以用.net做弱电开发,进行智能控制,那是多么令人兴奋的机遇呀!
   3 system requirements
  Currently the platform runs on several ARM 7 and ARM 9 processors. The suggested minimal memory configurations at present are 300K RAM and 1 Meg of Flash. The devices also need to have serial or USB support to support downloading and debugging the applications during development.
   而wince 需要12M ram,这里只要300K,一般的小型设备可以很容易满足这个要求了
   4
   This integration supports full emulation of your device on the PC, building and deploying the assemblies to the device, and debugging the code running on the device through USB or serial connections 
 

转载地址:http://dudum.baihongyu.com/

你可能感兴趣的文章
asp级联菜单
查看>>
SSM-SpringMVC-15:SpringMVC中小论注解式开发之通配符篇
查看>>
利用函数对数组排序,是否会修改原数组
查看>>
Listen 82
查看>>
windows ping得通,连接不上网
查看>>
xadmin系列之单实例模式
查看>>
Linux面试题汇总答案
查看>>
hibernate关系映射学习小结
查看>>
POJ2774:Long Long Message——题解
查看>>
「小程序JAVA实战」springboot的后台搭建(30)
查看>>
Java优化高性能高并发+高并发程序设计视频教程
查看>>
JAVA 解析复杂的json字符串
查看>>
修改 Chrome 浏览器默认背景颜色为浅绿色
查看>>
ora-01658: 无法为表空间*****中的段创建 INITIAL 区
查看>>
Codeforces 486B OR in Matrix【水题】
查看>>
CF183D T-shirt
查看>>
js对象详解
查看>>
面试题——出界概率问题
查看>>
常用基于注解备忘笔记
查看>>
PHP Redis 全部操作方法 转载
查看>>