Aaron Schnieder on ASP.NET
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
.net
AJAX
ajaxcontroltoolkit
ASP.NET
C#
community news
general software development
IIS
LINQ
SQL Server
team foundation server
team system
visual basic
visual studio
WCF
Web Services
WWF
Sponsors
advertise here
Navigation
Home
Blogs
Archives
July 2009 (1)
June 2009 (1)
April 2009 (1)
March 2009 (3)
December 2008 (1)
October 2008 (3)
September 2008 (1)
August 2008 (1)
July 2008 (2)
June 2008 (2)
April 2008 (2)
March 2008 (1)
February 2008 (3)
January 2008 (4)
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:
LINQ
,
C#
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:
SQL Server
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...
Filed under:
general software development
More Posts