Tag Archives: asp.net

How to identify CMYK images in ASP.NET using C#?

I’m trying to create a small and reusable library to resize and save images in ASP.NET applications. Because some browsers can’t display CMYK images, I thought it would be nice to make my library convert CMYK images to RGB when … Continue reading

Posted in Development | Tagged , | Leave a comment

Anonymous types and the ItemDataBound event

As you will probably know, when you bind a list of items to a Repeater, you can then convert the DataItem to the type of that item in the ItemDataBound event of the Repeater like this: public class Person { … Continue reading

Posted in Development | Tagged | 2 Comments

Some of my extension methods

I’m really starting to appreciate extension methods. They provide an easy way to perform small common tasks you would usually put in static utility classes. Below you can find some I use regularly. The first two are extension methods to … Continue reading

Posted in Development | Tagged , | 1 Comment

The plans for 2010

There is an update to this post available here: http://www.kristofclaes.be/blog/2010/06/17/the-plans-for-2010-update/. In the wonderful world of IT there is an such abundancy of things to do and discover that it is often hard to focus on just a few them. Most … Continue reading

Posted in Development | Tagged , , , | 1 Comment

Scott Guthrie is coming to Belgium

Scott Guthrie, Corporate Vice President of the Microsoft Developer Division, among other things responsible for ASP.NET, Silverlight and IIS 7, is coming to Belgium on the 4th of December to give a presentation about Visual Studio 2010, .NET 4 and … Continue reading

Posted in Development | Tagged , | Leave a comment