January 2006 Entries
Untitled Page Something is not right with this code: foreach (string key in Request.ServerVariables.Keys) Response.Write(string.Forma... {1}<br>", key, Request.ServerVariables[key... An error occurred saying: Collection was modified after the enumerator was instantiated. And so I tried: for (int i = 0; i < Request.ServerVariables.Key... i++) { string key = Request.ServerVariables.Key... Response.Write(string.Forma... {1}<br>", key,...
1. Work in the office seems endless...our existing application has sooooooo many bugs that my boss seemed to blame us for being inefficient (hell yeah! If he will only listen to us to rewrite the whole architecture). 2. Evaluating the latest LLBLGen Pro - well this is my first day to seriously evaluate this product (after more than a year of reading in asp.net forums)...hmmm...what can I say...it's really good and I like it. I think I'll buy one license for myself after the 30 days evauation. hehehe...