C# Overriding ToString MethodMicrosoft has an article on overriding the ToString() method in the web page called Formatting Types in .NET. […] June 23, 2018 in C# tagged tostring / override / overriding / C# / convert 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
C# Class Library Projects Part 2In this post we provide the C# source code for a very simple example of a class library, […] July 2, 2016 in C# tagged library / project / C# / class / C# Class Library by Mike
C# Class Library Projects IntroductionA project that contains only classes (and other type definitions if necessary) but no entry point is called […] July 2, 2016 in C# tagged C# / class / library / project / C# Class Library by Mike
C# IntroductionC# (C Sharp) is a programming language that you can use to create applications. It is an evolution […] April 3, 2016 in C# tagged C# / .NET / typesafe / language / sharp / introduction / C# Introduction by Mike