HTTeam
-
- 2,520 total downloads
- last updated 6/15/2022
- Latest version: 6.0.6
Send Push Notifications From Your Website with Blazor .Net 6 -
HT.
MediatR by: HTTeam- 2,267 total downloads
- last updated 6/15/2022
- Latest version: 6.0.6
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 -
- 1,686 total downloads
- last updated 6/15/2022
- Latest version: 6.0.6
- 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 -
- 840 total downloads
- last updated 6/15/2022
- Latest version: 6.0.6
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 -
- 113 total downloads
- last updated 10/26/2022
- Latest version: 6.0.0
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
- Previous
- Next