If you've needed to parse or construct a URI in C#, you've likely done it with the System.Uri class. I…
The second installment in my series of C# basics illustrates the proper use of access modifiers. The public access modifier…
This page details the coding style I've adopted for C# code in my applications. You should also read Microsoft's -…
For the new C# section of my website, I wanted to post some notes that I made the first time…
There are some pretty compelling reasons to lock down your LinkedIn account now. We bet you didn't know that there…
We bet you didn't know that your full name, picture, work history, and more may be read by anyone with…
I've always been a huge fan of O'Reilly's "In a Nutshell" series. C# in a Nutshell was no exception. Simply…
Tested on server version: SQL Server 2016 Developer Edition Reference info accurate on: January, 2018 was wanting to make THIS…
CodeProject Assume you've been asked to return a date stored as a datetime2 in a specific format using Transact-SQL. For…
This book is incredibly well laid out and exceptionally easy to read and follow. Whereas other books seem to try…