Simple Type Percent for XSD Files
To use the simply type percent (xs:decimal), see the snippet below.
All the Code Snippets and Samples you need
To use the simply type percent (xs:decimal), see the snippet below.
What is the difference between typeof(), GetType() and is? typeof() takes a type name specified at compile Time. GetType() gets the Type of an Object at runtime is returns true…
To retrieve a IEnuemerable of all types in the current or another Assembly that implement a specific Interface / Abstract class and so on, you can use the snippets below.…
Here you can find a generic Type conversion snippet for C# and VB.NET. Sample C# Sample VB.NET
To call a static method in different assembly using Reflection in C# and VB.NET you can use the snippet below. Sample C# Sample VB.NET
To call a static method in different assembly using Reflection in C# and VB.NET you can use the snippet below. Sample C# Sample VB.NET
To get the type of a generic parameter in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
To style a link by filetype in CSS you can use the following snippet. Sample CSS
The following snippet will allow you to use the IsOfType extension method, simple but usefull! Extension method C# Extension method VB.NET