Mono created features available on .NET?(Mono 创建的功能可在 .NET 上使用?)
问题描述
I noticed the following today: Mono at the PDC 2008?
My talk will cover new technologies that we have created as part of Mono. Some of them are reusable on .NET (we try to make our code cross platform) and some other are features that specific to Mono's implementation of the CLI.
Posted by Miguel de Icaza on 01 Oct 2008
Does anybody know what type of new technologies he is refering too?
Sounds like a great talk
[UPDATE] Here is the video of Miguel's talk
- Mono's SIMD Support: Making Mono safe for Gaming
- Static Compilation in Mono
- Unity on Linux, First Screenshots
These are some of the major libraries that you can use:
- Gtk#, the Cross platform GUI API Unix, Windows, MacOS X,
- this is an entire stack of libraries and includes widgets (with Gtk+), Accessibility and international text rendering (with PangoSharp).
- Mono.DataConvert - System.BitConverter implemented correctly, and well designed.
- Mono.Addins - Extensibility Framework, similar to MEF.
- Mono.Cairo - Cairo Graphics Binding.
- Mono.Cecil - ECMA CIL Image Manipulation.
- Xml.Relaxng - RelaxNG parsing and validation.
- Novell.Directory.Ldap - LDAP libraries.
- Daap.Sharp - An implementation of the DAAP protocol
- (Music exchange protocol, you can consume or expose music sources)
- Mono.Upnp - Universal Plug and Play implementation in managed code.
- Mono.ZeroConf - Cross platform ZeroConf/Bonjour API for .NET apps.
- BitSharp - Bittorrent client/server library, now called MonoTorrent
- Mono.Nat - Network Address Translation.
- Mono.Rocks - Useful Extension methods/Functional features for C#, now superseded by Cadenza
- SmugMugSharp - Bindings to talk to SmugMug
- Crimson - Crypto libraries beyond what is available in .NET
- Mono.WebBrowser - Wrapper for Firefox or WebKit.
- WebkitSharp - Bindings to use WebKit from C#
- GtkSharpRibbon - The Ribbon, implemented in Gtk# (cross platform)
- IPodSharp - Library to communicate and manipulate iPods.
- TagLibSharp - Library to annotate multimedia files (tagging).
- Exiv2Sharp - EXIF reading/writing library.
Linux Specific:
- Mono.Posix/Mono.Unix.
- NDesk.DBus
- Mono.Fuse - User-space file systems.
I am sure I am missing a bunch of other libraries.
Most of these (and many more) are linked to via the Libraries page.
这篇关于Mono 创建的功能可在 .NET 上使用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Mono 创建的功能可在 .NET 上使用?
基础教程推荐
- .NET SerialPort DataReceived 事件未触发 2022-01-01
- 如何使用 .Net 检查 Active Directory 服务器是否已启动并正在运行? 2022-01-01
- C# 从 List<List<int>> 中删除重 2022-01-01
- Moq It.Is<>不匹配 2022-01-01
- WPF 模态进度窗口 2022-01-01
- 我应该在后面的代码中直接使用 Linq To SQL 还是使 2022-01-01
- Azure Functions:CosmosDBTrigger 未在 Visual Studio 中触发 2022-01-01
- 当值可以是对象或空数组时反序列化 JSON 2022-01-01
- 如果有人提交恶意软件Nuget包怎么办? 2022-01-01
- 禁止输入少量字符,例如'<'、'&a 2022-01-01
