Microsoft .Net Libraries Not Acting "Open Source"
figleaf writes "Three years ago, with much fanfare, Microsoft announced it would make some of the .Net libraries open source using the Microsoft Reference License. Since then Microsoft has reneged on its promise. The reference code site is dead, the blog hasn't been updated in a year and a half, and no one from Microsoft responds to questions on the forum."
As most people who have tried to write a blog can testify, it is hard to maintain a procedure by force; the reason why so many new blogs are abandoned. If the culture at Microsoft is anti open-source, it will take a constant effort to continue this type of project. The power was obviously not there.
Same old, same old. Some things will never change.
I am still glad to hear about this specific topic although, just for my personal information.
Everything I write is lies, read between the lines.
... why?
I bet they expected the OS community to have mirrored the reference code sites, start their own blogs, and master the libraries and dole out advice, if they really wanted the .NET Libraries to be Open Source.
Not defending Microsoft, it's not exactly cool, but like you said, what were they expecting?
The reference code site is dead, the blog hasn't been updated in a year and a half, and no one from Microsoft responds to questions on the forum.
How is this different from the majority of "real" FOSS projects on SourceForge?
...what, just NOW?
Yup, bait and switch. "We're all warm and fluffy with open source, we're a safe alternative to java, honest, look." *sigh*
Our diversity is our strength
The other points in TFS might be valid, but I have doubts as to the poster's credibility.
Even if the statements about the blog and the forum are true, there's no requirement for open source projects to have active blogs and forums.
How many projects out there become the hot new thing for a week or so, then the primary person working on the project changes jobs / gets married / joins a commune and eventually people start saying "Well, I found this open source project that sounds right, but it looks like it's been dead since 2007."
fencepost
just a little off
I think Microsoft's goal is/was to pollute the term 'open source' to mean things friendly to Microsoft's practices like this read-only license.
The license cites the code available as "read only."
"Reference use" means use of the software within your company as a reference, in read only form, for the sole purposes of debugging your products, maintaining your products, or enhancing the interoperability of your products....
http://referencesource.microsoft.com/referencesourcelicense.aspx
Oh, and yes, Microsoft still sucks. In this case it's because their brand of misinformation is particularly toxic to innovation.
http://www.maxineudall.com/2010/02/should-economists-be-sued-for-malpractice.html
No, it's not an open source license. You get to see the source code, but you have no rights beyond that. Preparing derivative works is not allowed.
Which means that looking at it "contaminates" the developers with knowledge of proprietary code.
If this article were about the the code itself, rather than the lack of support on Microsoft's end, I'd hang an "itsatrap" tag on it.
IMHO we're better off if the site DOES go away.
Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
No news in a year and a half, no source code, forum questions unanswered... sounds like the typical sourceforge project to me!
Do you even lift?
These aren't the 'roids you're looking for.
So it seems like people here think tha MS wanted or at least promised .NET to become Open Source? How completely wrong. MS never said that and never wanted it. They just released the code so .NET devs could debug it. They still can debug it through Visual Studio integration. Microsoft never wanted to contribute .NET source to the community and to allow forks and I believe that I speak to the majority of the .NET developers when I say that I don't want anyone but Microsoft messing with .NET's code let alone creating forks.
Maybe I'm missing the point but I'm *glad* there is only one version of the .Net Framework 4.0
If the source was truly open, I'm sure someone, somewhere, would make something awesome, that I'd want to use, but it would require me using the forked (or whatever they call it) home-brew version that may or may not introduce instability into my application.
And when I took my problem online and said, 'WTF! I'm just doing System.Console.Writeline()' why doesn't this work!' it would lead to all sorts of confusion.
But yeah, I'm probably missing the point as my understanding of OpenSource is limited. I just don't see why you'd ever want to a modified version of the .Net Framework.
I wonder what the exact percentage of largest software company in the world hosting an open source project to young, naive programmer thinking he can help by throwing up a sourgeforge page is? Comparing MS doing an open source project to most open source projects hardly seems fair.
To put it another way, if you compare MS to say Apache, Red Hat, Novell or Gnome then MS looks pretty bad at open source. Which, on the surface at least, is surprising because they do a much better job of hosting their MSDN content which is similar in scope to hosting a large open source project.
But it's actually not so surprising considering MS's schizophrenic attitude towards open source in general.
Creationist Textbook Stickers Declared Unconstitutional by CowboyNeal
But they are doing that? The /. article was just written by an idiot who didn't check his shit and wrote bunch of bullshit without any reference.
asp.net MVC 2.0 sourcecode, dated 11 march 2010 http://aspnet.codeplex.com/releases/view/41742
freshly updated MS blogs regarding asp.net http://weblogs.asp.net/
forums regarding most MS technologies seems pretty much alive also http://forums.asp.net/
etc...
seems to me everything is very much alive, unlike some other open source projects...
Apple has exploited FOSS but that is something else.
They bolted their proprietary OS on top of Unix so they wouldn't have to re-invent that part.
A Pirate and a Puritan look the same on a balance sheet.
For the same reason that people who voted for a party that then did not hold a single promise, but did the worst things possible, will get voted again by the very same people, as soon as “the other party” is in power, and the lie-machine of pre-election promises has started again.
99.999% of all people are fucking stupid cattle!
Any sufficiently advanced intelligence is indistinguishable from stupidity.
To expand on what he said, Visual Studio supports downloading and using the .NET source code and stepping through it with the debugger. This lets accomplished users determine where a problem in the code lies if it involves (often-times) complex API calls.
This would be akin to, I suppose, using GDB with your kernel + library sources plugged in as well.