Create named pipe servers that can handle multiple client connections simultaneously.
Send strongly-typed messages between clients and servers: any serializable .NET object can be sent over a pipe and will be automatically serialized/deserialized, including cyclical references and complex object...
More information
Type-DB is a serialized, embedded, strongly-typed, in-memory database, that can be used in a Standalone or a Remote Mode backed with a Type-DB Server.
Type-DB Features:
- Persistence
- Authentication
- Triggers
- Encryption
- Sealing
- Signed Objects
- Replication
Create named pipe servers that can handle multiple client connections simultaneously.
Send strongly-typed messages between clients and servers: any serializable .NET object can be sent over a pipe and will be automatically serialized/deserialized, including cyclical references and complex object...
More information
DataContract Serializable TableEntity base class that implements azure table storage ITableEntity interface.
For the classes that need to be written to table storage, all that is required is to inherit from this
base class and that s all. TableEntity class in the client SDK can be used as a base...
More information
Create named pipe servers that can handle multiple client connections simultaneously.
Send strongly-typed messages between clients and servers: any serializable .NET object can be sent over a pipe and will be automatically serialized/deserialized, including cyclical references and complex object...
More information
** This is a backporting of the Andrew C. Dvorak's work **
This version can be used on .net Framework 3.5 projects
For the .net 4.0 refer to his repo at https://github.com/acdvorak/named-pipe-wrapper
Create named pipe servers that can handle multiple client connections simultaneously.
Send strongly-typed messages between clients and servers: any serializable .NET object can be sent over a pipe and will be automatically serialized/deserialized, including cyclical references and complex object...
More information