/dapper-sample

Dapper Example in an F# console application for dotnet core

Primary LanguageF#

Dapper Example F# dotnet core project

This sample console application demonstrates how to use Dapper to query a Microsoft SQL Server database. It queries the AdventureWorks2017 database, which you can download at https://github.com/Microsoft/sql-server-samples/releases/download/adventureworks/AdventureWorks2017.bak

This sample also demonstrates how to use a json config file with an F# dotnetcore project.

Articles Including Dapper Examples

https://github.com/StackExchange/Dapper

https://www.jeremymorgan.com/blog/programming/how-to-dapper-web-api/ // C#

https://dev.to/kspeakman/dirt-simple-sql-queries-in-f-a37

https://gist.github.com/vbfox/1e9f42f6dcdd9efd6660 // incomplete

https://github.com/AlexTroshkin/fsharp-dapper

http://www.codesuji.com/2017/07/29/F-and-Dapper/

https://aspnetmonsters.com/2018/01/2018-01-22-loading-an-object-graph-with-dapper/

https://github.com/tmsmith/Dapper-Extensions