No announcements
Found 1899432 threads
-
0 Votes
SQLite file creation using Entity framework
the entity class. About entity framework and SQLite, please refer to the following article.Unanswered | 1 Replies | 492 Views | Created by deeps12345 - Thursday, November 10, 2016 6:52 AM | Last reply by Zhanglong Wu - Friday, November 11, 2016 2:05 AM -
0 Votes
Using SQLite with the Entity Framework 6
using SQLite with Entity Framework 6 and the Repository PatternAnswered | 1 Replies | 2792 Views | Created by Mariano Rossi - Tuesday, July 28, 2015 1:55 PM | Last reply by Lydia Zhang - Wednesday, July 29, 2015 6:47 AM -
0 Votes
Deploying SQLite with Entity Framework
with entity framework. My application work in Debug mode but fails when deployed. I have tested and narrows the solution to the app.config file, but the ...Answered | 2 Replies | 6269 Views | Created by Robotuner - Monday, July 4, 2011 4:40 PM | Last reply by Robotuner - Monday, July 4, 2011 7:18 PM -
0 Votes
Working Example of Sqlite using Entity Framework 6.
The following NuGet package seems to provide support for support for Entity Framework 6 using SQLite: https://www.nuget.orgUnanswered | 2 Replies | 2673 Views | Created by Bhupinder Singh (Mech. Eng.) - Thursday, December 11, 2014 4:39 PM | Last reply by Andy ONeill - Thursday, December 11, 2014 5:12 PM -
0 Votes
Entity Framework 4.0 . Entity Creation
Gil, If these two entities have no connection this isn't possible to create one entity by the second one. Would it help ...Answered | 4 Replies | 3548 Views | Created by JAPeter - Thursday, October 7, 2010 9:02 AM | Last reply by yspring - Thursday, October 7, 2010 2:24 PM -
0 Votes
Entity Framework - Generate SQLite Database From Model
http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki For more information about Using SQLite with the Entity Framework ...Answered | 9 Replies | 2616 Views | Created by mxb7642 - Thursday, July 21, 2016 5:15 PM | Last reply by ErikEJ - Saturday, July 23, 2016 6:28 PM -
0 Votes
[UWP][C#]SQLite and Entity Framework Core - using Triggers
Hi Meister1867, After doing some researching and testing, I found that we can implement SQLite Triggers using the Entity ...Proposed | 6 Replies | 1079 Views | Created by Meister1867 - Monday, December 19, 2016 5:33 PM | Last reply by Breeze Liu - Thursday, January 5, 2017 10:25 AM -
0 Votes
Entity Framework Dynamic Database Creation
Hello, In Entity Framework 4.0 there is a new feature called code first which allows you to create your entities and context model firstly and then ...Answered | 1 Replies | 4845 Views | Created by Samudra Vishvajith - Friday, November 12, 2010 4:46 AM | Last reply by liurong luo - Monday, November 15, 2010 6:52 AM -
0 Votes
Difference between ADO.NET Entity Framework File Creation and Scaffold-DbContext
Hi I am new to entity framework. I found two methods for entity model file creation. 1. Using ADO.NET ...Unanswered | 1 Replies | 2154 Views | Created by s251984 - Wednesday, October 11, 2017 12:46 PM | Last reply by Bob Ding - Thursday, October 12, 2017 1:06 PM -
0 Votes
Obscure error when using Entity Framework with SQLite.
Hi I had exactly the same error, Im using SQLITE and Entity Framework also. Here's what happened and how I fixed it. Firstly the project was ...Unanswered | 1 Replies | 6173 Views | Created by SergPerg - Tuesday, November 2, 2010 12:35 AM | Last reply by dfsafdfsdf - Monday, January 17, 2011 2:08 PM -
0 Votes
store binary file (blob) using entity framework
Hi , I would like to store binary file only (Doc , Pdf , txt) type (blob) with fileUpload control into database using Entity framework (edmx) Asp.NET ...Answered | 1 Replies | 3026 Views | Created by MinouHT - Monday, November 11, 2013 2:14 PM | Last reply by Sheng Jiang 蒋晟 - Monday, November 11, 2013 3:35 PM -
0 Votes
DbSet creation in entity framework
Hi all, I need to create an DbSet object for POCO class in DbContext Entity framework. If its for single POCO class i can create DbSet ...Answered | 12 Replies | 6941 Views | Created by shree_ars - Friday, May 4, 2012 12:07 PM | Last reply by shree_ars - Thursday, June 28, 2012 4:52 AM -
0 Votes
[Sqlite & Entity Framework] Unrecognized element exception while querying database
Hi everyone, I'm now working with Sqlite & Entity Framework 6. Everything is fine but when I run my code. An exception was thrown ...Unanswered | 3 Replies | 1144 Views | Created by Linh Nguyen Duy - Thursday, May 21, 2015 2:11 AM | Last reply by Cor Ligthert - Wednesday, May 20, 2015 10:23 AM -
0 Votes
creation and connecting database using sqlite
how to create database in c# with SQLite for windows mobile application???Answered | 1 Replies | 776 Views | Created by Vinay_mahajan - Tuesday, January 28, 2014 7:49 AM | Last reply by Mykyta Bondarenko - Tuesday, January 28, 2014 7:59 AM -
0 Votes
[UWP]Release configuration breaks entity framework and sqlite
Hi, I am stuck into a serious trouble with my build. I am using entity framework with sqlite in an UWP application. Everything works fine on ...Proposed | 1 Replies | 1295 Views | Created by Marius Bob - Friday, July 7, 2017 8:14 AM | Last reply by Breeze Liu - Monday, July 10, 2017 2:57 AM -
1 Votes
Accidental creation of SQL database using Entity Framework
If I use Entity Framework... connection string... file has the name of a database that does not exist... Azure chooses to create a provisioned SQL server using ...Proposed | 2 Replies | 394 Views | Created by Matthias Lund-Andersen - Thursday, April 9, 2020 10:08 PM | Last reply by NavtejSaini-MSFT - Monday, April 13, 2020 10:01 PM -
0 Votes
Reading CSV File using Entity Framework 4.0
Hi, Is it possible to read CSV file using Entiry Framework 4 such that it should give me an entity that I can use it normally within my ...Answered | 6 Replies | 20734 Views | Created by Prateek Baxi - Thursday, July 29, 2010 11:27 AM | Last reply by Ken Lin, MSMVP for .NET (2003-2017), rMVP - Friday, July 12, 2013 9:06 AM -
0 Votes
Entity FrameWork Code First db creation
Hi all, I'm a consultant trying to learn Entity Framework Code First on my work laptop. The laptop does not allow me admin rights as part of company policy. I ...Answered | 2 Replies | 372 Views | Created by ClooGloo - Tuesday, May 10, 2016 4:31 PM | Last reply by ClooGloo - Wednesday, May 11, 2016 6:09 PM -
0 Votes
Problem With Entity Framework 5.0 and SQLite : Use Existing Connection
Good Morning, We work on wpf project with Sqlite. We have just go to Entity Framework 5.0 from Entity Framework ...Answered | 2 Replies | 4665 Views | Created by YBriant - Wednesday, September 26, 2012 5:14 PM | Last reply by born2click - Tuesday, October 2, 2012 2:16 PM -
0 Votes
sqlite with sql server framework
How can i make sync sqlite and sql server by using Sync framework i have sqlliteprovider but how to use it thanksUnanswered | 1 Replies | 5342 Views | Created by AhmedElgazar - Tuesday, December 11, 2012 2:41 PM | Last reply by JuneT - Wednesday, December 12, 2012 3:18 AM - Items 1 to 20 of 1899432 Next ›
No announcements