This page is reserved for coding information. I am currently very fond of two languages and use them regularly, C# and Java.
Both languages are open to developers to develop with. C# is primarily a Microsoft language and works solely with the dot net environment. This simplifies development and creation of executables, however it limits the installation of the program to Microsoft computers.
Java is an programming language created by Sun systems, and owned by Oracle. Java is not system dependent and will function on any machine, with the Java framework.
Both languages use a virtual machine or framework to run the executables and execute in byte code.
Some helpful links when coding in these languages: (Still a work in process!)