Skip to content
forked from topnguyen/Elect

The collection of utilities, best practice and fluent method for AspNetCore

License

Notifications You must be signed in to change notification settings

zquanghoangz/Elect

 
 

Repository files navigation

Logo

Elect

Author Top Nguyen

Overview

Number of mini libraries to make faster develop .NET Core system.

  • .Net Core Utilities methods.
  • Save time to project setup and focus on Business Logic.
  • Up to date: Elect always up to date the last .NET Core stable version. All Elect modules publish in Nuget Package so easy for you update the library.
  • Almost library work well as cross platform, you can feel free to code on Windows or Mac.

Installation

All Elect modules publish in Nuget Package.

Usage

Elect have difference modules/libraries, each lib handle a 3rd library or focus utility for a field.

  • Elect.Core: Utitlies and Core of Ecosystem.

  • Dependency Injection

    • Elect.DI: Register service and implementation by Attributes, support scan assemblies in difference folders to register.
  • Data

    • Elect.Data.EF: Entity Framework by Unit of Work and Repository wrap pattern with Transaction support.
    • Elect.Data.IO
      • Physical: Support handle file, folder, image (resize, compress, dominant color).
      • [On Plan] S3: Utitlies to manage file in AWS S3.
  • Mapper

  • Web

    • Elect.Web: ASP Net Core utitlies, Beautiful paged collection API support.
    • Elect.Web.Middlewares: Useful middlewares for ASP NET Core project such as: measure processing time, minimy HTML, CSS, JS on response.
    • Elect.Web.Swagger: Extend of Swashbuckle, easier to setup and support more friendly UI, security API Document URI.
    • Elect.Web.DataTable: Server generate jQuery DataTable support paging server, column filter, column visible and so on for both legacy and modern version.
    • Elect.Web.HttpDetection: Trade Device information (address/location via IP) via HttpRequest User-Agent.
  • Background Job

  • Notification

  • Logger

    • [On Plan] Elect.Logger.Sqlite: Event logger for ASP NET Core project, storage into a Sqlite file - easy to query and statistic.
    • [On Plan] Elect.Logger.Dashboard: Visual Elect.Logger.Sqlite in Dashboard with securiry check support.
  • Localization

    • [On Plan] Elect.Localization.Json: Localization with resource in separate Json files.
    • [On Plan] Elect.Localization.Dashboard: Support manage Elect.Localization.Json via a Dashboard with securiry check support.

Samples

Please access "samples" folder in this repo to explore example for each library.

License

Elect.Core is licensed under the MIT License.

About

The collection of utilities, best practice and fluent method for AspNetCore

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.9%
  • C# 20.6%
  • CSS 12.2%
  • HTML 0.3%