DLR is created using the classes and interfaces of the System.Dynamic namespace. This namespace contains classes, such as ExpandoObject and […]
Updated on Kisan Patel
This post will explain you how to get property value dynamically from dynamic objects in C#. Problem: How do we […]
Updated on Kisan Patel
If you are creating a new compiler or interpreter for C# or any other .NET language, you need to use […]
Updated on Kisan Patel
If you want to an assembly that contains one or more classes, you can find out the methods and properties […]
Updated on Kisan Patel
Reflection is defined as the process of finding out the internal elements, such as metadata, assemblies, modules and types of […]
Updated on Kisan Patel
This post will explain you how to split the sentence into worlds after colon(,). To split the sentence, we have […]
Updated on Kisan Patel
Problem: Entity Framework gets slow in long Iteration Loops. Entity Framework and slow bulk INSERT. When working with bulk insert […]
Updated on Kisan Patel
TempData is also a dictionary derived from TempDataDictionary class and stored in short lives session and it is a string […]
Updated on Kisan Patel
ASP.NET MVC 3 introduces the new view engine Razor, which was conceived to simplify the current syntax used in ASP.NET […]
Updated on Kisan Patel
ASP.NET MVC 1 Overview In February 2007, Scott Guthrie (“ScottGu”) of Microsoft sketched out the core of ASP.NET MVC while […]
Updated on Kisan Patel