Top 20 NuGet Packages
Package Description
Obtain game data scraped from the CBS Sports website
Description
General use helper calls
Package Description
This package provides helpers to deal with multi-language content in .net projects.
this is a demo
Hifond接口参数处理类库
Hifond工具类
Configuration library for Haipa clients. Management of clients, credentials and endpoints for Haipa.
Package Description
Package Description
Package Description
Haipa .NET library for authentication on haipa.
针对ASP.NET MVC的一些扩展方法。此次增加HtmlHelper。
MD5加密、WebRequest、Email
Haiyun的Cache缓存帮助类,包含MenoryCache和RedisCache,可供其他各项目直接调用。
MemoryCache用法:MemCacheHelper.GetCache<string>("yourcachekey");
RedisCache用法:RedisHelper.Get("yourcachekey"); redis需要在startup中注册redis的数据库链接:services.AddRedisClient(RedisConnStr);