HTTeam
HT.Components
by:
HTTeam
- 125,264 total downloads
- last updated 6/15/2022
- Latest version: 6.0.6
Bootstrap 5 UI components for Razor Components:
services.AddComponents();
<link rel="stylesheet" href="_content/HT.Components/bootstrap.min.css" />
<link rel="stylesheet" href="_content/HT.Components/app.min.css" />
<script src="_content/HT.Components/app.min.js"></script>...
More information
- 78,947 total downloads
- last updated 2/15/2022
- Latest version: 6.0.2
DbContext.TrackingEntity(EntityEntry, userId);
interface IAService : IRepository<AModel>;
class AService : Repository<class, DbContext>, IAService;
HT.NTagHelpers
by:
HTTeam
- 76,478 total downloads
- last updated 6/15/2022
- Latest version: 6.0.6
<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 id="radio" label="Question checkbox:"><n-radio-item name="radio" value="1" label="Check box...
More information
HT.Extensions
by:
HTTeam
- 72,724 total downloads
- last updated 5/18/2022
- Latest version: 6.0.5.11
Map model with [NoMap] Attribute: model.CopyTo(getModel);
Id long: Long.NewLong(); // Auto sort DateCreated desc
Id in date: datetime.ToDayCount();
Url: string.ToUrl();
HT.Extentions
by:
HTTeam
- 70,755 total downloads
- last updated 6/10/2021
- Latest version: 5.0.7.2
Map model with [NoMap] Attribute: AutoMap<ED_Student>.Convert(modelOld, modelNew);
Id long: GenerateId.NewLong(); // Auto sort DateCreated desc
Id in day: datetime.ToDayCount();
HT.Encrypt
by:
HTTeam
- 38,070 total downloads
- last updated 6/15/2022
- Latest version: 6.0.6
Encrypt and Decrypt AES with key:
- Encrypt: Encrypt.Encode(string, key);
- Decrypt: Encrypt.Decode(string, key);
HT.Defender
by:
HTTeam
- 14,262 total downloads
- last updated 6/15/2022
- Latest version: 6.0.6
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
HT.SQLServer
by:
HTTeam
- 7,944 total downloads
- last updated 6/15/2022
- Latest version: 6.0.6
DbContext.TrackingEntity(EntityEntry, userId);
interface IAService : IRepository<AModel>;
class AService : Repository<class, DbContext>, IAService;
- 7,446 total downloads
- last updated 6/15/2022
- Latest version: 6.0.6
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 PDFDocument(12, PageSize.A4);
model.AddCell(new PDFCell("PDF Library by HT Team") {...
More information
HT.JwtBearer
by:
HTTeam
- 5,156 total downloads
- last updated 6/15/2022
- Latest version: 6.0.6
Use JwtBearer to receive an OpenID Connect bearer token
- 4,919 total downloads
- last updated 6/15/2022
- Latest version: 6.0.6
DbContext.TrackingEntity(EntityEntry, userId);
interface IAService : IRepository<AModel>;
class AService : Repository<class, DbContext>, IAService;
- 4,095 total downloads
- last updated 6/15/2022
- Latest version: 6.0.6
Resize, crop, add text watermark to Images:
var file = await model.Scale(width, height,true); // model is IFormFile
file.SaveAs("wwwroot/" + pathFile);
HT.SQL.Models
by:
HTTeam
- 2,942 total downloads
- last updated 6/15/2022
- Latest version: 6.0.6
SQL with Models Library by HT Team
- 2,436 total downloads
- last updated 6/15/2022
- Latest version: 6.0.6
A .NET library for reading and writing Microsoft Office Excel:
NExcel.Export(new NExcelModel {
Headers = headers,
Bodys = results,
FileName = "Export excel"
});
var model = await NExcel.Import(excel);
var value =...
More information
- Previous
- Next