jeremycook / Linq2Db2Console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linq2Db2Console

Converting a LinqToDb experiment that started in LINQPad to a dotnet console application using a mixture of command line and VS Code.

Video at https://youtu.be/pTkJ-DXQ0Cs

Getting started

  • Install SQL Server Express from here
  • Create a database named northwind
  • Apply the northwind database script from here
  • Install the .NET SDK from here
  • Clone this repo and CD into from the command line
  • Run dotnet run
  • Open the -bruh.json file to view the output
  • Edit the Program.cs file and re-run dotnet run or use dotnet watch

About


Languages

Language:C# 100.0%