Browse by Tags

Sorry, but there are no more tags available to filter with.
12 december 2006
Using new async invocation pattern in ASP.NET Web Services
My colleague Dennis just asked me how you would asynchronously invoke web services (in VB.NET). The new way As Dennis already figured out there is a new way to do this in ASP.NET 2.0. In fact, the new way is all over the .NET Framework 2.0 and is referred to as the event-based asynchronous pattern. There... Read More...