Live data from Hacker News

6 .NET Myths Dispelled

chrlschn.medium.com

1–4 of 4 posts

Re: 6 .NET Myths Dispelled

#3

It's weird to refer to .NET as a framework/language interchangeably. Took me awhile to realize the author is actually talking about building web apps with C#

On many .NET shops we do refer to it that way, because C#, F#, VB and C++/CLI are part of the package, so while nowadays C# tends to carry the crown, plenty of business opportunities still exist with the other ones.

Also as reminder how it look on the launch event, https://news.microsoft.com/2001/10/22/massive-industry-and-d...

> More than 20 programming tools vendors offer some 26 programming languages — including C++, Perl, Python, Java, COBOL, RPG and Haskell — on .NET.

Re: 6 .NET Myths Dispelled

#4
post #3

It's weird to refer to .NET as a framework/language interchangeably. Took me awhile to realize the author is actually talking about building web apps with C#

On many .NET shops we do refer to it that way, because C#, F#, VB and C++/CLI are part of the package, so while nowadays C# tends to carry the crown, plenty of business opportunities still exist with the other ones. Also as reminder how it look on the launch event, https://news.microsoft.com/2001/10/22/massive-industry-and-d... > More than 20 programming tools vendors offer some 26 programming languages — including C…

.NET is fundamentally built on the Common Language Infrastructure.

So C#, F#, IronPython, etc. are just higher level constructs on top of the .NET CLI.

So perhaps that's why I tend to clob the two together :)