Earlier quoted context omitted.
I don't know the story, but the logic behind it is simple: If you want to guarantee no one depends on GetHashCode staying static between runs of an application, change it all the time.
Also is it not for hash collision protection, which can end up hurting the runtime of many algorithms, causing a DoS?
CoreCLR is now open source
51–60 of 347 posts
Re: CoreCLR is now open source
#52I wonder how this would aid projects such as IronPython and IronRuby if at all, just out of curiosity. My only dream is that they eventually have VS on Linux.
Re: CoreCLR is now open source
#53I wonder how this would aid projects such as IronPython and IronRuby if at all, just out of curiosity. My only dream is that they eventually have VS on Linux.
Re: CoreCLR is now open source
#54Earlier quoted context omitted.
Could/Does Visual Studio run in Linux?
I'm not sure they will migrate Visual Studio. First they'd need to move WPF, which is implemented in DirectX. Second, Visual Studio and MSDN are still profitable. Third, there's the Omnisharp project that;s working on providing support for the more common IDEs on linux. In fact, there's nothing stopping people from making Eclipse and IntelliJ plugins.
Re: CoreCLR is now open source
#55Next step, WinForms
I think it would be more interesting and useful to have the source for WPF, given that WPF is an actual GUI toolkit implementing its own widgets, whereas WinForms is basically just a wrapper around Win32.
Re: CoreCLR is now open source
#56This is on github. Does this mean that MS is abandoning CodePlex?
Re: CoreCLR is now open source
#57Earlier quoted context omitted.
I wonder why they would do this. In fact, I don't see the benefit of MIT over Apache except for compatibility with GPLv2. But I'm definitely not an expert, if someone would want to explain.
Parts of Mono are GPLv2, maybe they want Mono (and thus Xamarin) to have the freedom to use as much of this as possible.
How the wheel of freedom has turned.
* disclaimer: yeah I know the Stallman crowd have their own particular definition of "freedom" that is vastly different and would disagree
Re: CoreCLR is now open source
#58I am really interested to see what happens once ASP.Net is running on Linux. C# and Visual Studio are fantastic, mature tools and I think a lot of developers would enjoy using them whereas they might be hesitant at the moment due to OS lock-in on the code they are writing.
Could/Does Visual Studio run in Linux?
Re: CoreCLR is now open source
#59I would be curious to see the effects of completely open-sourcing Windows. Businesses would continue to use it, because it's Microsoft and they want enterprise support. I think it would get even more love than it already does from the development community. Piracy of Windows is already rampant, so they're not really in a worse position from that (plus I think that most people who can pay for Windows do so already). F…
Re: CoreCLR is now open source
#60I would be curious to see the effects of completely open-sourcing Windows. Businesses would continue to use it, because it's Microsoft and they want enterprise support. I think it would get even more love than it already does from the development community. Piracy of Windows is already rampant, so they're not really in a worse position from that (plus I think that most people who can pay for Windows do so already). F…