SkillAgentSearch skills...

Titus

A console application with three-layer architecture (Core, Domain, Service) with Repository Pattern for EF DbContext and Redis Wrapper in Core, models in Domain, services and Distributed CacheManager in Service, and unit tests with Moq and fake services.

Install / Use

/learn @abowfzl/Titus
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Name

Titus

Usage

Read Huge Data From Ecxel (like 500,000 Rows that use in Project) And Insert To Database.

Summery

Read Excel File And Check Dublicated Value And Insert Values to Redis In Program.cs ,<br> Read again from Redis and Insert to SQL With Fastest Performance.

Steps

  1. Open Excel Stream and Read Data.</br>
  2. Validate Data and Insert Data In Redis.</br>
  3. Read Data From Redis.</br>
  4. Insert Data In SQL.</br>

About

An Cosole Application built with .Net 5 with 2 ClassLibrary (3 Layer (Core, Domain, Service)).</br></br> Repository Pattern For EF DbContext and Redis Wrapper in Core Layer,</br> Models In Domain,</br> Services and Distributed CacheManager Methods Implemention In Service Layer,</br> Unit Tests with Moq Repository and Fake Services for Test Domain Services In UnitTest

Built With

Redis

Working with Excel:

Unit Test:

Related Skills

View on GitHub
GitHub Stars6
CategoryData
Updated1y ago
Forks0

Languages

C#

Security Score

60/100

Audited on Aug 1, 2024

No findings