Live data from Hacker News

Official support for .NET

stripe.com

51–60 of 64 posts

Re: Official support for .NET

#51

When are we getting official support for superior languages without GC? Say like Rust?

When those superior languages are able to target the same environments and match in terms of IDE support, graphical debuggers, server monitoring tools and cluster deployment, game development engines GUI toolkits, and compile times.

Re: Official support for .NET

#52

A little off-topic but I'm gettinga little impatient. What is the reason we can't have a dnf install dotnet or apt install dotnet and have it linked to whatever is the most recent? I can even do that with php-cli. A deeper problem to me is I don't think there's enough expertise outside of Microsoft to continue this project should Microsoft decide to take its toys and go home.

>Microsoft decide to take its toys and go home. coreclr and corefx (basically C# .NET Core) source code is using MIT license.

Yes but who will (indeed can) continue the project should Microsoft stop work on it?

I mean no disrespect to my hardworking friends at red hat but they cannot take over stewardship of the entirety of dot net. Nobody else seems remotely interested.

Re: Official support for .NET

#53
post #48
post #17

Earlier quoted context omitted.

IKVM development has been halted: http://weblog.ikvm.net/

So sad to learn about that. Ikvm was so great! It was really granting you access to all the Java world in .Net I hope it will find a new developer. Microsoft should pay someone to do it IMHO

I don't understand why MS hasn't been supporting IKVM already. It makes .NET a much more viable option for many projects. There are a lot of Java libraries out there for which .NET has no equivalent or only low quality ports.

Re: Official support for .NET

#54

Earlier quoted context omitted.

>Microsoft decide to take its toys and go home. coreclr and corefx (basically C# .NET Core) source code is using MIT license.

Yes but who will (indeed can) continue the project should Microsoft stop work on it? I mean no disrespect to my hardworking friends at red hat but they cannot take over stewardship of the entirety of dot net. Nobody else seems remotely interested.

I cannot see a scenario where MS stops working on .NET, also, people are interested. Remember Mono?

Re: Official support for .NET

#55
post #45

Earlier quoted context omitted.

Luckily there is a better alternative.... https://www.jetbrains.com/rider/

I love Rider but since they went GA it's super expensive. VS for Mac beta channel is decent, then there's VSCode which is free

$139 a year or $14 a month for an individual license is "expensive"?

On top of that if you buy a yearly license or you pay the monthly license for a year, you get a "perpetual" license. You get to keep the turn current version forever without buying another license.

Re: Official support for .NET

#56

A little off-topic but I'm gettinga little impatient. What is the reason we can't have a dnf install dotnet or apt install dotnet and have it linked to whatever is the most recent? I can even do that with php-cli. A deeper problem to me is I don't think there's enough expertise outside of Microsoft to continue this project should Microsoft decide to take its toys and go home.

I see this as a non-problem. How many people can really rewrite the jvm from scratch? Or just take over maintanance of it? Or take over go? Etc.

The number of commits and pull requests for .NET from outside MS seems to be increasing all the time.

Re: Official support for .NET

#57
post #45

Earlier quoted context omitted.

I love Rider but since they went GA it's super expensive. VS for Mac beta channel is decent, then there's VSCode which is free

$139 a year or $14 a month for an individual license is "expensive"? On top of that if you buy a yearly license or you pay the monthly license for a year, you get a "perpetual" license. You get to keep the turn current version forever without buying another license.

I agree but it is £26/month in the UK (~$35/month), not 14. Where are you getting that price from?

Re: Official support for .NET

#58
post #44

Earlier quoted context omitted.

> .NET had/has a higher cost to entry > It is arguably also a bad business decision to shell out $$ for a language that isn't used at your company. What cost(s) are you thinking of here? .NET doesn't cost anything (monetarily). Some of the tools cost money but you can also get by in the .NET world with a command-prompt and text editor (I did as a hobbyist for quite some time). I might be misunderstanding your stateme…

For a long time many third party components were commercial. A lot more than in the Ruby, Python or Java ecosystems, for example. Things are slowly moving towards Open Source and cross platform, but .NET is far behind Java at this moment. It is moving fast, though.

I've been doing .NET development since 2006 and have never had to buy commercial components. Every time I have needed something there has been free/open source stuff. I'm guessing it depends on what type of software you are working on?

Re: Official support for .NET

#59
post #6

Earlier quoted context omitted.

renewed interest Maybe in the Hacker News bubble. Outside of that, things have been cruising along quite nicely for at least a decade.

I've worked with .Net devs for most of the past 17-18 years... I've done my fair share of C# development beyond that. And I've seen a lot of shops move away from .Net. Several to Node.js, others to Java or Ruby. It's not just a Hacker News bubble. I'm working in a place now, where most new development is .Net core to be deployed in Linux. There are also a few node projects, and go is also approved for new projects. B…

Thats an odd way to phrase it considering v1 was released 15 years ago. Like saying I've spent almost half of the last 10 years with my 4 years old son.

Re: Official support for .NET

#60
post #44

Earlier quoted context omitted.

For a long time many third party components were commercial. A lot more than in the Ruby, Python or Java ecosystems, for example. Things are slowly moving towards Open Source and cross platform, but .NET is far behind Java at this moment. It is moving fast, though.

I've been doing .NET development since 2006 and have never had to buy commercial components. Every time I have needed something there has been free/open source stuff. I'm guessing it depends on what type of software you are working on?

For a long time there was no free option to validate json schema with the latest norm.
Post reply on HN