SQL Server FunctionsThis post describes how you can create a user-defined function in SQL Server. We will start off with […] November 21, 2017 in SQL Server tagged function / functions by Mike
SQL Server CLR AssembliesCLR stands for Common Language Runtime. This blog post is about writing SQL Server stored procedures and functions […] February 20, 2017 in SQL Server tagged functions / clr / C# / assembly / T-SQL / procedure / SQL Server CLR by Mike
SQL Server User-Defined FunctionsIn SQL Server, user-defined functions (UDFs) are similar to stored procedures, except that they do not support OUTPUT […] February 5, 2017 in SQL Server tagged function / functions / sql / clr by Mike
Site-Specific PluginThis post is inspired by the article from wpbeginner.com on creating a site-specific plugin where you can store […] December 20, 2015 in Plugin tagged custom / functions / plugin / shortcode / site-specific / child theme by Mike
Template TagsTemplate Tages are PHP functions used in template files (php files on your web server). You cannot use […] December 6, 2015 in WordPress tagged footer / functions / php / template tags by Mike
Functions.phpThe functions.php file is a file on your WordPress web server that is part of a group of […] October 25, 2015 in PHP tagged functions / template by Mike