Saturday, July 17, 2010

Microsoft Programming Languages


When programming was still new to me, I had no knowledge of any sort of languages by Microsoft, but as time progressed and .NET came into the picture, it became evident that you simply cant do without Microsoft's collection.
All programmers will have to one day work directly with the industry and requirements at that scale require .NET support, which means you need Microsoft products if you need quality...which is obviously non negotiable.

In case you are a programmer and want to code an application of any type then Microsoft has got just the right stuff for you. This article covers those commonly used languages that I have come across personally..

1) Languages you may already know or may have heard of are:

- Visual Basic - Event Driven Language for Rapid Application Developement(RAD) for GUI based needs.
- Visual C# - Microsoft's implementation of the C# specification. It has features very similar to Java like Garbage Collection, etc.
- Visual C++ - Microsoft's IDE(Integrated Developement Environment) for C\C++ code


2) .NET Platform programming languages

- Visual Basic .NET
- Visual C# .NET
- Visual C++ .NET

The above languages are evolved versions of Visual Basic, Visual C#, Visual C++ respectively. These languages have been developed to build .NET Applications and hence include much more features, libraries.
- Managed Extensions for C++ - Extensions for C++ that allow programmers use their existing applications in C++ with the .NET framework.


3) Transact-SQL - It works upon Microsoft's Relational Database Systems.


4) Scripting Languages

- Windows Script Host - Scripting environment that works with all scripting languages.
- VBScript
- JScript
- JScript .NET


5) Extensible Markup Language (XML) - Most useful when it comes to marking meta-data. XML and HTML cannot replace each other, in fact they compliment each other. XML is used to move metadata between systems.


6) Visual J++ - Allows migration of Java programmers to .NET, you can do so by either extending your Java code to .NET or you can use automated tools to convert to C# code.


7) X++ - OOP's based language similar to C# and has applications in building accounting and business management software. It hence used SQL along with the familiar "C++ style" of programming.


8) Alternative Languages
Many comapnies have collaborated with Microsoft to harness the growing power and influence of the .NET Framework. Besides these we also have alternate languages like:

- Standard ML
- SmallTalk
- Salford FTN95 (Fortran)
- Python
- Perl
- Pascal
- Oberon
- Mondrian
- Mercury
- Eiffel
- Dyalog APL
- COBOL

No comments:

Post a Comment