一起了解 .Net Foundation 项目 No.24

.Net 基金会中包含有很多优秀的项目,今天就和笔者一起了解一下其中的一些优秀作品吧。

中文介绍

中文介绍内容翻译自英文介绍,主要采用意译、如与原文存在出入,请以原文为准。

Xamarin.Mobile

Xamarin.Mobile 包包含有一些移动设备( iOS、Android 和 Windows Phone)通用的功能特性 API ,例如:读取用户地址簿,调用相机等等。

项目的目标是较少开发者在开发不同平台是差异性,使得开发更快更简单。

项目详情

相关链接

笔者简评

Xamarin.Mobile 可以说是 Xamarin 系列的一个基础,为不同的设备平台提供一个公共的 API 层,很好的解决差异性。通过源码可以了解具体的实现细节。

英文介绍

Xamarin.Mobile

Xamarin.Mobile is an API for accessing common platform features, such as reading the user’s address book and using the camera, across iOS, Android, and Windows Phone platforms. The goal of Xamarin.Mobile is to decrease the amount of platform-specific code needed to perform common tasks in multi-platform apps, making development simpler and faster.

Project Details

Quicklinks

以上《英文介绍》摘录自 .NET Foundation 的项目介绍 。原文受原项目许可证保护。

中文介绍

中文介绍内容翻译自英文介绍,主要采用意译、如与原文存在出入,请以原文为准。

xUnit.net

xUnit.net 是一个免费开源的单元测试工具。

该框架产自 NUnit v2 版本的原作者,其采用了最新技术,为 C# 、 F# 、 VB.NET 和其他的 .Net 语言提供一套单元测试工具。

xUnit.net 能够与 ReSharper, CodeRush, TestDriven.NET 和 Xamarin 等内容良好协作。

它采用 Apache 2 (OSI 审议通过的许可证) 进行源码许可开源。

项目详情

相关链接

笔者简评

MSTest 是亲儿子, NUnit 是老功臣,那么 xUnit 就是最活泼的新生儿。

如果只是普通的单元测试,那么三者其实通常都能满足要求。

而像很多新旧框架之间的对比一样。但作者、社群、使用者们都觉得老框架上进行新特性改动非常困难时,那么他们往往会选择开新坑。这并不是坏事。

xUnit 目前非常活跃, NUnit 其实也非常活跃。多尝试一款,没有坏处。

英文介绍

xUnit.net

xUnit.net is a free, open source, community-focused unit testing tool for the .NET Framework. Written by the original inventor of NUnit v2, xUnit.net is the latest technology for unit testing C#, F#, VB.NET and other .NET languages. xUnit.net works with ReSharper, CodeRush, TestDriven.NET and Xamarin. It is licensed under Apache 2 (an OSI approved license).

Project Details

Quicklinks

以上《英文介绍》摘录自 .NET Foundation 的项目介绍 。原文受原项目许可证保护。

其他项目

原文地址:https://www.cnblogs.com/newbe36524/p/12740995.html