By tag: value
0
kicks
Use A Combination OF NULLIF and COALESCE TO Display A Custom Value
This article will show you how to combine NULLIF and COALESCE to display 'N/A' for all values in your table that are blank, empty string or null
0
kicks
Value Types vs Primitive Types
Questions of the day
1. Is there any difference between Primitive Types & Value Types ?
2. Are all Value Types primitive types and vise versa ?
3. Is there any difference between string & System.String ?