值得期待的.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.

 








本文转自yefanqiu51CTO博客,原文链接:http://blog.51cto.com/yfsoft/321276,如需转载请自行联系原作者

相关文章
|
12月前
|
关系型数据库 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
206 0
|
18天前
使用的是.NET Framework 4.0,并且需要使用SMTP协议发送电子邮件
使用的是.NET Framework 4.0,并且需要使用SMTP协议发送电子邮件
33 1
|
2天前
|
开发框架 缓存 监控
NET Framework 到 .NET 5/6 的迁移是重大的升级
本文详细介绍了从 .NET Framework 4.8 迁移到 .NET 5/6 的过程,通过具体案例分析了迁移策略与最佳实践,包括技术栈评估、代码迁移、依赖项更新及数据库访问层的调整,强调了分阶段迁移、保持代码可维护性及性能监控的重要性。
16 3
|
9天前
|
机器学习/深度学习 编解码 算法
【小样本图像分割-4】nnU-Net: Self-adapting Framework for U-Net-Based Medical Image Segmentation
《nnU-Net: 自适应框架用于基于U-Net的医学图像分割》是一篇2018年的论文,发表在Nature上。该研究提出了一种自适应的医学图像分割框架nnU-Net,能够自动调整模型的超参数以适应不同的数据集。通过2D和3D U-Net及级联U-Net的组合,nnU-Net在10个医学分割数据集上取得了卓越的性能,无需手动调整。该方法强调数据增强、预处理和训练策略等技巧,为医学图像分割提供了一个强大的解决方案。
29 0
【小样本图像分割-4】nnU-Net: Self-adapting Framework for U-Net-Based Medical Image Segmentation
winform .net6 和 framework 的图表控件,为啥项目中不存在chart控件,该如何解决?
本文讨论了在基于.NET 6和.NET Framework的WinForms项目中添加图表控件的不同方法。由于.NET 6的WinForms项目默认不包含Chart控件,可以通过NuGet包管理器安装如ScottPlot等图表插件。而对于基于.NET Framework的WinForms项目,Chart控件是默认存在的,也可以通过NuGet安装额外的图表插件,例如LiveCharts。文中提供了通过NuGet添加图表控件的步骤和截图说明。
winform .net6 和 framework 的图表控件,为啥项目中不存在chart控件,该如何解决?
|
2月前
|
开发框架 缓存 前端开发
实战.NET Framework 迁移到 .NET 5/6
从.NET Framework 迁移到.NET 5/6 是一次重要的技术革新,涵盖开发环境与应用架构的全面升级。本文通过具体案例详细解析迁移流程,包括评估现有应用、利用.NET Portability Analyzer 工具识别可移植代码、创建新项目、逐步迁移代码及处理依赖项更新等关键步骤。特别关注命名空间调整、JSON 序列化工具更换及数据库访问层重构等内容,旨在帮助开发者掌握最佳实践,确保迁移过程平稳高效,同时提升应用性能与可维护性。
93 2
|
2月前
|
开发框架 JSON 监控
实战指南:从 .NET Framework 迁移到 .NET 5/6 的策略与最佳实践
【8月更文挑战第28天】从 .NET Framework 迁移到 .NET 5/6 是一次重要的技术升级,涉及开发环境与应用架构的改进。本文通过具体案例分析,介绍迁移策略与最佳实践,帮助开发者顺利完成转变。
58 1
|
2月前
|
缓存 程序员
封装一个给 .NET Framework 用的内存缓存帮助类
封装一个给 .NET Framework 用的内存缓存帮助类
|
3月前
|
开发框架 前端开发 JavaScript
基于SqlSugar的数据库访问处理的封装,支持.net FrameWork和.net core的项目调用
基于SqlSugar的数据库访问处理的封装,支持.net FrameWork和.net core的项目调用
|
2月前
|
XML JSON 程序员
总结一下 .NET FrameWork 和 .NET Core 创建的项目的不同点
总结一下 .NET FrameWork 和 .NET Core 创建的项目的不同点