I mean library and syntax of C#.
|
|
For the class library, ask the Mono Class Library status page |
||
|
|
|
|
You can view Mono's status updates (Like a Timeline, really), from their wiki. |
||
|
|
|
|
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). Bobby |
||
|
|
|
|
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. |
||
|
|
|
|
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. |
||||||||
|
|
|
There are three aspects you need to consider.
Language: Framework: Runtime: 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. |
||||
|
