4 ms·
As someone who recently moved from C# to working with Node, Angular and Python full time, the recent announcements definitely make me want to go back to using .
by ragesh 12y ago
As someone who recently moved from C# to working with Node, Angular and Python full time, the recent announcements definitely make me want to go back to using .Net again. I love where all of the new stuff is headed.
- UK-AL 12y agoI've worked with various languages C#, Python, Ruby, Objective-C(I was an iOS developer) but I prefer strongly typed languages for larger projects, and the refactoring tools that it allows for. Eventually I would like a completely statically typed inferred language, go mainstream(Aka Demand for it) C# is my best option atm.
- ragesh 12y agoI agree. My recent forays in to javascript have left me wanting to rewrite big chunks of my new app in TypeScript instead. :)
- badman_ting 12y agoI moved away from C# and .NET about 4 years ago, and use all those things too. The recent developments are great, but I view them more as a cool glass of water for people in a hot place (not hell, far from it). I don't like how .NET as a platform/ecosystem/community lags on certain things that are almost taken for granted in other areas, like deployment tools and package managers. Then again, when I worked with .NET those things were my responsibility so I guess their lack affected me more than many .NET devs.
- UK-AL 12y agoWell the good news is that those things are standard now.
- troygoode 12y agoYes, those are standard now because they're "old" in the rest of the industry. It remains to be seen if newer tech that is starting to become standard outside of the Microsoft ecosystem today (containers, for example) will be integrated fast enough to matter.
- UK-AL 12y agoContainers? You mean like MEF(Included in .net framework) or Unity? .Net has always had containers like that.
- Guillaume86 12y agoNo he mean ressources isolation containers (tiny VMs)
- UK-AL 12y agoI don't know how they would do that with windows, since it requires features in the linux kernel.
- Aaronontheweb 12y agoStarting with Windows 8, Hyper-V (Microsoft's virtualization platform) is built into the OS - and one of the goals with it was to be able to virtualize different environments invisibly to the end-user. The Hyper-V team have also been actively committing to the Linux kernel for many years now, and I'm happily running a 6-node Cassandra cluster on my Windows 8 dev machine right now using Hyper-V :) So it's not there yet, but ground has been broken.
- 12y ago