Dynamic Event Subscription using C# or VB.NET
The following snippet let you dynamically subscribe to events using C# or VB.NET. Sample C# Sample VB.NET In order to make this snippet work, you need to ensure that the…
All the Code Snippets and Samples you need
The following snippet let you dynamically subscribe to events using C# or VB.NET. Sample C# Sample VB.NET In order to make this snippet work, you need to ensure that the…
To Check if a Form is open in C# and VB.NET you can use the snippet below. Sample C# Sample VB.NET
Sample C# Sample VB.NET for more informations on indentation = 2 see XmlTextWriter.Indentation Property
Sample C# Sample VB.NET for more informations on indentation = 2 see XmlTextWriter.Indentation Property
To convert xml string to XmlNode in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
To convert xml string to XNode in C# and VB.NET you can use the snippet below. Sample C# Sample VB.NET
To uppercase the first letter of each word in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
To remove columns from DataTable in C# and VB.NET you can use the snippet below. Sample C# Sample VB.NET
To get the Month name of a Datetime in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
You can use the IsNull Extension method by using the snippet below. Sample C# Sample VB.NET As always, this extension method has been added to the Github Fesslersoft.Extensions Repository