C# Dynamic

C# Dynamic

Dynamics is one of the features of C# that sometimes confuses some developers but it’s actually pretty easy.Let me give you some background information.Programming languages are divided into two types — Statically-typed languages Dynamically-typed languages. Or in short, we can say static languages or dynamic languages.Examples of static languages are C# and Java. Dynamic languages…Continue reading C# Dynamic

Chef: installation and few basics

Chef is a configuration management tool written in Ruby and Erlang. It uses a pure-Ruby, domain-specific language (DSL) for writing system configuration “recipes”. Chef is used to streamline the task of configuring and maintaining a company’s servers, and can integrate with cloud-based platforms such as Internap, Amazon EC2, Google Cloud Platform, Oracle Cloud, OpenStack, SoftLayer,…Continue reading Chef: installation and few basics