#author("2017-11-06T13:49:59+00:00","default:admin","admin")
-[[.NET Coreで幾つかのデータベースアクセスを試してみる(SQL Server編):http://qiita.com/zaburo/items/0a215f4d9fad0aa0b8ef]]
-[[【ASP.NET Core入門記】データファーストでScaffoldする【MVC】:https://qiita.com/logikuma/items/a705e0d39bbe69550608]]

*アクセス方法 [#pf188336]
-ADO.NET .... 最も低レベルなAPIですが、高速
-Entity Framework ... いわゆるO/Rマッパで、高レベルなAPIだが、相対的に遅い
-Dapper ... Micro ORMと言われる部類のもので、中レベルなAPIだが、比較的高速(ADOに近い)

**速度比較 [#d5e97a38]
-[[Entity Framework Core 2.0 vs. Dapper performance benchmark, querying SQL Azure tables:https://koukia.ca/entity-framework-core-2-0-vs-dapper-net-performance-benchmark-querying-sql-azure-tables-7696e8e3ed28]]
-[[Entity Framework Core 2.0 vs. Dapper performance benchmark, querying SQL Azure tables:https://www.reddit.com/r/csharp/comments/6yhp84/entity_framework_core_20_vs_dapper_performance/]]
-[[Is Entity Framework Core 2.0 Faster?:https://dev.to/rickab10/is-entity-framework-core-20-faster]]

*[[Dapper:https://github.com/StackExchange/Dapper]] [#m3017d4d]
-[[Dapper Tutorials & Examples - C# Micro ORM:http://dapper-tutorial.net/]]

-[[Use Dapper ORM With ASP.NET Core:http://www.talkingdotnet.com/use-dapper-orm-with-asp-net-core/]]
-[[【C#】Dapperについてまとめてみた:http://sweets-junkie.hatenablog.com/entry/2014/03/07/010004]]
-[[Dapperを触ってみた(導入、簡単な操作編)(Micro-ORM):http://j-levia.hatenablog.jp/entry/2017/04/17/213921]]
-[[DapperのQueryを使ってマルチマッピングしてみる:http://qiita.com/NetSeed/items/dda1096d03dfbf5fe431]]
-[[ASP.NET Core + Dapper で高パフォーマンスWEB開発を実践する:http://kikki.hatenablog.com/entry/2016/10/26/100604]]
-[[neue cc - Dapper関連:http://neue.cc/?s=Dapper]]
--[[neue cc - Micro-ORMとC#(とDapperカスタマイズ):http://neue.cc/2012/12/11_390.html]]
--[[neue cc - C#のO/Rマッパーのパフォーマンス測定 Part2:http://neue.cc/2012/01/17_363.html]]
-[[データ ポイント - Dapper、Entity Framework、およびハイブリッド アプリ:https://msdn.microsoft.com/ja-jp/magazine/mt703432.aspx]]
-[[Dapper - マイクロソフト系技術情報Wiki:https://techinfoofmicrosofttech.osscons.jp:443/index.php?Dapper]]

-[[Dapper .NET Tutorial:https://liangwu.wordpress.com/2012/08/16/dapper-net-samples/]]

*Entity Framework Core [#eae352fb]
-[[Entity Framework Core - IncludeとThenIncludeを試す:http://ichiroku11.hatenablog.jp/entry/2017/10/28/222855]]
-[[Entity Framework で複合主キーを設定する方法と Find の使い方:http://oki2a24.com/2016/07/13/use-composite-keys-and-find-method-in-entity-framework/]]
-[[Entity Framework Core 2.0の新機能:https://www.infoq.com/jp/news/2017/09/EF-Core-2.0-2]]

トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS