ASP.NET CORE
- download
- linux deploy
- getting started
- server port & urls
- perfomance profile
- Redirect
- Session
Database
- mysql .net core
- orm
- EF Core
- roadmap
- new database
- mysql provider
- migration
- official
- https://msdn.microsoft.com/ko-kr/data/jj591621.aspx
- update-database
- not implemented issue
- pomelo
- SapientGuardian
- https://github.com/SapientGuardian/SapientGuardian.EntityFrameworkCore.MySql
- 잘됨!!
- 쓰다가, official에서 버그 픽스되면 옮겨가자.
- 잘됨!!
- https://github.com/SapientGuardian/SapientGuardian.EntityFrameworkCore.MySql
- migration command not found
- http://stackoverflow.com/questions/35140341/ef7-the-term-add-migration-is-not-recognized-as-the-name-of-a-cmdlet
- Project.json에 “Microsoft.EntityFrameworkCore.SqlServer”: “1.0.0”, 있는지 확인
- add-migration 오류
- dotnet-ef [cli tool]
- Enum data type
- official
- dapper.net
- https://github.com/StackExchange/dapper-dot-net
- create new database 기능이 없음.
- https://github.com/StackExchange/dapper-dot-net
- EF Core
- Redis
- StackExchange
- ServiceStack
- 유료라서 패스.
- Redis-cache
- couchbase
xlsx
xUnit
json
- newtonsoft.json
- 저용량에서는 비슷, 대용량에서는 빠르고 복잡한 Nested 구조까지 가장 잘 처리했음.