.NET Micro Framework V4.2 RTM正式发布

简介: We are glad to announce today the RTM of the .

We are glad to announce today the RTM of the .NET Micro Framework version 4.2.  You can download the SDK and PK as well as the all sources from our Codeplex project, client_v4_2 branch, at change number 13620.   (We will be distributing 4.2 solely through the Codeplex site this time and not on downloads.microsoft.com)

Version 4.2 of the .NET Micro Framework Porting Kit provides the following new features:

  • Remote Firmware Update: The .NET Micro Framework SDK and PK now support updating your device firmware remotely.
  • Complete Cryptographic Object Model over PCKS #11: Most types and algorithms used in the desktop framework are now supported. PKCS #11 allows extensibility at the firmware level for adding new cryptographic tokens.
  • 1-Wire, PWM and A/D object model: Support for PWM and A/D operations is now provided as a standard interface. 1-Wire is provided through a community development effort
  • SNTP and FTP (client and server): Support for SNTP and FTP is provided as a community development effort.
  • StringBuilder and Regex types: Support for StringBuilder and Regex is provided as a community development effort.
  • Transcendental functions for doubles in System.Math
  • VB.NET: The SDK now support VB.NET.
  • Support for Cortex M3 devices with STM32 processor family samples: The support for the STM32 family is provided as a community development effort and features two solutions for two different development boards. See the Porting Kit for details.
  • PKStudio: PKStudio supplements SolutionWizard to create solutions for the Porting Kit environment. See the Porting Kit distribution for details. (PKStudio code can be in the community branch under %SPOCLIENT%\CLR\Tools\PlatformDesigner\PKStudio and the binaries are instead in the %SPOCLIENT%\Tools\bin\PKStudio directory ready to use)

Minor improvements include

- DPWS performance improvements, especially for the event dispatching

- Broadcast and static DNS addresses support with DHCP for lwIP TCP/IP stack

- Improvements to the time service for lwIP and RTIP TCP/IP stacks

- IL code optimizations

You can find white papers about crypto, firmware updates, and the Codeplex distribution in general on the documentation page of the project.  You can find the general documentation on MSDN. PK documentation is in the distribution, under the documentation directory (you will find there also the full .chm help

With this release we had outstanding community contributions.  We would like to thank our Core Tech Team and all of our community.  In particular, the following contributions deserve a special note:

  • PKStudio, as a replacement for SolutionWizard, was contributed by Alexandr Surkov and Igor Kiselev
  • StringBuilder and Regex are contributed by Julius Friedman.  Thanks also to Michael Schwarz for helping with this effort. (Regex from Julius to follow shortly with a Beta update).
  • 1-Wire and Transcendental functions were contributed by Richard Scott.
  • The  SNTP driver is based on a managed code implementation by Valer Bocan.
  • The STM32 (Cortex M3) Port was provided by Cuno Pfister and Beat Heeb at Oberon Microsystems

We would like to thank you Alexandr, Igor, Julius, Richard. Cuno, Beat, and Valer for helping us make this a broader than expected release and contributing such important components.

As always we are looking forward to your feedback.  Please contact us through the Codeplex issue tracker.

转自:http://blogs.msdn.com/b/netmfteam/archive/2011/10/04/version-4-2-rtm.aspx

 

相关文章
|
1天前
|
开发框架 缓存 前端开发
实战.NET Framework 迁移到 .NET 5/6
从.NET Framework 迁移到.NET 5/6 是一次重要的技术革新,涵盖开发环境与应用架构的全面升级。本文通过具体案例详细解析迁移流程,包括评估现有应用、利用.NET Portability Analyzer 工具识别可移植代码、创建新项目、逐步迁移代码及处理依赖项更新等关键步骤。特别关注命名空间调整、JSON 序列化工具更换及数据库访问层重构等内容,旨在帮助开发者掌握最佳实践,确保迁移过程平稳高效,同时提升应用性能与可维护性。
20 1
|
3天前
|
开发框架 JSON 监控
实战指南:从 .NET Framework 迁移到 .NET 5/6 的策略与最佳实践
【8月更文挑战第28天】从 .NET Framework 迁移到 .NET 5/6 是一次重要的技术升级,涉及开发环境与应用架构的改进。本文通过具体案例分析,介绍迁移策略与最佳实践,帮助开发者顺利完成转变。
14 1
|
16天前
|
缓存 程序员
封装一个给 .NET Framework 用的内存缓存帮助类
封装一个给 .NET Framework 用的内存缓存帮助类
|
16天前
|
XML JSON 程序员
总结一下 .NET FrameWork 和 .NET Core 创建的项目的不同点
总结一下 .NET FrameWork 和 .NET Core 创建的项目的不同点
|
15天前
|
开发框架 前端开发 .NET
ASP.NET MVC WebApi 接口返回 JOSN 日期格式化 date format
ASP.NET MVC WebApi 接口返回 JOSN 日期格式化 date format
26 0
|
16天前
|
开发框架 前端开发 安全
ASP.NET MVC 如何使用 Form Authentication?
ASP.NET MVC 如何使用 Form Authentication?
|
20天前
|
开发框架 .NET
Asp.Net Core 使用X.PagedList.Mvc.Core分页 & 搜索
Asp.Net Core 使用X.PagedList.Mvc.Core分页 & 搜索
72 0
|
4月前
|
开发框架 前端开发 .NET
ASP.NET CORE 3.1 MVC“指定的网络名不再可用\企图在不存在的网络连接上进行操作”的问题解决过程
ASP.NET CORE 3.1 MVC“指定的网络名不再可用\企图在不存在的网络连接上进行操作”的问题解决过程
137 0
|
4月前
|
开发框架 前端开发 JavaScript
JavaScript云LIS系统源码ASP.NET CORE 3.1 MVC + SQLserver + Redis医院实验室信息系统源码 医院云LIS系统源码
实验室信息系统(Laboratory Information System,缩写LIS)是一类用来处理实验室过程信息的软件,云LIS系统围绕临床,云LIS系统将与云HIS系统建立起高度的业务整合,以体现“以病人为中心”的设计理念,优化就诊流程,方便患者就医。
62 0