Frameworks
Package type
Options

27 packages returned for Tags:"HT"

    • 231,571 total downloads
    • last updated 6/15/2022
    • Latest version: 6.0.6
    • HT Components Blazor
    Bootstrap 5 UI components for Razor Components: services.AddComponents(); <link rel="stylesheet" href="_content/HT.Components/bootstrap.min.css" /> <link rel="stylesheet"... More information
  • Encrypt, Decrypt and Hash with key. Example: string.Encrypt(key); string.Decrypt(key); string.ToMD5(key); string.ToSha256(key);
    • 106,393 total downloads
    • last updated 6/15/2022
    • Latest version: 6.0.6
    • HT TagHelpers
    <n-form action="/student/create"><n-hide for="Id"></n-hide><n-input for="ModelName" icon="fa fa-check" is-require="false"></n-input><n-checkbox for="IsFullTime" is-require="false"></n-checkbox><n-radio-label... More information
    • Deprecated
    • 157,703 total downloads
    • last updated 5/18/2022
    • Latest version: 6.0.5.11
    • HT Clone model
    Map model with [NoMap] Attribute: model.CopyTo(getModel); Id long: Long.NewLong(); // Auto sort DateCreated desc Id in date: datetime.ToDayCount(); Url: string.ToUrl();
    • Deprecated
    • 107,623 total downloads
    • last updated 2/15/2022
    • Latest version: 6.0.2
    • HT Repositories
    DbContext.TrackingEntity(EntityEntry, userId); interface IAService : IRepository<AModel>; class AService : Repository<class, DbContext>, IAService;
    • 72,233 total downloads
    • last updated 6/15/2022
    • Latest version: 6.0.6
    • HT HTCore
    Core Library by HT Team
    • Deprecated
    • 104,616 total downloads
    • last updated 6/10/2021
    • Latest version: 5.0.7.2
    • HT Clone model
    Map model with [NoMap] Attribute: AutoMap<ED_Student>.Convert(modelOld, modelNew); Id long: GenerateId.NewLong(); // Auto sort DateCreated desc Id in day: datetime.ToDayCount();
    • 51,460 total downloads
    • last updated 6/15/2022
    • Latest version: 6.0.6
    • HT SQL
    SQL Library by HT Team
  • DbContext.TrackingEntity(EntityEntry, userId); interface IAService : IRepository<AModel>; class AService : Repository<class, DbContext>, IAService;
    • Deprecated
    • 30,334 total downloads
    • last updated 6/9/2021
    • Latest version: 5.0.7
    • HT Enum
    Enum: Actives, Responses, Status, Colors
    • 39,985 total downloads
    • last updated 6/15/2022
    • Latest version: 6.0.6
    • HT Scan virus
    Scan virus file upload by Windows Defender: var defender = new DefenderScanner(); bool defender.CheckFileExtension(fileName) // Check file Extenion var result = defender.Scan(pathDisk) // Scan file
    • 39,131 total downloads
    • last updated 5/18/2022
    • Latest version: 6.0.5.16
    • HT Scale Images
    Resize, crop, add text watermark to Images: var file = await model.Scale(width, height,true); // model is IFormFile file.SaveAs("wwwroot/" + pathFile);
  • DbContext.TrackingEntity(EntityEntry, userId); interface IAService : IRepository<AModel>; class AService : Repository<class, DbContext>, IAService;
    • Deprecated
    • 20,866 total downloads
    • last updated 5/18/2022
    • Latest version: 6.0.5.11
    • HT Model Models
    Model Library by HT Team
    • 21,676 total downloads
    • last updated 6/15/2022
    • Latest version: 6.0.6
    • HT SQL Models
    SQL with Models Library by HT Team
    • 11,603 total downloads
    • last updated 6/15/2022
    • Latest version: 6.0.6
    • HT PDF
    The PDF Library .NET Core. Export PDF with table, image, grid... with full format: Horizontal, Vertical, Border, Background Color, Bold... public IActionResult PDF() { var model = new... More information
  • Resize, crop, add text watermark to Images: var file = await model.Scale(width, height,true); // model is IFormFile file.SaveAs("wwwroot/" + pathFile);
    • 6,086 total downloads
    • last updated 11/25/2022
    • Latest version: 6.0.11
    • HT Minify
    Markup, HTML, XHTML, XML, Minification, Minifier, Minify Config in Startup.cs: - void ConfigureServices: services.AddMinResponse(); - void Configure: app.UseMinResponse();
    • 5,022 total downloads
    • last updated 6/15/2022
    • Latest version: 6.0.6
    • HT Excel
    A .NET library for reading and writing Microsoft Office Excel: NExcel.Export(new NExcelModel { Headers = headers, Bodys = results, FileName = "Export excel" }); var model =... More information
    • 3,667 total downloads
    • last updated 6/15/2022
    • Latest version: 6.0.6
    • HT API
    API with Swashbuckle: APIControllerBase