Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Not many tears (Score 1) 362

Mono is *not* an implementation of .NET, it's an implementation of the CLI.

However, they've already stated that WPF can't work under linux, fair enough ... but from my own experience, I've not authored one piece of .NET software in the last 2 years that needs WPF; I'm pretty sure that no-one in my team has.

Clearly, I'm not the only .NET developer in the world so I welcome your citations ...

Comment Re:Good. (Score 3, Interesting) 362

Erm, Have you actually tried to deploy a .net application recently ?

Other then ensuring that the framework is installed, it is also generally as simple as copying a .exe file.

ClickOnce deployment is vaguely more complicated but its complexities exist to counter security problems. One can hardly blame MS for trying to be a bit more proactive about security either.

The largest (in terms of distribution) .NET program I've ever written had a target audience of roughly 40k computers. Our deployment process ? xcopy or download an MSI file if you weren't on the network.

Comment Re:Not many tears (Score 0) 362

Mono does have issues, that's true enough. Microsoft's .Net runtime has issues too.
Linux has issues, Windows has issues ... Everything has issues!

The problem with Mono isn't mono itself (imvho) it's the fact that it's bringing a Microsoft mentality to the GNU mindset and for some people, there can be no compromise on this. That the FSF itself 'discourages' use of Mono can't help matters.

What I'm trying to get at really is that a lot of the negativity towards mono is based on its philosophy and roots, rather then it's technical merit.

Shame really, I'd hoped we were all passed that. Naive, I know!

Comment Re:Not many tears (Score 5, Insightful) 362

Ok, I'm not going to wholesale bite but you really need to bring some Citation to this FUD.

You see, a simple google search results in this: http://mono-project.com/Compatibility

Which show's that as far as base libraries and feature support, Mono is almost all there with full .Net 4.0.

Seeing as that's the latest version of .Net and not even the latest version that a lot of businesses are targeting, would suggest that Mono isn't lagging at all.

Slashdot Top Deals

And it should be the law: If you use the word `paradigm' without knowing what the dictionary says it means, you go to jail. No exceptions. -- David Jones

Working...