Package Description
$ dotnet add package HLCores.ConfigurationsHLCores.Configurations is a generic pakage that contained any necessary packages for creating a web APIs with ASP.NET Core.
Enables JWT-bearer authentication using the default scheme. JWT bearer authentication performs authentication by extracting and validating a JWT token from the Authorization request header.
Follow: HLCores.Configurations.AuthenticationConfig
HLCores Configurations Database is config generate and execute script sql file.
I used the use SQL Server SMO (Server Management Object) package to do this, please refer to the documentation at Server Management Objects (SMO).
Follow: HLCores.Configurations.Database
HLCores.Configurations.DI is DependencyInjection using ServiceLifetime by attribute.
Follow: HLCores.Configurations.DI
HLCores.Configurations.SwaggerGenConfig is custom service configufation registers Swagger.