C# Upcasting and DowncastingThe post C# Introduction lists all of the C# series of posts we have at this site. What […] August 4, 2018 in C# tagged downcast / downcasating / as / WPF / cast / upcasat / upcasting / C# Inheritance by Mike
SQL Server Sequential Numbers Part 4Our query will create sequence numbers. This is part 4. We other posts called SQL Server Sequential Numbers […] October 13, 2017 in SQL Server tagged row_number / sequence / sequential / cast / order by / union all / right / SQL Server Sequential Numbers by Mike
SQL Server Strings ConcatenationNumbers and Strings If you want to concatenate a number to a string you need to know how […] July 2, 2017 in SQL Server tagged IIF / concatenation / case / Coalesce / precedence / type / data / convert / cast / string by Mike
SQL Server right() function with cast()The right() function returns the right part of a character string with the specified number of characters. It […] February 23, 2017 in SQL Server tagged sql / cast / right by Mike
T-SQL Bulk Insert-Output Part 4This post continues from our second post called T-SQL Bulk Insert-Output Part 3. Let’s carry on from that […] January 30, 2017 in SQL Server tagged cast / header / sql / T-SQL Bulk Insert by Mike
T-SQL Bulk Insert-Output Part 2This post continues from our first post T-SQL Bulk Insert-Output of Text Files. Here we will create a […] January 30, 2017 in SQL Server tagged sql / insert / cast / union / bulk / T-SQL Bulk Insert by Mike
C# Enumerations Part 2Here are some examples of use cases for enumerations. Suppose you have a series of integer values that […] April 3, 2016 in C# tagged list / convert / cast / tryparse / enumeration / enum / cardinal / cardinality / C# Complex Types by Mike