March 2009 - Posts

0
Comments

LINQ vs FOREACH vs FOR Loop Performance by schnieds

I made a blatantly stupid logic mistake the other day in a business logic layer method that I was writing and got the following exception: “ Collection was modified; enumeration operation may not execute. ” The problem what I was trying to remove an object...
Filed under: ,
0
Comments

Creating a SQL Exclusion Table Using LEFT JOIN by schnieds

For a current project I needed to create a table that contained a list of exclusions that should be filtered out from another table when a specific set of criteria were met. This is a pretty common scenario where you have a large table of data and you...
Filed under:
0
Comments

The Keys To Successfully Delivering Software by schnieds

I have been developing and delivering software for over 10 years now and I have learned a few things along the way. I am not the smartest developer, the most elegant engineer or a hardcore software design geek. I have however had a good deal of success...
More Posts