Click here to Skip to main content
15,888,302 members
Articles / Programming Languages / C#

SQLite CRUD Operation Using Entity Framework 7

Rate me:
Please Sign up or sign in to vote.
4.94/5 (23 votes)
4 Feb 2016CPOL4 min read 44.7K   1.4K   39  
Example of Chinook digital media store database

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United States United States
while (live) {
try {
learn();
code();
food();
...
} catch (Exception ex) {
recover();
}
}

Comments and Discussions