Soon the website that I have been working on will be launched at aids-images.com. It is a website which contains over 1000 images about the complications of HIV, including slides, x-rays and all manner of gruesome images that I wouldn’t recommend seeing if you have a weak stomach.
That said, it is free to register to [...]
If you are using a strongly typed view page using ASP.NET MVC you may come accross a problem where your selected item in your form is not being set.
For instance, for a project I have been working on I have a register page, which is strongly typed to a user class. When the page is [...]
The other day I was talking with my friend Mike who is writing a game or something in C#. He wondered whether it was possible to run a method on each member of an IEnumerable collection without having to write a for loop.
Ok, writing a for loop is hardly a tiresome activity but I [...]