Browse by Tags

All Tags » LINQ (RSS)

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: ,

ASP.NET Locale (State/Province, Country) LINQ User Control by schnieds

I just published my "Locale LINQ" user control... Here are the basic features: - Displays the corresponding States/Provinces based on the selected Country - Includes a pretty exhaustive list of Countries & their associated States/Provinces - Allows...
Filed under: ,
More Posts