Basic Flex to .NET Call
This example demonstrates Allocation of a RemoteObject instance (using ActionScript) and more.
(Hello 0)

Basic remoting with codegen
This example demonstrates how you can encapsulate a simple remote service in classes generated by WebORB for .NET.
(Hello 2)

Simple Arguments, Simple Result
This example shows a Flex application Passing arguments of simple type to a remote service.

Type Adaptation
This example shows a Flex application Passing arguments of one type to a remote service and more.

Using WebORB Service Exception
This example shows a C# server-side class method, BasicCalcServer.Divide(), catching a verbose .NET error.

Client Class Member Naming
Uses WebORB's SetClientClassMemberNameAttribute to tell WebORB to map class member.

Custom Serializer
Demonstrates the use of a custom serializer to control the serialization of a given server-side class' instances to the client side.

Collection Mapping (interface)
Shows one way to tell WebORB to map a sever-side Array to a client-side ArrayCollection: by having the Array's class implement the interface IWebORBArrayCollection.

ReturnType of DataSet's Records
Shows how to use WebORB's ReturnType attribute in server-side code to tell WebORB to serialize a DataSet's DataTables' records as instances of a given client-side type.

Your First WDM for Flex Application
A gentle introduction to creating a simple WebORB Data Management (WDM) for Flex (WDMF) project.

WDMF: Updating a Database Record
A trivial demonstration of WebORBData Management (WDM) for Flex (WDMF)'s approach to updating a database record.

WDMF: findAll()
A trivial demonstration of WebORBData Management for Flex (WDMF)'s findAll() method.

Simple Text Chat
Shows instances of the same client-side app sharing information using a Remote Shared Object.

Project Code Gen for Flex Remoting
This example demonstrates how you can use WebORB's management console to Generate a Flex project file and more.
(Hello 3)

Complex Argument
This example shows A C# server-side class method, BasicCalcServer.Add(), accepting a parameter.

Handle Division by Zero Error
This example shows a Flex application Handling faults associated with a remote service and more.

Data Transfer Objects
This example shows a Flex client using classes generated by WebORB to provide a client-side encapsulation.

Property and Field Exclusion
Demonstrates the use of WebORB's .NET attributes to exclude a given class' indicated data members.

Binding Data Grid to Array Result
Shows how to bind a Flex DataGrid component's dataprovider field to the Array returned by a .NET remote service.

Collection Mapping (class)
Shows one way to tell WebORB to map a sever-side Array to a client-side ArrayCollection: by having the Array's class be a subclass of WebORBArrayCollection.

ReturnType of DataTable's Records
Shows how to use WebORB's ReturnType attribute in server-side code to tell WebORB to serialize a DataTable's records as instances of a given client-side type.

WDMF: create() and save()
A trivial demonstration of WebORBData Management (WDM) for Flex (WDMF)'s create() and save() methods.

WDMF: Deleting a Database Record
A trivial demonstration of WebORBData Management (WDM) for Flex (WDMF)'s approach to deleting a database record.

WDMF: findBySQL()
A trivial demonstration of WebORBData Management for Flex (WDMF)'s findBySQL() method.

Even Simpler Text Chat
Shows instances of the same client-side app sharing information using Publish-Subscribe.

Data Push: Server CPU Usage via RSO
Shows how to push server-side data to client(s) using a Remote Shared Object.
