I have been working in the IT for over 14 years, and I'm now the Principal Consultant at Aviva Solutions. I regard myself as being very pragmatic, and I have a lot of experience with ALM, TDD, BDD, DDD,design patterns, architecture, Agile practices, TFS and Silverlight. I've also published Coding Guidelines for C# 3.0 and C# 4.0 and written an open-source framework for verifying unit test behavior called Fluent Assertions.
Friday, August 12, 2005
Asynchronous callbacks for web applications.
One of the issues that web developers are often faced with these days is dynamic behaviour on web pages. Often, falling back on Javascript is the only viable option. However, this article explains how you can support asynchronous client script callbacks that execute code-behind code without the user noticing any activity. ASP.NET 2.0 seems to support this out-of-the box. Look at the Google beta site to get a demonstration (although I doubt it is created in ASP.NET).
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment