What are Cloud Platforms

What are Cloud Platforms

Cloud platforms are quickly becoming extremely popular and great ways to host your brand new applications. A cloud platform refers to the combination of both software and infrastructure in an internet based data center. The most common platforms at the moment are AWS,...
C# string Vs StringBuilder

C# string Vs StringBuilder

In C# String builder is used to represent a mutable string of characters. Mutable means a string that can be changed. So string objects are immutable and String Builder objects are mutable.  In practice what this means is that when you make a change to a string object...
How To Set Up A WordPress Theme

How To Set Up A WordPress Theme

WordPres uses themes to customise the way your websites looks and behaves. One of the many reasons so many people opt to use WordPress is the fact that it is open and anyone can create a theme. Creating one is also not that difficults. In this article we will have a...