How to validate XDocument with xsd file in C# and VB.NET
To validate xml file with xsd file 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 validate xml file with xsd file in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
To XSL transform a XDocument in C# and VB.NET you can use the snippet below. A more complex example which also works with custom namespaces can be found HERE. Sample…
To check if a file is locked in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
To get free disk space in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
Sample C# Sample VB.NET
To load image from web asynchron into picturebox in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
To get the Motherboard Serial in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET some mainboard manufacturers do not add this information, you will then…
To get the total virtual memory of the system in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
To get the total ram of system in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
To get the cpu speed in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET