Andreas Zenker

a boy named goo

Browse by Tags

All Tags » VB » ASP.NET (RSS)
Better than Contains()
Sometimes you wish you could do better than the method you need to use. Case in point: Contains(). It is a fine method and is meant for more than strings. If you need custom logic to decide if two objects are equal or “the same” for the sake of sorting...
Posted: Dec 02 2009, 08:13 PM by azenker | with 2 comment(s)
Filed under: , ,
Forest for the trees – Don’t forget the compiler
Recovered from DotNetJunkies blog -- Originally Posted: Wednesday, June 6, 2007 Back in school my teacher was not much on the formal aspects of the course he was teaching.He was instead, as I describe him, the kind of guy you could imagine living in his...
slidingExpiration = NotReally timeout = NotWhatIThinkItIs
Recovered from DotNetJunkies blog -- Originally Posted: Wednesday, October 25, 2006 As a new approach to some meaningful blogging, as I work on debugging some new bug/issue, the info I collect and my deductions I record right in my LiveWriter window so...
That which we call a Namespace, by any other name would just smell.
Recovered from DotNetJunkies blog -- Originally Posted: Tuesday, June 27, 2006 There is nothing sweet about spending hours, days, evenings and weekends chasing "ghosts" in your code. In this context "ghosts" mean compile or runtime errors that are not...
More Posts