Tuesday, November 20, 2007

Exam 70-529 training kit

The training kit is written quite poorly with a lot of typos and mistakes. Some of the examples are only given in VB.Net. What is most exciting (and funny) are the "words of wisdom" of the book:

"It is nearly impossible to write more than a few lines of code without there being some type of error in the execution of the code" (page 239)

"You should always expect the unexpected" (page 242).

Monday, November 19, 2007

Delayed Load

Cool technique for delay loading is provided at http://www.codeproject.com/Ajax/DelayedContentLoading.asp. Just use UpdatePanel, Timer and MultiView controls.