.NET: Difference between revisions

29 bytes added ,  18 September 2022
no edit summary
(Created page with "'''.NET''' is an open-source software framework primarily developed by Microsoft. You can interact with it through three programming languages (C#, F#, and Visual Basic). There are two different versions of .NET: ''.NET Framework'' and ''.NET'', formerly called ''.NET Core''. .NET Framework allows for Windows desktop applications, while .NET offers a universal way to develop non-GUI programs on Microsoft Windows, macOS, and Linux. == C# == C# is the most popula...")
 
No edit summary
 
Being a programming language that many people have not heard of, F# isn't used as often as C#. It has a syntax that looks closer to Python's than Java's, which could make it easier to learn for people who program in Python.
 
{{Highlight|lang=fsharp|displaylang=F#<br><i>My eyes, it burns!</i>|code=
// F# demo code.