From 93b5c49294144b83928c87634d70042769e972e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=B1=E5=82=91?= <840465812@qq.com> Date: Sat, 15 Aug 2020 21:34:34 +0800 Subject: [PATCH] Create README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..604a63b --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# SQLiteEFCodeFirstDemo +CodeFirst模式下EF SQLite示例程序 + +参考链接: + +[C#/.NET VS2017+ EF+SQLite.CodeFirst——真正实现CodeFirst](https://blog.csdn.net/qq_34202873/article/details/85068877) + +[Sqlite:Code First模式](https://blog.csdn.net/wucdsg/article/details/78895366) + +[SQLite 的 CodeFirst 模式](https://www.cnblogs.com/hippieZhou/archive/2018/08/04/9420432.html) + +[以SQLite作为数据库的CodeFirst模式开发及踩的坑](https://blog.csdn.net/kindmb/article/details/102293986) + +[SQLite在XP下出现no such table异常与找不到SQLite.Interop.dll故障](https://blog.csdn.net/kindmb/article/details/102328189) + +[Sqlite && EF Code FIRST 终极解决方案 2019.5.17#](https://www.cnblogs.com/swobble/p/10881756.html) + +[SQLite CodeFirst、Migration 的趟坑过程](https://blog.csdn.net/myinc/article/details/61953193) + +感谢以上文章原作者