derekslager

Stories submitted by derekslager

A DVCS Story(derekslager.com)

submitted by derekslagerderekslager(420) 4 years ago

A discussion about DVCS, focusing on its benefits to a company like yours. read more...

add a comment |category: |Views: 1

tags: another

BCrypt.net - Strong Password Hashing for .NET and Mono(derekslager.com)

submitted by derekslagerderekslager(420) 4 years, 7 months ago

A managed implementation of BCrypt, OpenBSD's Blowfish-based adaptive password hashing scheme. read more...

add a comment |category: |Views: 218

tags: another

A Better .NET Regular Expression Tester(derekslager.com)

submitted by derekslagerderekslager(420) 4 years, 8 months ago

A simple and fast AJAX-powered .NET regular expression tester. read more...

2 comments |category: |Views: 66

tags: another

Emulating Vista's User Directory Structure on XP(derekslager.com)

submitted by derekslagerderekslager(420) 5 years, 1 month ago

Setting up a command-line friendly, Vista-like home directory on Windows XP. read more...

add a comment |category: |Views: 71

tags: another

The Case for Emacs(derekslager.com)

submitted by derekslagerderekslager(420) 5 years, 5 months ago

Why gaining proficiency in Emacs can make you a better, more versatile developer. read more...

add a comment |category: |Views: 2

tags: another

Control.Background does what?(blogs.msdn.com)

submitted by derekslagerderekslager(420) 5 years, 7 months ago

Detailed explanation of WPF control templates, and how they impact seemingly simple declarations like assigment of Background properties. read more...

add a comment |category: |Views: 2

tags: another

Channeling Ruby in C# 3.0(derekslager.com)

submitted by derekslagerderekslager(420) 5 years, 7 months ago

Using C# 3.0 features to emulate some of Ruby's "magic". read more...

add a comment |category: |Views: 2

tags: another

Reading Masked Input from the System Console with .NET 2.0(derekslager.com)

submitted by derekslagerderekslager(420) 5 years, 7 months ago

Reading masked input from the system console using .NET 2.0's updated Console APIs. read more...

add a comment |category: |Views: 7

tags: another

Calculating Baseball Statistics With LINQ(derekslager.com)

submitted by derekslagerderekslager(420) 5 years, 7 months ago

Sample LINQ queries for calculating various baseball statistics using Retrosheet event files. read more...

add a comment |category: |Views: 17

tags: another