Earlier quoted context omitted.
I work at Microsoft and everything is done through Visual Studio (C#, C++, Javascript, X++, etc.). Where is VS not used inside Microsoft?
I worked at Microsoft Excel 15 years ago and Visual Studio was only used as a debugger. Visual SlickEdit was the editor and compiling/building was command-line based. Each group is different.
CoreCLR is now open source
151–160 of 347 posts
Re: CoreCLR is now open source
#152Earlier quoted context omitted.
Additionally, full-blown Visual Studio is totally free now. Win10 is practically free or totally free (if upgrading from a valid Win8).
well,still waiting for SQL Server (pro) to follow that trend... I guess I'll wait a long time.
Re: CoreCLR is now open source
#153I 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…
I don't see why everything needs to be open source. People who simply don't like Microsoft will not use it just because it's open. Quite the opposite I think - they'd probably immediately fork it and provide an alternate download in order to hurt Microsoft. Are foreign governments a big market that Microsoft has lost a lot of customers from? I don't think so. The vast majority of the potential market for Windows is a…
Re: CoreCLR is now open source
#154Earlier quoted context omitted.
> Those people would probably have to buy Windows and VisualStudio licenses to code in C# in a VM or just ditch Macs for PCs. No, they can code in Linux using Vim if they want.
I never tried C# but I did code in Java with vim and emacs. Not a nice experience. Java more or less requires an IDE. I assumed C# would be the same but I could have assumed too much.
Re: CoreCLR is now open source
#155Earlier quoted context omitted.
I wish. One of the projects I am currently working on, a greenfield application, requires WindowsForms for reasons I cannot expose here.
Doesn't sound very greenfield if you're already forced to use an aging legacy technology.
1) It's going to be used in conjunction with other legacy applications that only run on Windows PCs anyway.
2) GUIs designed for both phones and PCs don't work well on either, it seems to me.
3) In fancy high-level frameworks you often eventually end up calling a bunch of Win32 functions, so I might as well learn it. :)
Re: CoreCLR is now open source
#156I wonder how this strategy is going to affect the bottom line of Microsoft. People writing with CLR languages are deploying web apps mainly (or only) to Windows now. They're going to have an option to deploy to Linux soon. This means less revenues from OS and DB licenses, so it looks bad. Do they expect a large number of people leaving Java, Node, Python, Ruby and picking up C# because of the Linux deploys? Those peo…
> Those people would probably have to buy Windows and VisualStudio licenses to code in C# in a VM or just ditch Macs for PCs. No, they can code in Linux using Vim if they want.
Re: CoreCLR is now open source
#157I 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.
Probably the most immediate winner is Unity. They've been stuck on an ancient version of Mono because they did not want to license tech from Xamarin. They can now have MS derived runtimes free.
Re: CoreCLR is now open source
#158Earlier quoted context omitted.
The alternative is not plain Makefiles, but Autotools: https://autotools.io/index.html
AH ! That was a nice joke, have my upvote. :) For the curious: http://voices.canonical.com/jussi.pakkanen/2011/09/13/autoto... (tldr: autotools won't work on windows, you need a shell emulator, like cygwin, and gcc) Premake is nice, also. But CMakes tend to work better for a big project.
Your joke is much better. Have an upvote ;-)