Dynamic C# Introduction

Introduction C# is generally considered as a statically typed language. However it also offer very useful dynamic capabilities which comes handy in certain situations. In this post I will give you a very basic introduction of dynamic C#. Why Dynamic C# There are many reasons why you would like to use dynamic C# capabilities. Few … Read more