Top 20 NuGet Packages depending on ZayniFramework.Common

Total dependencies: 21

The Middle.Service.Client is the client SDK for Middle.Service module. You can use it to connect, send RPC request or publish message to the server side's service host very easy. Support TCPSocket, WebSocket and RabbitMQ protocol. GitLab Repository: https://gitlab.com/ponylin1985/zayniframework
The Middle.Service module provide a self-hosted .NET middleware framework to separate the communication protocol detail with your business logic code. You can use it to build the backend microservices easier. Support TCPSocket, WebSocket and RabbitMQ protocol. You can also implement the IRemoteHost ...
This is a built-in logging module for ZayniFramework. You can use the zayni.json to configure how the log message should stored. Support file log, elasticsearch log, relational database log (MSSQL, MySQL, Postgres and Oracle), email notification, console log and windows event log. Also you can defin...
This is a lightweight ORM framework like Dapper but also provider DbCommand SQL log. Support Microsoft SQL Server, MySQL, PostgreSQL and Oracle database. Also support dynamic ORM. GitLab Repository: https://gitlab.com/ponylin1985/zayniframework
This is a cache management for .NET application. You can store you data in memory, redis and MySQL memory table engine. GitLab Repository: https://gitlab.com/ponylin1985/zayniframework
This is an extension module for Zayni Framework's Middle.Service.Client module. This extension module provide the gRPC RemoteClient implementation for Middle.Service.Client module. GitLab Repository: https://gitlab.com/ponylin1985/zayniframework
This is an extension module for Zayni Framework's Middle.Service module. This extension module provide the gRPC RemoteHost service implementation for Middle.Service module. GitLab Repository: https://gitlab.com/ponylin1985/zayniframework
This is an extension module for Zayni Framework's Middle.Service.Client module. This extension module provide the Http RemoteClient implementation for Middle.Service.Client module. GitLab Repository: https://gitlab.com/ponylin1985/zayniframework
This is a ZayniFramework build-in Remote Share Data Service. You can use the ZayniFramework.Caching module to store data into this service. Also it support telnent service commands. GitLab Repository: https://gitlab.com/ponylin1985/ZayniFramework
The serialization module support JSON (System.Text.Json or Newtonsoft.Json), YAML (YamlDotNet) or XML serialization. You can also define your own serialization component and register it into SerializerFactory. GitLab Repository: https://gitlab.com/ponylin1985/zayniframework
The Middle.ServiceHost.Entity define the entities and DTOs for Middle.ServiceHost and Middle.ServiceHost.Client module. GitLab Repository: https://gitlab.com/ponylin1985/zayniframework
This is a StackExchange.Redis's client proxy help you to connect the Redis Server easier. It control the connection and retry. Also provide the request/response log. GitLab Repository: https://gitlab.com/ponylin1985/zayniframework
This is a lightweight CRUD ORM template for .NET data access application. You can use the DataContext to execute Insert, Update, Delete and Select action to database. Currently only support the MSSQL and MySQL database. GitLab Repository: https://gitlab.com/ponylin1985/zayniframework
You can use this module to define how to handle all kinds of .NET exception object in runtime. GitLab Repository: https://gitlab.com/ponylin1985/zayniframework
This is a small cryptography module help you to encrypt and decrypt string in your .NET application. Support AES, DES and Hash. GitLab Repository: https://gitlab.com/ponylin1985/zayniframework
This is a small compression module help the .NET application can compress or decompress string data in runtime. GitLab Repository: https://gitlab.com/ponylin1985/zayniframework
The Validation module provide many kinds of validation attributes and Validator for .NET applications. GitLab Repository: https://gitlab.com/ponylin1985/zayniframework
The Middle.TelnetService provide a self-host telnet service for any kind of .NET application (.NET Core or .NET Framework) to receive remote telnet commands. GitLab Repository: https://gitlab.com/ponylin1985/zayniframework
Formatting module help the .NET application can format DateTime, decimal, string or other types in runtime. Also support dynamic formatting. GitLab Repository: https://gitlab.com/ponylin1985/zayniframework
This is a C# RabbitMQ Client library. GitLab Repository: https://gitlab.com/ponylin1985/zayniframework