This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
sqlite_dotnet_ef_vscode [2021/09/22 05:29] sausage |
sqlite_dotnet_ef_vscode [2021/09/22 05:39] (current) sausage |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| Also that SQLite databases can sit comfortably with the application itself for deployments of simple web architectures. There is something simply refreshing about that. | Also that SQLite databases can sit comfortably with the application itself for deployments of simple web architectures. There is something simply refreshing about that. | ||
| + | |||
| + | And EF is getting better and easier all the time. | ||
| + | |||
| + | Being able to do all this with .NET Core in a light and flexible IDE like VSCode makes the experience much more pleasant. | ||
| ===== Setting up a basic MVC project ===== | ===== Setting up a basic MVC project ===== | ||