C++

What is C++ ? C++ is a general purpose, case-sensitive, free-form programming language that supports object-oriented, procedural and generic programming. It is a middle-level language, as it encapsulates both high and low level language features. History of C++ : It was developed in 1980 by Bjarne Stroustrup at bell...

Cold Fusion

What is Cold Fusion ? ColdFusion is one of the easiest programming environments to use, and enables us to create powerful server-side web applications very quickly, with much less code than other technologies such as ASP, PHP etc. ColdFusion integrates many Internet technologies such as XML, Java, web services...

Ruby on Rails

What is Ruby on Rails ? Ruby on Rails is a server-side web application development framework written in Ruby language by David Heinemeier Hansson.  It allows us to write less code than other languages and frameworks. It includes everything needed to create database-backed web applications according to MVC pattern....