Skip to content

elky84/EzAspDotNet.Protocols

Repository files navigation

Website Made with

Publish Nuget Github Package Publish Nuget Package

GitHub forks GitHub stars GitHub watchers GitHub followers

GitHub GitHub repo size in bytes GitHub code size in bytes

EzAspDotNet.Protocols

introduce

Defined ASP.NET Request & Response classes.

And use with EzAspDotNet

nuget

https://www.nuget.org/packages/EzAspDotNet.Protocols/

version history

v1.0.5

Change the access specifiers of Enumeration and ProtocolId for JSON conversion, and add a constructor

v1.0.4

Fixed Pageable TotalPage count. Added Pageable utility methods.

v1.0.3

Added PageMiniResponse. Added Pageable to PageResponse.

v1.0.2

Change private set of Enumeration to set for json deserialize

v1.0.1

Remove Enumeration's Description varaible JsonIgnore.

v1.0.0

Seperate by EzAspDotNet