C# System.Uri Class Examples

6 years ago
Rick Bishop

If you've needed to parse or construct a URI in C#, you've likely done it with the System.Uri class. I…

C# Basics – Access Modifiers

6 years ago

The second installment in my series of C# basics illustrates the proper use of access modifiers. The public access modifier…

C# Coding Style

6 years ago

This page details the coding style I've adopted for C# code in my applications. You should also read Microsoft's -…

C# Basics – Inheritance

6 years ago

For the new C# section of my website, I wanted to post some notes that I made the first time…

5 Reasons to Lock Down Your LinkedIn Profile

6 years ago

There are some pretty compelling reasons to lock down your LinkedIn account now. We bet you didn't know that there…

LinkedIn is Ignoring Your Privacy Settings and You Paid Them to Do It

6 years ago

We bet you didn't know that your full name, picture, work history, and more may be read by anyone with…

In Review: C# 7.0 in a Nutshell

6 years ago

I've always been a huge fan of O'Reilly's "In a Nutshell" series. C# in a Nutshell was no exception. Simply…

How to Return Details about Every Key Constraint Defined on a Database

6 years ago

Tested on server version: SQL Server 2016 Developer Edition Reference info accurate on: January, 2018 was wanting to make THIS…

Formatting Dates in T-SQL Using CONVERT with Style Codes

6 years ago

CodeProject Assume you've been asked to return a date stored as a datetime2 in a specific format using Transact-SQL. For…

SQL Server for Dummies Series

6 years ago

This book is incredibly well laid out and exceptionally easy to read and follow. Whereas other books seem to try…