C#

XPATH With Default Namespace In C# – XPathNavigator

This article explains the sample C# code with XPathNavigator to select an XML element from an XML file which is…

7 years ago

String Value Enum with Space in between – Description Attribute

Enum with spaces C#: If you give a space in string value of Enum, it would generate a compilation error.…

7 years ago

What Is SetCompatibleTextRenderingDefault (false)

This article is just to give you a brief idea about SetCompatibleTextRenderingDefault and what happens if we pass true instead of…

7 years ago

How To Create Custom Control in C# Windows Forms

Custom controls are specialized controls in .NET derived from Control class. In this article, we explain the step by step process of…

7 years ago

Difference between Custom Controls,User controls and Components in C#.NET

Difference between Custom Controls, User controls and Components in C#: Both User control and custom control are direct or indirect…

7 years ago

How to debug C# Winforms User controls at Design Time

This article is to guide you in Debugging C# Windows Forms Usercontrols at Design Time. If you are creating a user…

7 years ago