HTTeam 


    • 3,101 total downloads
    • last updated 6/15/2022
    • Latest version: 6.0.6

    • HT API
    API with Swashbuckle: APIControllerBase
    • 2,520 total downloads
    • last updated 6/15/2022
    • Latest version: 6.0.6
    Send Push Notifications From Your Website with Blazor .Net 6
    • 2,267 total downloads
    • last updated 6/15/2022
    • Latest version: 6.0.6

    • HT CQRS MediatR
    The MediatR library was built to facilitate two primary software architecture patterns: CQRS and the Mediator pattern. CQRS stands for “Command Query Responsibility Segregation”. As the acronym suggests, it’s... More information
    • 2,237 total downloads
    • last updated 6/15/2022
    • Latest version: 6.0.6

    • HT Mongo MongoDB
    Package Description
    • 2,132 total downloads
    • last updated 6/15/2022
    • Latest version: 6.0.6

    • HT NoSQL
    NoSQL Library by HT Team
    • 1,686 total downloads
    • last updated 6/15/2022
    • Latest version: 6.0.6

    • HT Linq Dynamic
    - Allow to specify the list of types that can be used from within the expression. - Improve enum handling, so that comparing enums will work. - Add support for: FirstOrDefault(), Fist(), SelectMany(),... More information
  • IsJson: context.Datas.Select(s => EF.Functions.IsJson(s.Name)).ToList(); JsonValue: _context.Datas.Where(w => EF.Functions.JsonValue(w.Fields, "Label") != null).ToList(); JsonQuery: var result =... More information
  • Convert between DateTime and DateLunar: For example: DateTime solar = new DateTime(2022, 10, 20); DateLunar lunar = solar.ToDateLunar(); Console.WriteLine(lunar.ToString()); // 25/09/2022
    • 107 total downloads
    • last updated 7/1/2022
    • Latest version: 6.0.6

    • HT Editor CkEditor
    Modern JavaScript rich text editor with a modular architecture