Anonymous methods tutorial
What IS an anonymouse method? It’s basically a method that is written "in place". Read the links for a thorough discussion and some gotchas to look out for.
OldNewThings Tutorial: Part 1 Part 2 Part 3
What IS an anonymouse method? It’s basically a method that is written "in place". Read the links for a thorough discussion and some gotchas to look out for.
OldNewThings Tutorial: Part 1 Part 2 Part 3
"From a user’s point of view, they’re the same thing. OnResize will be called whenever OnSizeChanged is called. The reason we have both is that OnSizeChanged is used for databinding and we had OnResize first. The user can override either one and see the same behavior." [dotnet247]
This CodeProject article: Integration of Smart Client applications with existing Web applications
has code you can add to your webpage.
Make database programming MUCH easier: CodeProject Article Direct Link to software
What happens in large software projects; specifically, why Windows Vista did not ship on time.