answersLogoWhite

0


Best Answer

c#,Visual basic and Cobol

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: List 3 programming languages available in the NET Framework?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

List of back end programming languages?

HTML,CSS, Javascripts are few front end programming languages.


How many programming languages are?

Thousands! Programming languages number in the thousands, from general purpose programming languages such as C++, Java, and others, to special purpose languages which are used in one application. They can be ordered by type (structured, object-oriented, functional, etc.) or by history, or syntax. See the related list of programming languages.


What the answer of give 5 programming language influence by c language?

It would be a list of five programming languages.


List two programming languages that can be used to make cloud computing applications?

1). Java 2). C#


Which programming languages do what?

HTML creates webpages, C++ and Java can make programs like games. Those are just the basic ones. You can see a list of them at: http://www.ukessays.com/essays/computer-science/programming-languages-and-their-types-and-uses.php


What is the computer language that is still in use?

Computer languages, more commonly called programming languages, are developed all the time, and new ones emerge regularly. While some new ones are short lived, some old ones come out of fashion or fail to catch-up with more modern developments, a wide variety of programming languages are in use.Some will argue that the C programming languages and all its derivatives, such as the C++, C# and Java languages (to name just a few) are the most widely used programming languages today.However, other programming languages are equally powerful and versatile.While programming language families such as C or Pascal are typically general-purpose languages, an even larger set of languages is specialized to a specific problem domain. These include languages specialized in describing graphics, describing data or database queries, describing programming languages and their rules, and so on and so forth. The list of specialized languages is even larger than that of general-purpose languages.


List of not object-oriented programming languages?

Languages like C, Pascal, Basic do not use classes, polymorphism, etc, they promote functional style of programming. Languages like PHP, Perl, Python, Ruby provide you with the opportunity to choose whether you like to program using classes, in other words in the object-oriented way, or adhere to functional programming - depending on what is optimal for the project you are working on.


Where is a list of different languages?

You can find one on wikipedia.org type list of languages, and then click on List of languages by name.


What is the difference between languages used in artificial intelligence and other programming languages?

If you're talking about "traditional" AI programming languages like LISP and Prolog, the essential difference boils down to the language's ruling metaphor.Most standard programming languages operate on a principle of sequential and/or branching instruction execution.OTOH, the LISt Processing language (LIST) encourages its programmers to view everything (all solutions to programming problems) in the form of one or many lists.Prolog is perhaps the furthest evolution to date away from the standard, sequential-instruction programming model: in Prolog, the programmer does not explicitly spell out the sequence of operations (a.k.a., "procedure," hence "procedural languages") needed to solve a problem; instead, the problem is simply declared (hence, "declarative language"), and the language itself (or rather the engine implementing it) seeks out the solution.Nowadays, though, you'll find AI being implemented in any number of standard procedural languages -- C++, Java, even scripting languages like Perl and Python.


Which are the software programming languages?

There are many programming languages all suitable for many purposes. (Except Java, that one is lame) The largest list of programming languages I could find is at http://en.wikipedia.org/wiki/Alphabetical_list_of_programming_languages A programming language is a medium to solve any problem step by step. Programming languages can be used to create programs that control the behavior of a machine and/or to express algorithms precisely.Programming or coding is a language that is used by operating systems to perform the task.Basically there are two different programming approaches; procedure oriented and object oriented. The procedure oriented programming (POP) approach focuses on creating and ordering procedures or a block of code keeping in mind to accomplish a specific job. The key features of this kind of approach are: use of procedures, sequencing of procedures and sharing global data.However, in case of the object oriented programming (OOP) approach the focus is totally towards identifying objects or data and not on creative activities. Now a days most of the high level programming languages such as Java, C#, C++, and Visual Basic are based on object oriented approach.


Is there a program that when given a list of elements and a number selects and prints that many elements chosen at random from that list?

There may not be a specific program available that does that, but one could easily be written in many different languages. So it would be possible to get one to do it. All you need is to know some programming or know someone that does. You could then tell them specifically what you need it to do.


Which is not the language of computer programming?

Although English is the dominant language of computer languages, this is primarily because a third of all known languages were developed in English-speaking countries, while languages developed in other countries typically use English in order to appeal to a wider audience. However, there are still many non-English programming languages, including symbolic languages, as well as conversions of English-based languages to suit non-English cultures. As to which languages are not used, it would be easier to list those that are or have been used. See related links, below.