How to create dynamic objects in C#

In the world of C# programming, the concept of dynamic objects brings forth a paradigm shift, offering flexibility and versatility in handling data structures. While C# is known for its statically typed nature, dynamic objects introduce a dynamic typing capability, enabling developers to work with objects whose structure is determined at runtime. This blog will... Continue Reading →

Introduction to AutoMapper

AutoMapper is an .NET library which will be very useful to solve your complex problem and also it avoids duplication of code. Those who work on large enterprise .NET applications, most of the times you would change your domain model to view model or vice versa. But sometimes you need to do it in multiple... Continue Reading →

Blog at WordPress.com.

Up ↑