开发者

What elements of .NET are missing in Mono?

I mean library and sy开发者_JS百科ntax of C#.


For the class library, ask the Mono Class Library status page


C# 3.0 is supported fully.

C# 4.0 version works but considered 'preview' until MS compiler is finalized. There're even some language extensions, although I doubt if they will be ever backported to MS compiler.


You can view Mono's status updates (Like a Timeline, really), from their wiki.

Mono Status Report


There's a pretty in-depth analysis here from January of this year.

The Wikipedia article's "Current status and roadmap" looks helpful too.


There's no equivalent of VT fixup or anything related to unmanaged exports for that matter.

That's not surprising, though. Considering that you would have a hard time using something looking like a Windows DLL as .so or .dylib. ;-)

I am not sure, but mixed-mode hasn't been supported a few years ago when I wanted to use it. Maybe they added it, but I don't think so. Might be the big fat mother of all worm cans to open for an X platform CLI implementation.


There are three aspects you need to consider.

  1. Language
  2. Framework
  3. Runtime

Language:
Mono fully implements C# 2.0, and has almost complete support for 3.0. This means it supports all of the syntactical language features like generics, properties, anonymous methods/types, etc.
Mono supports Visual basic 8, but not 9.

Framework:
Mono fully implements ASP.NET and ADO.NET. Windows.Forms is mostly done.
WCF and WF are in progress.
WPF is not done, and is many years away from being done (if ever). I believe this is now a side project.
Linq-to-SQL is not yet finished.

Runtime:
The CLR has been almost fully implemented, including support for the DLR.

Your best two sources of information are probably the Mono home page (specifically the FAQ and the Status report), and the Wikipedia page on Mono.


Please have a look at the Mono Project Site or at the Wikipedia-Article.

But the last thing I heard is thet C# 3.0 is complete (except some LINQ-Features).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