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 上使用?
基础教程推荐
- 将 XML 转换为通用列表 2022-01-01
- rabbitmq 的 REST API 2022-01-01
- 为什么Flurl.Http DownloadFileAsync/Http客户端GetAsync需要 2022-09-30
- 有没有办法忽略 2GB 文件上传的 maxRequestLength 限制? 2022-01-01
- 如何在 IDE 中获取 Xamarin Studio C# 输出? 2022-01-01
- 将 Office 安装到 Windows 容器 (servercore:ltsc2019) 失败,错误代码为 17002 2022-01-01
- 如何激活MC67中的红灯 2022-01-01
- MS Visual Studio .NET 的替代品 2022-01-01
- SSE 浮点算术是否可重现? 2022-01-01
- c# Math.Sqrt 实现 2022-01-01