值得期待的.Net Micro Framework 3.0

简介: 大约在今年秋天的时候,微软就会推出令人期待的.Net Micro Framework 3.0。

大约在今年秋天的时候,微软就会推出令人期待的.Net Micro Framework 3.0。在业内对微软的产品,有这个么说法,3.0之前的只能算体验版,只有在3.0之后,才是比较稳定可靠及实用的。.Net Micro Framework版本的演化,也无疑证明了这一点。

在上一个版本V2.5,不仅串口不支持修改奇偶校验、数据位,并且也不支持以太网编程外,图形编程更是不完善,除矩形外,其它图形连线宽和画刷填充都不支持。也没有文件系统,仅支持简单的并且不甚可靠的Flash对象存储,总之离实用还是有很大差距的。

没有想到将要推出的.Net Micro Framework 3.0在此基础上迈了很大一步,3.0版本将包括一个新的文件系统,触摸屏支持,无线网络(wifi), USB及各种其它的硬件支持,此外模拟器也支持横竖屏切换。更令人期待的是.Net Micro Framework已经支持P/Invoke功能,有穿透.Net Micro Framework直接访问硬件的能力了,这样对一些要求实时性的项目可以避开MF的弱点,直接发挥底层硬件的性能了。

看一看MF3.0到底改进了什么,有什么功能值得我们期待?(详情请参见:http://blogs.msdn.com/netmfteam/archive/2008/06/06/opening-the-net-mf-3-0-kimono.aspx

Interop: "Native code?  We don't need no steekin native code!"  Most of the time the C# managed code environment in .NET MF is ideal, but there are times when you might need to drop down to native code to add support for a feature or perform a time-critical operation.  You can do this today in .NET MF 2.5, but it isn't particularily elegant.  3.0 changes that all allows you to link native code to managed code when you need to.  Check out Steve Maillet's blog for more details.

Touchscreen: We're adding touchscreen support in v3, and that includes support for simple inking scenarios, allowing you to build a small kiosk that captures a credit card signature, for example.

Filesystem: Yep, there's a file system in v3.  You can still use extended weak references, but it no longer is the only option for storing configuration or logging data to storage devices, like nand flash, which will also be supported.

VS2008: Goodbye Visual Studio 2005, Hello Visual Studio 2008!  VS2005 served us well, but with the cool features in VS2008, we're excited to have full support for it in v3.

DPWS Tools: .NET MF v2.5 included a preview of Devices Profile for Web Services (DPWS, formerly known as WSD).  NET MF 3.0 includes full support for DPWS *and* easy to use tools that weren't include in 2.5.

Wi-Fi: We're adding the infrastructure for Wi-Fi / 802.11.  Partners will now be able to integrate Wi-Fi stacks, drivers, and supplicants in a standard way and interface with the rest of the TCP/IP stack.  v3 will provide hooks for WEP, WPA/WPA2, and Windows Connect Now (WCN).

SSL: The TCP/IP stack in v3 will include support for SSL, allowing secure connections like HTTPS.

Serial enhancements: The serial model in v3 is being improved to more closely follow the .NET Framework implementation.  This includes support for hardware flow control, e.g. RTS/CTS.

USB Device: You'll be able to create devices using .NET MF 3.0 which identify themselves as standard USB types when plugged into a PC.  For example, you could create a small data logger which collects data from a sensor network and presents itself as a standard mass storage device when it is plugged into the PC using USB.

Fonts: The font support in version 3.0 is being greatly enhanced.  Watch for more information about the specific capabilities and changes.

More cores: version 3.0 will support more hardware than any previous version of .NET Micro Framework.  Stay tuned for more information from our partners as they announce their plans for .NET MF v3.0.

Emulator enhancements and diag enhancements are also included in v3.

 

相关文章
|
6月前
|
关系型数据库 MySQL 数据库
找不到请求的 .Net Framework Data Provider。可能没有安装
做的一个项目,框架为.net framework 数据库为mysql 出现如标题错误 检查是否安装mysql、是否安装mysql connector net 笔者是因为没有安装后者mysql connector net 下载地址: [mysql connector net](https://downloads.mysql.com/archives/c-net/ "mysql connector net") 笔者安装截图如下: ![请在此添加图片描述](https://developer-private-1258344699.cos.ap-guangzhou.myqcloud.com/c
56 0
|
6月前
|
C# Windows
[记录]c#.net framework 4.5调用运行时库
[记录]c#.net framework 4.5调用运行时库
|
1月前
|
Windows
windows server 2019 安装NET Framework 3.5失败,提示:“安装一个或多个角色、角色服务或功能失败” 解决方案
windows server 2019 安装NET Framework 3.5失败,提示:“安装一个或多个角色、角色服务或功能失败” 解决方案
|
6月前
|
Windows
​史上最详细的Windows10系统离线安装.NET Framework 3.5的方法(附离线安装包下载)
​史上最详细的Windows10系统离线安装.NET Framework 3.5的方法(附离线安装包下载)
549 0
|
4月前
|
C# Windows
C#安装“Windows 窗体应用(.NET Framework)”
C#安装“Windows 窗体应用(.NET Framework)”
50 0
|
7月前
|
开发框架 .NET 编译器
C#OOP之十四 .Net Framework简介
C#OOP之十四 .Net Framework简介
52 0
|
Windows
.Net Framework 0x800b0109 -已处理证书链,但是在不受信任提供程序信任的根证书中终止。
.Net Framework 0x800b0109 -已处理证书链,但是在不受信任提供程序信任的根证书中终止。
752 0
.Net Framework 0x800b0109 -已处理证书链,但是在不受信任提供程序信任的根证书中终止。
|
11月前
|
分布式计算 NoSQL Java
1..Net平台历程介绍和.net framework和netcore的架构体系对比,以及框架的选择介绍
1..Net平台历程介绍和.net framework和netcore的架构体系对比,以及框架的选择介绍
174 0
安装.Net Framework提示:无法建立到信任根颁发机构的证书链
安装.Net Framework提示:无法建立到信任根颁发机构的证书链
130 0
安装.Net Framework提示:无法建立到信任根颁发机构的证书链
下载.Net Framework离线安装文件的办法
下载.Net Framework离线安装文件的办法
94 0