Question:

What is C#? is it a computer program or a language like HTML?

by  |  earlier

0 LIKES UnLike

What is C#? is it a computer program or a language like HTML?

 Tags:

   Report

5 ANSWERS


  1. Its a language but its not like HTML because HTML is markup. You cannot code logic in HTML. C# is one of the most popular languages and belongs to the same category as Java, PHP, Ruby etc. Its a product of Microsoft


  2. It is much different from HTML, though it is a programming language. HTML is a markup language, it describes how data is presented on a webpage, whereas C# is a programming language that can "think" and make decisions.

  3. C# is a language.


  4. It's a programing language my friend,

    The C# programming language (pronounced "C-Sharp") is one of the most powerful object-oriented programming languages developed by Microsoft. According to them, "C# is a modern, object-oriented language that enables programmers to quickly build a wide range of applications for the new Microsoft .NET platform, which provides tools and services that fully exploit both computing and communications." Actually, C# was originally codenamed "Cool" before being released as a beta in 2000. Microsoft then released different versions of the language including the latest release of C# 2.0. With each release, the product shipped with improved features for developing secured and scalable applications along with high quality documentation and code samples.

    C, C++, and Visual Basic 6.0 had dominated the computer industry for the past two decades. The main drawback with these languages is that a programmer has to devote a long time to develop and deploy an application. Also, the syntax used by one language is different from the other; hence, it took a long time for a programmer to migrate between two different languages. Programmers were searching for a programming language that would not only reduce the development time of applications but also to attain good productivity. These difficulties were eliminated with the introduction of C#. This is because all .NET languages, including C#, commonly follow the Common Language Specification (CLS) and target the CLR.

    Some of the notable features of the C# programming language are namespaces, type-safe variables, multi-dimensional arrays, jagged arrays, operator overloading, indexers, delegates, versioning, attributes and overriding. C# also comes with features like "pass by reference" and "pass by value" for parameters, XML based documentation with special comment tags, Integration with COM components developed using Visual Studio 6.0. Further, C# has also been approved as an International Standard Organization (ISO) standard. For more details regarding this topic, refer to http://msdn.microsoft.com/en-us/vcsharp/...

    You can develop console applications (executed from the command prompt), Windows applications, ASP.NET web applications, ASP.NET web services, and Mobile Web Applications, class libraries, Windows control libraries, smart device applications and web control library applications by using the C# language. In addition to these applications, you can also create setup files for your C# projects using Visual C# .NET.

    I hope this helps, have a wonderful day. Peace !!!

  5. As Offramp said- HTML just instructs a browser how to display the page.

    C# Is a proper programming language.

    You could write a browser in C# that could display HTML as a webpage, not the other way round.

Question Stats

Latest activity: earlier.
This question has 5 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.