Label: apis+gigaspacesdotnet

All content with label apis+gigaspacesdotnet.
Related Labels: 2-basic , jcache , book-dotnet-prog , exceptions , compute , level , guide , issues , unit , persistency , walkthrough , applications , first , transaction , support , querying , evolution , introduction , developers , more » ( - apis , - gigaspacesdotnet )

GigaSpaces.NET Examples (XAP.NET 6.6 Documentation)
i) These examples can be found under the, {{<GigaSpaces Root>\Examples}} folder. Example Name and Description Example Folder HelloWorld \\ \\ This example demonstrates simple GigaSpaces .Net API usage. For more details, see the example description http://www.gigaspaces.com/docs/dotnet6.5 ...
Integration with Other Data Sources (XAP.NET 6.6 Documentation)

Interoperability with Non .NET Applications (XAP.NET 6.6 Documentation)

Processing Unit (XAP.NET 6.6 Documentation)

Querying Space (XAP.NET 6.6 Documentation)

Space Filters (XAP.NET 6.6 Documentation)

Writing and Updating Entries (XAP.NET 6.6 Documentation)
Writing objects to the space Overview Objects are written to the space using the {{ISpaceProxy.Write}} method. A write operation inserts a copy of the given object to the space, hence, any changes made to the object after the write operation do not affect the object in the space. !spacewrite.jpg ...