T-SQL Parse a String 2In this post I’ll discuss how to parse a string in SQL Server so that you can move […] November 16, 2021 in SQL Server tagged string / parse / SQL Server Parsing by Mike
T-SQL Parse a StringIn SQL Server, do you have a table with a column that has several values in it that […] November 15, 2021 in SQL Server tagged parse / charindex / substring / csv / string / SQL Server Parsing by Mike
T-SQL Parse a String in a ColumnDo you have a column in your SQL Server database that contains a list of things separated by […] November 10, 2021 in SQL Server tagged replace / string / parse / split / normalize / parsename / reverse / Atomicity by Mike
WPF String Static ResourcesWhen you are working in XAML you may find that you’d like to have a way to declare […] May 24, 2020 in WPF tagged resource / key / string / xaml / static / constant / double by Mike
WPF Solid Color BrushesMicrosoft in their website article Using brushes to paint backgrounds, foregrounds, and outlines says: “A SolidColorBrush paints an […] April 12, 2020 in WPF tagged C# / convertfromstring / convert / string / converter / background / xaml / brush / brushes / colour / color / fill / WPF Brushes by Mike
C# Extension MethodsWhat are extension methods? As the name implies, they are methods that extend or add to the functionality […] November 24, 2018 in C# tagged strings / string / method / extension / this / Shorten / chaining / chain / C# Extension Methods by Mike
C# Convert String to NumberTry here for an article on converting a string to an integer. The best solution is to use […] September 29, 2018 in C# tagged convert / string / integer / number / int by Mike
C# String InterpolationThe general definition of interpolation can be either (1) the insertion of something of a different nature into […] June 23, 2018 in C# tagged formatting / $ / dollar / format / strings / string / interpolation / composite by Mike
C# StringsIn C# a string is a series of Unicode characters. We surround strings with double quotes, whereas we […] June 6, 2018 in C# tagged join / escape / parse / charaacters / tostring / strings / convert / string / concatenation by Mike
SQL Server Searching for WordsThis post discusses the query you will need to be able to search inside a column in a […] November 23, 2017 in SQL Server tagged search / validation / exists / string / like by Mike
SQL Server Finding String LengthSuppose you have a table with a column that needs some data validation performed on it. The data […] October 10, 2017 in SQL Server tagged length / count / order / string / data validation / max / longest / shortest 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 type / data / convert / cast / string / IIF / concatenation / case / Coalesce / precedence by Mike