No announcements
Found 1716385 threads
-
0 Votes
A strange phenomenon of the EF 6.0 while inserting data?
User753101303 posted Hi, You don't find the data even when stepping throught the code right after the insert?Answered | 1 Replies | 38 Views | Created by Anonymous - Thursday, June 2, 2016 9:24 AM | Last reply by Anonymous - Thursday, June 2, 2016 9:40 AM -
0 Votes
Inserting Data in Two Tables in Entity Framework 6.0
im not updating, im inserting New data to both Master Table(Address) and to Detail Table(Student) at the same time.Answered | 25 Replies | 4162 Views | Created by Zaid Mirza - Wednesday, January 6, 2016 8:32 AM | Last reply by DA924 - Thursday, January 7, 2016 4:32 PM -
1 Votes
Lazy loading EF 6.0
Loading Related Entities Fernando (MCSD) If a post answers your question, please click "Mark As ...Answered | 2 Replies | 881 Views | Created by ArtsiomRusak - Saturday, December 28, 2013 10:59 AM | Last reply by ArtsiomRusak - Saturday, December 28, 2013 4:06 PM -
0 Votes
Anyone using Entity Framework (EF) for data layer?
code to me this isn't showing a true DAL.Answered | 6 Replies | 5690 Views | Created by pretzelb - Tuesday, August 30, 2011 12:20 AM | Last reply by darnold924 - Friday, October 28, 2011 11:28 PM -
1 Votes
EF insert data into a required, with default value, primary key column
I wonder how EF deals with that under the hood.Answered | 4 Replies | 1147 Views | Created by CSharp _ Learner - Friday, May 5, 2017 10:55 AM | Last reply by CSharp _ Learner - Saturday, May 6, 2017 4:00 AM -
0 Votes
Issue while inserting data
INSERT INTO SUPPLIERSLIST ( PART_NO , SUPPLIERS ) SELECT PU.PART_NO AS PART_NO , PU.SUPPLIERS AS ...Answered | 1 Replies | 600 Views | Created by Balamurugan Ganesan - Tuesday, April 28, 2015 8:20 AM | Last reply by Stefan Hoffmann - Tuesday, April 28, 2015 8:34 AM -
3 Votes
Avoid the lock while inserting Data.
Hello Dileep - Conceptually, During large insert operation, If someone is trying to select data from a page in the table that you've got locked, then there will be blocking.Answered | 6 Replies | 1095 Views | Created by Dileep sankar - Tuesday, June 23, 2015 2:26 PM | Last reply by Dileep sankar - Friday, June 26, 2015 9:53 AM -
0 Votes
Data Getting Corrupted while inserting into SQL Server DB.
SqlClient from .NET Framework - How are you inserting the data?Answered | 4 Replies | 4715 Views | Created by Naveen11 - Wednesday, April 8, 2009 8:18 PM | Last reply by Naveen11 - Thursday, April 9, 2009 2:33 PM -
0 Votes
Is insert with EF faster and more efficient for hundreds of rows?
Hi, EF isn't optimized for that kind of bulk operations, so I'll guess that it won't be significant quicker with SaveChanges.Answered | 1 Replies | 1704 Views | Created by emil_tr - Friday, November 18, 2011 8:50 AM | Last reply by Rune Gulbrandsen - Friday, November 18, 2011 8:56 AM -
1 Votes
data validation in ef 6
EditPopup is the container for where you edit the data.Answered | 12 Replies | 1243 Views | Created by giuseppe ferrrari - Friday, June 10, 2016 3:37 PM | Last reply by Gerhard - Wednesday, December 13, 2017 10:15 AM -
0 Votes
Deadlock while inserting data into a table.
So I am getting a deadlock for this insert from last few days.Answered | 11 Replies | 1985 Views | Created by Jitesh00JJ - Monday, May 12, 2014 9:07 AM | Last reply by Erland Sommarskog - Monday, May 12, 2014 10:10 PM -
0 Votes
EF is slow at Insert
http://stackoverflow.com/questions/5940225/fastest-way-of-inserting-in-entity-framework Thanks, Larcolais Gong[MSFT] MSDN Community ...Answered | 4 Replies | 5233 Views | Created by M. Irfan - Thursday, August 11, 2011 6:26 AM | Last reply by Larcolais Gong - Wednesday, August 17, 2011 7:50 AM -
0 Votes
INSERT into statement truncating data while inserting in SQL Server table
I get the following error when I use the loop (Do while) for multiple record insertion as indicated in the earlier code.Answered | 4 Replies | 8791 Views | Created by uandme72 - Saturday, July 17, 2010 3:01 AM | Last reply by Erland Sommarskog - Saturday, July 17, 2010 9:17 PM -
1 Votes
EF and DTO (insert/update)
Hi, I suggest to read the following article it has the solution you seek: Flexible Data Access With LINQ To SQL And The Entity FrameworkGil FinkAnswered | 1 Replies | 6308 Views | Created by NamesisX - Monday, June 1, 2009 11:14 AM | Last reply by Gil Fink - Tuesday, June 2, 2009 6:00 AM -
0 Votes
EFS
Thanks for your reply On that hard disk windows 7 (64 bit) installed without taking the EFS or data recovery agent's certificate backup.Answered | 4 Replies | 1723 Views | Created by Siddharth.Sharma - Saturday, January 10, 2015 4:16 PM | Last reply by Just Karl - Tuesday, January 13, 2015 11:31 PM -
34 Votes
What is globalization phenomenon in .NET ?
I am trying to learn globalization phenomenon for our project going on at our company but am not able to grasp it.Answered | 2 Replies | 4236 Views | Created by AparnaTend - Wednesday, April 27, 2011 3:07 PM | Last reply by Rex Honour - Thursday, April 28, 2011 1:55 PM -
1 Votes
Automatic Truncate Long Strings while inserting data.
btw, there is a new traceflag in 2019 to get detailed errors about ...Answered | 8 Replies | 16504 Views | Created by AminMashayekhi - Sunday, March 1, 2009 9:17 AM | Last reply by Erland Sommarskog - Tuesday, March 17, 2020 10:26 PM -
0 Votes
WCF Data Services, POCO and EF
This isn't possible with WCF Data Services.Answered | 1 Replies | 7637 Views | Created by Espen B - Monday, April 26, 2010 1:27 PM | Last reply by Pratik Patel - MSFT - Monday, April 26, 2010 5:25 PM -
0 Votes
Timeout elapsed while inserting data using xml
I noticed that you first insert data into a table variable and then move data from the table variable to the target table.Answered | 1 Replies | 9829 Views | Created by priyanka_ag - Friday, July 9, 2010 1:51 PM | Last reply by KJian_ - Wednesday, July 14, 2010 7:16 AM -
0 Votes
AcceptAllChanges again but more strange
EF implicitly creates a transaction before starting however many inserts, updates and deletes it needs to perform.Answered | 6 Replies | 3580 Views | Created by The Eagle - Wednesday, December 1, 2010 4:27 AM | Last reply by The Eagle - Thursday, December 9, 2010 8:55 PM - Items 1 to 20 of 1716385 Next ›
No announcements