The war of the var keyword continues

I don't know how many times I have read articles about the var keyword, and how "dangures" it is to the readability of your code. Yesterday Steve Wellens wrote about how misused the keyword is. I have to say that I couldn't disagree more. First of all his example isn't a real world exampl ...

Handling image uploads with Asp.Net Mvc

A very common taks in web development is uploading images. This isn't realy a hard task in it self, but it can be pretty frustrating to write the same code over and over again even if its only a few lines. In one of my current projects, I need to handle a lot of images. In many cases there are two ...

<< [1] >>