| About
            C# (also known as C Sharp, pronounced "See Sharp") is a modern, object-oriented, and type-safe programming language. C# enables developers to build many types of secure and robust applications that run in .NET. C# has its roots in the C family of languages and will be immediately familiar to C, C++, Java, and JavaScript programmers. This tour provides an overview of the major components of the language in C# 8 and earlier. C# is an object-oriented, component-oriented programming language. C# provides language constructs to directly support these concepts, making C# a natural language in which to create and use software components. Since its origin, C# has added features to support new workloads and emerging software design practices. At its core, C# is an object-oriented language. You define types and their behavior.
             | About
            HTML, short for HyperText Markup Language, is the markup language that is used by every website on the internet. HTML is code that websites use to build and structure every part of their website and web pages. HTML5 is a markup language used for structuring and presenting content on the World Wide Web. It is the fifth and final major HTML version that is a World Wide Web Consortium (W3C) recommendation. The current specification is known as the HTML Living Standard. It is maintained by the Web Hypertext Application Technology Working Group (WHATWG), a consortium of the major browser vendors (Apple, Google, Mozilla, and Microsoft). HTML5 includes detailed processing models to encourage more interoperable implementations; it extends, improves, and rationalizes the markup available for documents and introduces markup and application programming interfaces (APIs) for complex web applications. For the same reasons, HTML5 is also a candidate for cross-platform mobile applications.
             | About
            JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.
JSON is built on two structures:
1. A collection of name/value pairs. In various languages, this is realized as an object, record, struct, dictionary, hash table, keyed list, or associative array.
2. An ordered list of values. In most languages, this is realized as an array, vector, list, or sequence.
These are universal data structures. Virtually all modern programming languages support them in one form or another.
             | About
            QBasic as well as QuickBasic is an easy-to-learn programming language (and therefore ideal for beginners), based on DOS operating system, but also executable on Windows. QBasic is the slimmed-down version of QuickBasic. Compared to QuickBasic, QBasic is limited as it lacks a compiler. Therefore QBasic cannot be used to produce executables (.exe files). The source code (usual files with .bas extension) can only be executed immediately by the built-in QBasic interpreter. Furthermore, QuickBasic has a more extensive command set than QBasic. The best way to learn to program is to start with a lightweight programming language and a simple compiler. Qbasic (short: QB) has great advantages for pros and beginners that other compilers can't offer. Back then, when DOS was the most widely used operating system, QB IDE enjoyed great popularity. On current Windows systems, QBasic/QuickBASIC requires a DOS emulator, e.g. DOSBox.
             | |||
| Platforms Supported
            
                Windows
            
            
         
            
                Mac
            
            
         
            
                Linux
            
            
         
            
                Cloud
            
            
         
            
                On-Premises
            
            
         
            
                iPhone
            
            
         
            
                iPad
            
            
         
            
                Android
            
            
         
            
                Chromebook
            
            
         | Platforms Supported
            
                Windows
            
            
         
            
                Mac
            
            
         
            
                Linux
            
            
         
            
                Cloud
            
            
         
            
                On-Premises
            
            
         
            
                iPhone
            
            
         
            
                iPad
            
            
         
            
                Android
            
            
         
            
                Chromebook
            
            
         | Platforms Supported
            
                Windows
            
            
         
            
                Mac
            
            
         
            
                Linux
            
            
         
            
                Cloud
            
            
         
            
                On-Premises
            
            
         
            
                iPhone
            
            
         
            
                iPad
            
            
         
            
                Android
            
            
         
            
                Chromebook
            
            
         | Platforms Supported
            
                Windows
            
            
         
            
                Mac
            
            
         
            
                Linux
            
            
         
            
                Cloud
            
            
         
            
                On-Premises
            
            
         
            
                iPhone
            
            
         
            
                iPad
            
            
         
            
                Android
            
            
         
            
                Chromebook
            
            
         | |||
| Audience
        Developers interested in a modern, object-oriented, type-safe programming language
         | Audience
        Web developers seeking a solution to create websites and apps
         | Audience
        Programmers and developers
         | Audience
        Anyone in need of an neasy-to-learn programming language that is executable on Windows
         | |||
