User Tools

Site Tools


sqlite_nhibernate_vscode

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
sqlite_nhibernate_vscode [2021/08/30 16:49]
sausage [The DbContext]
sqlite_nhibernate_vscode [2021/09/01 09:47]
sausage removed
Line 1: Line 1:
 ====== Creating a .NET Core application with Entity Framework and SQLite in VSCode ====== ====== Creating a .NET Core application with Entity Framework and SQLite in VSCode ======
  
-{{:​sqlite:​sqlite-nhibernate-vscode.png?​direct&​400 |}}+{{:​sqlite:​sqlite-ef-vscode.png?​direct&​400 |}}
  
 One of the nice things about SQLite databases is that they are so much easier than other databases to spin up and work with. That's opposed to something like SQL Server and it's heavy overhead with a SQL Server installation. ​ One of the nice things about SQLite databases is that they are so much easier than other databases to spin up and work with. That's opposed to something like SQL Server and it's heavy overhead with a SQL Server installation. ​
  
-Also that SQLite databases can sit with the application itself for simpler web architecture ​deployments. 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.
  
 ===== Setting up a basic MVC project ===== ===== Setting up a basic MVC project =====