pony.lin
-
- 109,563 total downloads
- last updated 3/19/2024
- Latest version: 8.0.142
This is an extension module for Zayni Framework's Middle.Service module. This extension module provide the HttpCoreRemoteHost implementation for Middle.Service module. This package support the .NET 6.0 or .NET... More information -
- 105,947 total downloads
- last updated 12/24/2019
- Latest version: 3.3.18
The Middle.ServiceHost.Entity define the entities and DTOs for Middle.ServiceHost and Middle.ServiceHost.Client module. -
- 97,997 total downloads
- last updated 12/24/2019
- Latest version: 3.3.18
This is a lightweight ORM framework like Dapper but also provider DbCommand SQL log. And support SQL Server, MySQL and Oracle database. Also support dynamic ORM. -
- 94,725 total downloads
- last updated 3/19/2024
- Latest version: 8.0.142
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:... More information -
- 91,580 total downloads
- last updated 3/19/2024
- Latest version: 8.0.142
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 -
- 90,470 total downloads
- last updated 12/24/2019
- Latest version: 3.3.18
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.... More information -
- 88,881 total downloads
- last updated 12/24/2019
- Latest version: 3.3.18
Package Description -
- 84,159 total downloads
- last updated 12/17/2023
- Latest version: 8.0.140
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:... More information -
- 79,949 total downloads
- last updated 3/19/2024
- Latest version: 8.0.142
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 -
- 78,108 total downloads
- last updated 3/19/2024
- Latest version: 8.0.142
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:... More information -
- 64,787 total downloads
- last updated 3/19/2024
- Latest version: 8.0.142
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 -
- 62,553 total downloads
- last updated 3/19/2024
- Latest version: 8.0.142
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 -
- 61,351 total downloads
- last updated 12/24/2019
- Latest version: 3.3.18
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... More information -
- 48,180 total downloads
- last updated 3/19/2024
- Latest version: 8.0.142
The zdm stands for 'ZayniFramework Database Migration'. This is a dotnet tool CLI application helps you to use CLI command-line to migrate your database schema and data in the migration SQL scripts. It support... More information -
- 36,040 total downloads
- last updated 12/24/2019
- Latest version: 3.3.18
This is an extension module for Zayni Framework's Middle.Service module. It define the ProtoBuf entities for ServiceHost module and ServiceHost.Client module. -
- 34,017 total downloads
- last updated 12/24/2019
- Latest version: 3.3.18
This is a cache management for .NET application. You can store you data in in-process memory, Redis server, MySQL memory table engine or Zayni Framework's build-in Remote.ShareData.Service. -
- 30,080 total downloads
- last updated 12/24/2019
- Latest version: 3.3.18
This is an extension module for Zayni Framework's Middle.Service module. It define the http request entities for Middle.Service.HttpCore and Middle.Service.HttpCore.Client. -
- 25,557 total downloads
- last updated 3/19/2024
- Latest version: 8.0.142
This is a dotnet tool CLI application help you to create cryptography key file and protect the db connection string in .NET config file. GitLab Repository: https://gitlab.com/ponylin1985/zayniframework -
- 25,181 total downloads
- last updated 12/24/2019
- Latest version: 3.3.18
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. -
- 16,927 total downloads
- last updated 12/4/2019
- Latest version: 3.3.17
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.