answersLogoWhite

0

C#.NET and VB.NET are Turing-equivalent; anything that can be done in one language can be done in the other. Moreover, their syntactic structures are very similar, so the same modes of thinking apply to programming in either language.

C# is considered a more austere and elegant language, while VB, which relies less on punctuation, is sometimes considered easier to read.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What programming language produces exe extensions?

C Sharp (C#)


Example of a programming language?

C, C++, Java, C-Sharp


Something about c sharp?

C sharp is an easy, modern, general-purpose, object-oriented programming language. It is set to run within Microsoft's .NET framework. Anders Hejlsberg led the development team for this program.


Which computer language more use in IT field?

C Sharp (C#) .Net Because its so powerful


Who invented c sharp programming?

It wasn't really invented. It was designed by some Microsoft division, based on best in area tendencies to the point of time. A lot of concepts was taken directly from Java programming language.


What is Microsoft c sharp?

Microsoft C# is a programming language based upon C and C++ which conforms to the Common Language Infrastructure (CLI). Other languages that conform to CLI are VB.NET and J#.


What is another name for a C sharp?

Another name for C sharp is "C♯." It is a programming language developed by Microsoft as part of its .NET initiative, designed for building a variety of applications. The name C sharp is derived from the musical notation where a sharp indicates a note that is a semitone higher.


Where can one learn useful things in C Sharp?

You can learn useful things in C Sharp by purchasing a book on the subject. C Sharp is better known as C# and is a multi-paradigm programming language with many features. It was developed by Microsoft and they are a good source for information and learning material.


What is the definition of c sharp programming language?

C# is a derivative of C++, designed to allow C++ programmers to take advantage of the .NET environment. Officially, it is an object oriented language that encompasses strong typing and component orientation.


What is the difference between C and C Sharp?

#1) C is unmanaged code, and C# is managed by the .NET CLR (Common Language Runtime)Managed code means that many of the low-level activities that one has to worry about with C, such as memory management, garbage collection, pointers, etc, are automatically handled for you.#2) C# is an object orienated language. C is a structed language. However, if you were referring to C++, then both C# and C++ have similar (although not identical) object orienated capabilities.AnswerC is a procedural programming language developed in AT&T-Bell labs. It has been in use for about four decades for system and application programming. It has been ported to lots of CPUs and operating systems. C-sharp (C#) is an object oriented programming language developed by Microsoft for use in its .NET framework. It is much newer, and only works on Microsoft operating systems. C#, like many other programming languages, is a descendant of C - they share some syntactic conventions.


Object oriented programming in c sharp?

Yes, C# is object orientated.


What is asp.net hosting and how do you use it?

ASP.NET allows you to use a full featured programming language such as C# (pronounced C-Sharp) or VB.NET to build web applications easily. if you re looking to build a website you shoul consider this.