D
D
Devil Devil2016-09-11 07:27:30
ASP.NET
Devil Devil, 2016-09-11 07:27:30

How to get started with SQLite and asp net mvc?

Good afternoon! How to install sqLite? there is no sensible guide anywhere, and how to implement the base into the project using code first?
how to write connection string in web config file?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
mletov, 2016-09-11
@mletov

metanit.com/sharp/uwp/16.1.php

R
Roman, 2016-09-11
@yarosroman

Here are a couple of ORMs
iamkrillin.github.io
https://sqliteorm.codeplex.com
Here's how to hook it up to EF6
https://erazerbrecht.wordpress.com/2015/06/11/sqli...
I would recommend using Firebird Embedded in general instead of SQLite (because it has a lot of restrictions, you will stumble upon them when you have structure changes in which key fields are involved.), and it is also not difficult to fasten it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question