.NET news » Search results

Search results for query "wcf" (35):

Accessing Server-Side Data from Client Script: Using WCF Services with jQuery and the ASP.NET Ajax Library

Today's websites commonly exchange information between the browser and the web server using Ajax techniques - the browser executes JavaScript code typically in response to the page loading or some user action. This JavaScript makes an asynchronous HTTP request to the server. which then processes the request and, perhaps, returns data that the browser can then seamlessly integrate into the web page. Two earlier articles - Accessing JSON Data From an ASP.NET Page Using jQuery and Using Ajax Web Services, Script References, and jQuery, looked at using both jQuery and the ASP.NET Ajax Library on the browser to initiate an Ajax request and both ASP.NET pages and Ajax Web Services as the entities on the web server responsible for servicing such Ajax requests.

This article continues our examination of techniques for implementing lightweight Ajax scenarios in an ASP.NET website. Specifically, it examines how to use the Windows Communication Foundation, or WCF, to serve data from the web server and how to use both the ASP.NET Ajax Library and jQuery to consume such services from the client-side.

WCF by Example - Chapter X - Dependency Injection with Spring.Net

How to use Spring.Net DI reducing coupling and enhancing automated testing
2010-11-02 17:28:00   Source: WCF by Example - Chapter X -...   Tags: Examples

WCF by Example - Chapter VII - WPF Client - Contract Locator

Baseline WCF Distribution Layer - Decoupling of WCF Services and ViewModels
2010-09-04 05:50:00   Source: WCF by Example - Chapter VII - WPF...   Tags: Examples

WCF Optimization and Service @ High Speed

Implementing high speed wcf service with Cient side Service Caching and Instance Management
2010-08-11 18:06:00   Source: WCF Optimization and Service @ High...   Tags: Performance

Frictionless WCF service consumption in Silverlight. Part 1.

Consuming WCF services in Silverlight without static code generation of service proxy
2010-08-11 09:41:00   Source: Frictionless WCF service consumption...   Tags: Silverlight

Building and testing WCF web service using workflow foundation 4.0

Guide to build and test a simple web service in workflow foundation 4.0
2010-07-21 11:14:00   Source: Building and testing WCF web service...   Tags: Testing

How to Call WCF Services Synchronously and Asynchronously

This article is an example to show you how to call WCF services synchronously as well as asynchronously.
2010-07-16 07:45:00   Source: How to Call WCF Services...   Tags: Examples

WCF by Example - Chapter IV - Transaction Manager

Business transaction and exception management
2010-07-15 22:56:00   Source: WCF by Example - Chapter IV -...   Tags: Examples

WCF by Example - Chapter II - Repositories

Introducing the RepositoryLocator pattern
2010-07-05 14:53:00   Source: WCF by Example - Chapter II -...   Tags: Examples

WCF by Example - Introduction

Patterns and best practices for the desing and development of rich client enterprise applications using WPF, WCF and NHibernate
2010-07-04 22:11:00   Source: WCF by Example - Introduction   Tags: Examples