Data Binding

This topic applies to .NET version only

One common question we get from our users is:

Can I still take advantage of data aware control mechanisms with my objects?

The answer is quite simply yes. .NET data binding also works with plain objects.

This is also to say that using db4o is completely orthogonal to the use of data binding.

The usual pattern would be something like the following:

Let's take a very simple example that illustrates the points above.

Our business class:

Code attachment not found: /Resources/Reference/Advanced_db4o_Techniques/bindingCS.zip

Code attachment not found: /Resources/Reference/Advanced_db4o_Techniques/bindingVB.zip

The Form class:

Code attachment not found: /Resources/Reference/Advanced_db4o_Techniques/bindingCS.zip

Code attachment not found: /Resources/Reference/Advanced_db4o_Techniques/bindingVB.zip