Antoine Aubry

Reinventing the wheel since 1990

Interesting read: "Bring back the 40-hour work week

I know a lot of people that should read this: […] knowledge workers actually have fewer good hours in a day than manual laborers do — on average, about six hours, as opposed to eight. It sounds strange, but if you’re a knowledge worker, the truth of this may become clear if you think about your own typical work day. Odds are good that you pr...

Controlling ViewState size

For those of you still using ASP.NET Web Forms, here is a handy utility. The ViewState is a handy mechanism of ASP.NET that allows a page to preserve state between postbacks. The default implementation stores the content of the ViewState in a hidden field that is included in the page. When a postback occurs, the value of that field is sent back ...