Dapper Repository

MicroORM


관련 자료

https://dapper.phnx47.net/

 

MicroOrm.Dapper.Repositories

CRUD for Dapper

dapper.phnx47.net

https://github.com/phnx47/MicroOrm.Dapper.Repositories

 

phnx47/MicroOrm.Dapper.Repositories

CRUD for Dapper. Contribute to phnx47/MicroOrm.Dapper.Repositories development by creating an account on GitHub.

github.com

 

 

 

 

 



 

 

[그림1] MicrORM을 통한 쿼리 조회

 

 

[그림2] Repository 클래스 선언

 

아래는 관련 소스 파일을 첨부합니다.

MicroOrm.Dapper.Repositories-master.zip
0.08MB

ag-grid


관련 자료

https://www.ag-grid.com/

 

ag-Grid

ag-Grid is feature rich datagrid designed for the major JavaScript Frameworks. Version 19 is out now. Easily integrate into your application to deliver filtering, grouping, aggregation, pivoting and much more with the performance that your users expect. Ou

www.ag-grid.com

https://www.ag-grid.com/example.php#/

https://www.ag-grid.com/features-overview/

https://eblo.tistory.com/33

 

AG-GRID 기본 예제

1. 기본 예제 코드 AG-GRID를 이용해서 화면에 데이터를 보여주는 예제입니다. Athlete, Age 칼럼은 좌측에 고정을 시켰습니다. HTML 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27..

eblo.tistory.com

https://poponyang.tistory.com/entry/aggrid-사용기

 

ag-grid 사용기

프로젝트 요청사항에 ag-grid가 있어서 어쩔 수 없이(?) 사용해보았다. 처음 사용할 땐 역시 getting started. 간단하게 적용할 땐 문제 없는데 몇 가지 적용하려고 하니 guide의 부실함이 느껴졌다. 열심히 업데..

poponyang.tistory.com

 



 

 

 

 

[그림1] 지원 프레임워크

 

 

 

[그림2] 실시간 그리드

 

[그림3] 실시간 차트 그리드

 

 

 

 

 

 

'Javascript' 카테고리의 다른 글

Quasar UI Framewrk - Vuejs  (0) 2021.02.19
[Javascript] svelte  (0) 2019.12.03
BootboxJS — Bootstrap의 모달을 쉽게 컨트롤 하자  (0) 2019.05.27
Mobx - Simple, scalable state management  (0) 2019.05.11
BootstrapVue  (0) 2019.05.02

Embed document db - LiteDB vs RaptorDB


관련 자료

https://github.com/mgholam/RaptorDB-Document

 

mgholam/RaptorDB-Document

NoSql, JSON based, Document store database with compiled .net map functions and automatic hybrid bitmap indexing and LINQ query filters (now with standalone Server mode, Backup and Active Restore, ...

github.com

https://www.codeproject.com/Articles/375413/RaptorDB-The-Document-Store-2

 

RaptorDB - The Document Store

NoSql, JSON based, Document store database with compiled .net map functions and automatic hybrid bitmap indexing and LINQ query filters (now with standalone Server mode, Backup and Active Restore, Transactions, Server side queries, MonoDroid support, HQ-Br

www.codeproject.com

http://www.litedb.org/

 

LiteDB :: A .NET embedded NoSQL database

Standalone database LiteDB is serverless database delivered in a single DLL (less than 350kb) fully written in .NET C# managed code (compatible with .NET 3.5, 4.x, NETStandard 1.3 and 2.0). Install via NuGet or just copy DLL to your bin project folder.

www.litedb.org

 

 



 

 

RaptorDB

 JSON based, Document store database with compiled .net map functions and automatic hybrid bitmap indexing and LINQ query filters

 

 

LiteDB

 JSON based, Document store database with compiled .net map functions and automatic hybrid bitmap indexing and LINQ query filtersEmbedded NoSQL database for .NET - An open source MongoDB-like database with zero configuration - mobile ready

 

 

두가지 중에 LiteDB가 모바일 기기도 지원하고, MongoDB와 비슷한 경험으로 사용할 수 있다. 그래서 LiteDB를 더 추천드린다.

 

+ Recent posts