How to rotate a image in C# and VB.NET
To rotate a image in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
All the Code Snippets and Samples you need
To rotate a image in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
To flip a image in C# and VB.NET you can use the following snippet. Sample C# Sample Vb.NET
The simple but usefull AddToEnd listbox extension for C# and VB.NET. Sample C# Sample VB.NET
To get the wordcount of a string in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
To check if a string is unicode in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
To get a word by index in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
IsNull extension method for C# and VB.NET. Simple but very usefull! Sample C# Sample VB.NET Usage (c#)
To check if two files are equal in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
To convert XNode to XElement in C# and VB.NET you can use the following snippet. Samples Sample C# public XElement XNodeToXElement(XNode xNode) { return XElement.Parse(xNode.ToString()); } Sample VB.NET Public Function…
To strip html tags from string in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET