Sending & Receiving Email in CSharp

When I develop in C#, there are a lot of seemingly simple tasks that are incredibly hard to figure out how to develop. Sending...
Josh
1 min read

Anonymous Types in Ruby

Anonymous Types in C# Anonymous types are new in C# 3.5 and while they are easily abused, they greatly simplify certain tasks. You can't...
Josh
59 sec read

Connecting to SQL Express Remotely

Setting up remote connections for SQL Express is brutal. Especially for a dope like me. But I think i've got it down. Here are...
Josh
1 min read