This is on github. Does this mean that MS is abandoning CodePlex?
[1] http://www.theregister.co.uk/2015/01/15/codeplex_repository_...
21–30 of 347 posts
This is on github. Does this mean that MS is abandoning CodePlex?
[1] http://www.theregister.co.uk/2015/01/15/codeplex_repository_...
MIT-licensed, even.
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.
Additionally, if you don't truly plan on enforcing many requirements of the license (e.g., if a distributor fails to "cause any modified files to carry prominent notices stating that You changed the files" (4.b.), will you send them a letter telling them to correct the problem?), then why bother using a license that includes those requirements?
Next 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.
I 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.
Interesting commit: https://github.com/dotnet/coreclr/commit/90ef39bc3c9886e7967... "This change fixes a potential problem in unwinding on Linux"
"You can 'watch' the repo to see Linux and Mac support being added over the next few months."
Earlier quoted context omitted.
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.
Unfortunately, I think a lot of the interesting parts of WPF are just wrappers around DirectX APIs.
For example: http://referencesource.microsoft.com/#PresentationFramework/...
I 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?