Sebastian Wojciechowski’s WebLog

.NET Developer

Archive for March 28th, 2005

Spice Up Your UI

Introduction
(…)
Internet Explorer contains many little-known and hidden features that, given the right circumstances, you can use to your advantage when developing Web sites. Because many of these features are specific to Internet Explorer, and are not available on any other browser, you should probably only consider using them when you are developing in an environment […]

Read Full Post »

Convert.ToString() or Int32.ToString()?

Have you ever wondered if there is a performance difference between Convert.ToString() or Int32.ToString()? Yeah, me too.
Here is the answer.

Read Full Post »