Development With A Dot

Blog on development in general, and specifically on .NET

Sponsors

My Friends

My Links

Permanent Posts

Portuguese Communities

Browse by Tags

All Tags » ASP.NET » Web Services (RSS)
Calling WCF Web Services from JavaScript
This post was long due, so here it is. Prepare for a long post! Whenever you need to consume a WCF web service from a web page, you have (at least) three options: Have the ASP.NET ScriptManager generate a strongly-typed JavaScript proxy to the service...
Calling Web Service Methods Synchronously in ASP.NET AJAX
Update: I had forgot to send the code for the synchronous executor. Here it is, as an attachment. AJAX, standing for Asynchronous JavaScript and XML, is, well, asynchronous by default. Usually, that is exactly what we want, but there may be times when...
.NET StockTrader 2.03 Sample Application Released
Version 2.03 of the .NET StockTrader sample application was released. Key features are: The new download includes the automated setup for the .NET StockTrader 2.03 and the Configuration Service 2.03, with associated technical documents that explain how...
More Posts