WPF Validating 13-digit ISBNIn this post we will look at the validation of a 13-digit ISBN book number. Not all 13-digit […] May 14, 2020 in WPF tagged validation / exception / try / catch / tryparse / ISBN by Mike
C# Exception HandlingException handling is an advanced topic because there the things you need to understand in C# before you […] January 5, 2019 in C# tagged finally / IDisposable / unmanaged / error / exception / try / catch / handling / using / C# Exception Handling by Mike
C# MethodsA C# method is a term used to describe functions exposed by objects. A method is a function […] May 18, 2018 in C# tagged null / ref / exception / offensive / signature / defensive / out / overloading / overload / params / reference / objects / parse / methods / tryparse / C# Classes by Mike
SQL Server Exception Handling Part 14This post is a continuation of our SQL Server project that uses exception handling, except that here we […] October 13, 2017 in SQL Server tagged transaction / exception / try / catch / tran / simple / simplified / boilerplate / error / SQL Server Exceptions by Mike
SQL Server Exception Handling Part 13This post is a continuation of our SQL Server project that uses exception handling in our code to […] March 25, 2017 in SQL Server tagged error / exception / SQL Server Exceptions by Mike
SQL Server Exception Handling Part 12This post is a continuation of Part 11. We have a table called dbo.Reports. We do not want […] March 23, 2017 in SQL Server tagged exception / error / sql / SQL Server Exceptions by Mike
SQL Server Exception Handling IntroductionThis post is part of a series of posts on exception handling in SQL Server. This post includes […] March 17, 2017 in SQL Server tagged error / server / sql / exception / introduction / handling / SQL Server Exceptions by Mike