Posts by Tag

Tips and Tricks

Fluent C Sharp Language Extension Helpers - Part 1

less than 1 minute read,

So, I found myself doing a lot of for( int i = 0; i < n; i++ ){} stuff lately.  So, I’ve decided to try something new. I’ve started a small collection of ...

BadImageFormatException Errors

1 minute read,

I’ve been playing with Lua Programming/Script Language and LuaInterface, because I have a need for embedding a scripting language in one of our projects.  Un...

The Bit Armory Visual Studio Theme

less than 1 minute read,

I recently upgraded to Vista 64-bit, and got hooked on the eye candy.  So, I decided to pimp out my IDE with my company’s color theme. :)  Still working on s...

How to fill open shapes in Visio

less than 1 minute read,

So, I was quite annoyed at Visio because I was lacking my Adobe Illustrator features, like filling in an open 2D shape.  Unfortunately, Visio doesn’t have en...

Remove Windows Service

less than 1 minute read,

You can remove windows services by executing the following command:

Back to top ↑

Errors

Whoa! Google Chrome has crashed

less than 1 minute read,

ALL my chrome browser windows just now closed…  I thought Google Chrome was immune to crashes…. apparently not.  Guess that “process isolation” feature stuff...

BadImageFormatException Errors

1 minute read,

I’ve been playing with Lua Programming/Script Language and LuaInterface, because I have a need for embedding a scripting language in one of our projects.  Un...

Back to top ↑

ASP.NET

Back to top ↑

C#

Fluent C Sharp Language Extension Helpers - Part 1

less than 1 minute read,

So, I found myself doing a lot of for( int i = 0; i < n; i++ ){} stuff lately.  So, I’ve decided to try something new. I’ve started a small collection of ...

Back to top ↑

NHibernate

NHibernate and Inverse=True False Attribute

5 minute read,

In order to truly understand the inverse attribute in NHibernate, you need to first look at your relationship from the database table point of view and how y...

Back to top ↑

Graphics

The Bit Armory Visual Studio Theme

less than 1 minute read,

I recently upgraded to Vista 64-bit, and got hooked on the eye candy.  So, I decided to pimp out my IDE with my company’s color theme. :)  Still working on s...

How to fill open shapes in Visio

less than 1 minute read,

So, I was quite annoyed at Visio because I was lacking my Adobe Illustrator features, like filling in an open 2D shape.  Unfortunately, Visio doesn’t have en...

Back to top ↑

Databases

Back to top ↑

Design Patterns

The Strategy Design Pattern

3 minute read,

Today, I’m going to write about the strategy design pattern and give some examples on where it should be used and why it’s useful. I’m really sleepy, only ha...

Design Toolbox

1 minute read,

Here’s a quick summary of Design Guidelines for your Design Toolbox.

Back to top ↑

Taxes

Paying Estimated Taxes

4 minute read,

Estimated taxes are an unfortunate “pay-as-you-go” tax that every sole-proprietor, LLC, and corporation must pay.  The Federal IRS want you to pay estimated...

Back to top ↑