WARNING. This project is obsolete, the relevant code has been merged into this project Lightstreamer .Net Remote Adapter SDK; which you need to refer to for an updated version of the LiteralBasedProvider Metadata Adapter.
This project includes a simple full implementation of Remote Metadata Adapter in C#/.NET made available as sample for inspiration and/or extension.
The LiteralBasedProvider is a C#/.NET implementation of the LiteralBasedProvider Metadata Adapter in Lightstreamer - Reusable Metadata Adapters - Java Adapters. It extends the MetadataProviderAdapter class (which in turn implements the IMetadataProvider interface). It is used in Lightstreamer examples and demos based on the .NET Standard Adapter SDK, in combination with suitable Data Adapters and Clients.
If you are testing your own modified version of the LiteralBasedProvider code, take care of changing the namespace name, or, at least, the class name.
To build your own version of the LiteralBasedProvider binaries, follow these steps:
- Download this project.
- Create a project for a library target and name it "DotNetGenericAdapters",
- Include in the project the sources
src. - Get the binaries files of the Lightstreamer .NET Standard Adapters Server library from NuGet Lightstreamer.DotNetStandard.Adapters, copy it into the
libdirectory and add it as a reference for the project; or more simply, use directly the "NuGet Package Manager" looking for 'Lightstreamer Adapters' and installing the Lightstreamer.DotNetStandard.Adapters package. - Build Solution
To use the Metadata Adapter just built in some Remote Server, just include the DotNetGenericAdapters.dll library in addition to DotNetStandardAdapter.dll.
- Lightstreamer .Net Remote Adapter SDK
- Lightstreamer - Reusable Metadata Adapters - Java Adapter
- Lightstreamer - Reusable Metadata Adapters - Java Remote Adapter
- Lightstreamer - Portfolio Demo - .NET Adapter
- Lightstreamer - Stock-List Demo - .NET Adapter
- Compatible with Lightstreamer SDK for .NET Standard Adapters version 1.12.
- For instructions compatible with Lightstreamer SDK for .NET Adapters versions 1.10, please refer to this tag.