World's most popular programming languages are
For Desktop Application Development
- C
- C++
- Visual C# .Net
- Visual C++ .Net
- Visual Basic .Net
- WPF
- Java
- Pascal
- Delphi
Frameworks, Class Library
- Spring.Net
- nHibernate
- Qt
- MFC
- Yii
- Codeigniter
- Zend
- Symphnony
- CakePHP
For web site development most popular programming languages are
- PHP
- ASP.Net
- JSP
- Python
- Perl
- Ruby
- CGI
You can see full list at wikipedia Click Here
Developing a software you have to know at least one programming language, a compiler to compiling code and an IDE to writing code.
One can easily learn programming language for free of cost.
To learn a programming language first you need to know
1.Language Reference
2.Library Reference
Language Reference is the grammar of a programming language. Every language has some keyword, data type, control statement, looping statement, conditional statement, some pre-processor directive. Also every programming language has it's own syntax.
And Library Referance is the list of pre written functionality which reduce writing repeated code. Those library are most commonly used. Basic functionality like a window. You do not need to write code to drawing a windo, like button, textbox, etc.
There has many open source programming language like PHP, Python, C++, they provide compiler, reference manual, documentation free. And also have open source free IDE for coding like most popular opensource free IDE eclipse. You can write PHP, C++, Java code at eclipse.
Also Microsoft has free version of Visual Studio. Which is called Express Edition. Like Visual Studio 2008 Express. You can download it free and can develop desktop, web application easily.
Every thin is available and free also so question is how to learn ?
Ok, You can learn by reading manual, documentation, book, or watching video tutorial.
Also there has lots of website to learn programming language at online. You just need google it. Next I will provide website learning website url.
No comments:
Post a Comment