Menu

.NET

new Project: BCQuery
I was working on BASeBlock’s splash screen a bit, and thought it would be neat to have a little animation to expand and contract the list of loaded [...]
You’re never as awesome as you think you are
Many developers and programmers may describe their experience with a language or technology as them having “mastered” it. But is this really [...]
Developer Interview Questions
One of the trickiest parts I imagine with hiring a new developer is figuring it out several things about them. One thing you need to figure out is wether [...]
Byte-Size formatter for your Byte-Size Needs
Formatting Data Sizes When we present file-based data to a user, it is often unavoidable to show those byte sizes to the user. While you could get away [...]
System.Threading.ThreadLocal equivalent for .NET 2.0 and 3.5
One of the big reasons I’ve found myself preferring C# Over Java is that C# is about a million times easier to refactor. By this, I mean that often [...]
the MS Web Stack
As many web developers are aware, there are a myriad of ways to develop websites and interactive web applications today. On the server side, one typically [...]
Leveraging C# Generics
Please forgive the ridiculously generic and vague title… One of the features of modern programming languages is Generics; I won’t bore with the [...]
More stuff about Java
Recently I started working on what turned out to be a lot bigger of a project than original intended. It is a Bukkit Plugin; Bukkit being a server [...]
Programming Language Performance Part III: C#
In order to compare various languages, I will be implementing a anagram search program in a variety of languages and testing and analyzing the resulting [...]
BCUpdateLib: Not really broken
Now that I finally have a windows machine with a internet connection, I decided to investigate issues I heard of from reliable sources that the BCUpdateLib [...]