| Support
            
                Phone Support
            
            
         
            
                24/7 Live Support
            
            
         
            
                Online
            
            
         | Support
            
                Phone Support
            
            
         
            
                24/7 Live Support
            
            
         
            
                Online
            
            
         | Support
            
                Phone Support
            
            
         
            
                24/7 Live Support
            
            
         
            
                Online
            
            
         | Support
            
                Phone Support
            
            
         
            
                24/7 Live Support
            
            
         
            
                Online
            
            
         | |||
| API
            
                Offers API
            
            
         | API
            
                Offers API
            
            
         | API
            
                Offers API
            
            
         | API
            
                Offers API
            
            
         | |||
| Screenshots and Videos | Screenshots and Videos | Screenshots and Videos | Screenshots and Videos | |||
| Pricing
        Free
        
     
            
                Free Version
            
            
         
            
                Free Trial
            
            
         | Pricing
        No information available.
        
        
     
            
                Free Version
            
            
         
            
                Free Trial
            
            
         | Pricing
        Free
        
     
            
                Free Version
            
            
         
            
                Free Trial
            
            
         | Pricing
        Free
        
     
            
                Free Version
            
            
         
            
                Free Trial
            
            
         | |||
| 
Reviews/ | 
Reviews/ | 
Reviews/ | 
Reviews/ | |||
| Training
            
                Documentation
            
            
         
            
                Webinars
            
            
         
            
                Live Online
            
            
         
            
                In Person
            
            
         | Training
            
                Documentation
            
            
         
            
                Webinars
            
            
         
            
                Live Online
            
            
         
            
                In Person
            
            
         | Training
            
                Documentation
            
            
         
            
                Webinars
            
            
         
            
                Live Online
            
            
         
            
                In Person
            
            
         | Training
            
                Documentation
            
            
         
            
                Webinars
            
            
         
            
                Live Online
            
            
         
            
                In Person
            
            
         | |||
| Company InformationMicrosoft docs.microsoft.com/en-us/dotnet/csharp/tour-of-csharp/ | Company InformationHTML Founded: 1993 United States html.spec.whatwg.org/multipage/ | Company InformationJSON Founded: 2001 www.json.org | Company InformationQBasic Germany www.qbasic.net | |||
| Alternatives | Alternatives | Alternatives | Alternatives | |||
|  | ||||||
| Categories | Categories | Categories | Categories | |||
| Integrations
            
                
    AnyIP
            
            
         
            
                
    AppCode
            
            
         
            
                
    DepsHub
            
            
         
            
                
    EnableX HTTP Live Streaming API
            
            
         
            
                
    FOSSA
            
            
         
            
                
    Flexprice
            
            
         
            
                
    Jtest
            
            
         
            
                
    LEADTOOLS Imaging Pro
            
            
         
            
                
    MileMaker
            
            
         
            
                
    Mono
            
            
         | Integrations
            
                
    AnyIP
            
            
         
            
                
    AppCode
            
            
         
            
                
    DepsHub
            
            
         
            
                
    EnableX HTTP Live Streaming API
            
            
         
            
                
    FOSSA
            
            
         
            
                
    Flexprice
            
            
         
            
                
    Jtest
            
            
         
            
                
    LEADTOOLS Imaging Pro
            
            
         
            
                
    MileMaker
            
            
         
            
                
    Mono
            
            
         | Integrations
            
                
    AnyIP
            
            
         
            
                
    AppCode
            
            
         
            
                
    DepsHub
            
            
         
            
                
    EnableX HTTP Live Streaming API
            
            
         
            
                
    FOSSA
            
            
         
            
                
    Flexprice
            
            
         
            
                
    Jtest
            
            
         
            
                
    LEADTOOLS Imaging Pro
            
            
         
            
                
    MileMaker
            
            
         
            
                
    Mono
            
            
         | Integrations
            
                
    AnyIP
            
            
         
            
                
    AppCode
            
            
         
            
                
    DepsHub
            
            
         
            
                
    EnableX HTTP Live Streaming API
            
            
         
            
                
    FOSSA
            
            
         
            
                
    Flexprice
            
            
         
            
                
    Jtest
            
            
         
            
                
    LEADTOOLS Imaging Pro
            
            
         
            
                
    MileMaker
            
            
         
            
                
    Mono
            
            
         | |||
|  |  |  |  | 
 
        