Browse by Tags

All Tags » C# (RSS)

Image Upload, Crop and Resize with ASP.NET MVC jQuery Uploadify and jCrop by schnieds

I needed a slick way for my customers to upload, crop and resize photos within my Church Management Software. After doing some research it seems that a bunch of existing libraries and utilities need to be combined to create a functional and slick user...
Filed under: , , ,

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