Browse by Tags
All Tags »
.NET (
RSS)
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...
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...
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...
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...
More Posts