08
JUL
2004

Declarative versus Imperative programming

Marc Clifton added a nice introduction to declarative versus imperative programming. Imperative programming (source) Describes computation in terms of a program state and statements that change the program state. Declarative programming (source) Gives the computer a list of...
08
JUL
2004

NewWindow3 event added to WebBrowser control in Windows XP SP2

I’ve seen on MSDN that the WebBrowser control has a new event in SP2, named NewWindow3 . It’s an extension to the NewWindow2 event with additional info in the eventargs. The url that initiates the new window, and the url where the new window is redirecting to. I am...
01
JUL
2004

TechEd 2004, second day

The second day at TechEd I followed 2 sessions about ASP.NET 2.0 where the speaker demonstrated a lot of nice new controls and features. One of the features I like most (call it a feature or a bug-fix), is that the designer does NOT mess your aspx code anymore, which is a very...