Wimdows.NET

Wim's .NET blog

Browse by Tags

All Tags » .NET (RSS)
Unexpected behaviour: Defining values in enums
I don't normally regurgitate other blogger's posts like a headless chicken, but in this case it's worth mentioning. Stephen , a colleague of mine, and a picky sod (who puts their enums in alphabetical order? - no serious comments on that remark...
Posted: Feb 23 2007, 03:35 PM by Wim | with 32 comment(s)
Filed under: , ,
Dump the Module keyword in VB.NET!
Though I'm mainly a C# developer, I now and then get exposed to some VB.NET stuff. No, this is not going to be a C# vs. VB.NET debate. We've seen enough heated arguments and flame wars on that topic over the years. Something about VB.NET Console...
Posted: Sep 03 2006, 12:53 PM by Wim | with 135 comment(s)
Filed under: , ,
ViewState, CheckBox, ControlState...errr...
J. Michael Palermo writes about the CheckBox in ASP.NET maintaining its state regardless of the EnableViewState attribute to False in ASP.NET 2.0. Hang on - isn't that the same in ASP.NET 1.0 and 1.1? Oh yes. All web controls that implement the IPostBackDataHandler...
Posted: Aug 24 2006, 03:49 PM by Wim | with 14 comment(s)
Filed under: ,
ArraySegment Structure - what were they thinking?
From the MSDN docs : ArraySegment is a wrapper around an array that delimits a range of elements in that array. Multiple ArraySegment instances can refer to the same original array and can overlap. Turns out this structure doesn't even deserve the...
Posted: Jun 14 2006, 03:24 PM by Wim | with 19 comment(s)
Filed under: , , ,
More Posts