ARTICLES

Latest Articles

Practical guides, tutorials, and insights on AI, agents, Microsoft technologies, enterprise applications, and communication.

JavaScript Object Literals
JavaScript / Node / React · Feb 22, 2015

JavaScript Object Literals

Object literals are a way to define objects in JavaScript using comma-separated name-value pairs of properties and methods. For example, we can…

Read article →
C# – Inheritance
C# · Feb 17, 2015

C# – Inheritance

Carrying on from our previous transport post, we currently have a car class that has some properties. However, a car is a type of vehicle.…

Read article →
C# – Classes
C# · Feb 16, 2015

C# – Classes

In this example and series of examples, I will go through some object oriented and C# concepts. We will use an example…

Read article →