juin 01
In some cases, you need to write unit tests that will access an HttpContext. Fortunately MsTest provides you with some functionality to achieve this.

We'll see here how we can do that, but also a best practice to have a test that will work on any computer and on the build server, without any special configuration needed. [Plus]
Tags: | |
mai 27
You want to use CSS3 in an HTML page and to render it via a WebBrowser control.
But after your first try you see that none of your CSS3 is rendered in the WebBrowser. What happens ?
Let's check why you encounter this behavior and how you can correct it ! [Plus]
avr. 18
If you need to create a thumbnial on the fly of a given image, it is quite easy to do in C# as the Image object include a GetThumbnailImage method.
Anyway, there is another method that will generate cleaner thumbnails, for any types of images. [Plus]
avr. 16
Recently, I was needed to order all the pictures that where taken during an event, but by different photographers. In Windows Explorer you can simply add a column "Date Taken" but how can we do the same by code ? [Plus]
janv. 23
Microsoft has launched 6 new products for web developpers. A wide set of tools from WebMatrix (complete and simple tool to develop and publish a website), to advanced libraries like ASP.NET MVC3 and NuGet. [Plus]