Category: .Net

.Net: Supported Console Colors 0

.Net: Supported Console Colors

.Net: Supported Console Colors The days of writing applications that write to the console seem to be over for a while now. Notwithstanding, we find ourselves using the console from time to time to...

Pro Tools: Json 0

Pro Tools: Json

Pro Tools: Json I’ve recently started working on a small programming project on the site. It has been a while since I’ve done any programming, so seeing all the new technologies and cloud offerings...

How to: Convert a string into an Enum in C#.Net 0

How to: Convert a string into an Enum in C#.Net

Recently I came across the need to convert a string stored in the database into an enumeration in our application. I wasn’t really excited about having to write a switch statement nor having to...

How to: Enable anonymous access on SharePoint? 0

How to: Enable anonymous access on SharePoint?

Sometimes you need to publish a site anyone should be able to see or maybe even add information to. In order to do this you need to have Anonymous access enabled on the site....

What character escape sequences are available in C#.Net? 0

What character escape sequences are available in C#.Net?

C# defines the following character escape sequences: ‘ – single quote, needed for character literals ” – double quote, needed for string literals  – backslash  – Unicode character 0 a – Alert (character 7) b – Backspace (character...