Top 10 reads of July 2015
These are our Top 10 reads of July 2015. How to match strings using wildcards in C# and VB.NET IsSmallerThan generic extension method for C# and VB.NET How to prevent…
All the Code Snippets and Samples you need
These are our Top 10 reads of July 2015. How to match strings using wildcards in C# and VB.NET IsSmallerThan generic extension method for C# and VB.NET How to prevent…
This snippet will help you to xsl transform xml files with custom namespaces. A Basic snippet which does only work without custom namespaces can be found HERE. The snippet will…
To use a counter in a XSL For-Each block, you can use the position() function, the Counter starts at value 1. Sample XSL see also MSDN position Function
To use the simply type percent (xs:decimal), see the snippet below.
To validate xml file with xsd file in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET