Archive | C# RSS feed for this section

Image uploading in Asp.net MVC

20 Jul

I struggled a little bit with image uploading in Asp.net MVC so I decided to write a post about it so I can help someone.
The idea is to use the MVC binding capabilities to make this work well. (more…)

Cool stuff: C# ?? null operator

14 Jul

I’ve been working more with C# for a while. It’s hard to admit (Microsoft stuff, you know) but I’m starting to like it. So I will do some posting about some cool stuff that I find while programming, it will maybe help you out. (more…)