In this post, we are building the list to manipulation of MS Word/Excel Documents libraries in C#. DocX DocX to […]
Updated on Kisan Patel
Problem: How to create a scrollable WPF usercontrol? For an application that I am working on I want to create […]
Updated on Kisan Patel
Problem: In wpf how can i prevent user from moving the windows by dragging the title bar? Solution: Since you […]
Updated on Kisan Patel
Problem c# – Convert a bitmap into a byte array c# – Convert Bitmap to byte C# convert a BitMap […]
Updated on Kisan Patel
In ASP.NET MVC, paging can be done in simple way using PagedList.Mvc nuget package. So first you need to add […]
Updated on Kisan Patel
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