No announcements
Found 2054621 threads
-
0 Votes
EF and SQL CE
I get : Server-generated keys and server-generated values are not supported by SQL Server Compact.Answered | 3 Replies | 3125 Views | Created by wasimf - Thursday, May 13, 2010 3:41 PM | Last reply by wasimf - Friday, May 21, 2010 7:53 PM -
0 Votes
Linq to SQL TO EF 4
Hello, EF is completely different technology automatic upgrade is imho not possible because many features available in linq-to-sql are implemented and used ...Answered | 2 Replies | 3883 Views | Created by Bill_Yeager - Saturday, April 16, 2011 2:51 AM | Last reply by Alan_chen - Friday, April 22, 2011 1:51 AM -
0 Votes
EF 4.1 with SQL Server CE 3.5
EF can work with SQL CE 3.5 as long as you do not rely on the creation and migration (from EF 5.0) features of EF.Answered | 13 Replies | 8332 Views | Created by Stephen Schaub - Friday, June 17, 2011 3:03 PM | Last reply by Axel Eckenberger - Tuesday, October 2, 2012 12:17 PM -
0 Votes
Webconfig and updating EF on Host SQL server
http://www.connectionstrings.com/sql-server/ Note: Make sure, the TCP/IP has already been enabled in the Host SQL Server.Answered | 2 Replies | 18 Views | Created by Anonymous - Monday, November 11, 2013 6:15 PM | Last reply by Anonymous - Wednesday, November 13, 2013 7:20 AM -
2 Votes
Linq-to-SQL/EF or NHibernate.
The Adapters is only to provide a way for EF to work with your own POCO classes.Answered | 10 Replies | 7435 Views | Created by Jignesh Desai - Monday, June 22, 2009 4:43 PM | Last reply by Durgesh20 - Friday, December 10, 2010 10:50 AM -
0 Votes
EF or LINQ-to-sql?
As for stored proc mapping; both L2S and EF has trouble mapping stored procs if you use dynamic SQL within the SPs.Answered | 2 Replies | 3275 Views | Created by Dean Blakely - Friday, September 10, 2010 12:34 AM | Last reply by Michael Sun [MSFT] - Tuesday, September 14, 2010 8:55 AM -
0 Votes
Powershell - webconfig
Hi, For updating Multiple Front-End Servers Web Configuration, you can refer to the ...Answered | 6 Replies | 1837 Views | Created by ThomasRasmussen - Monday, January 5, 2015 10:26 AM | Last reply by Eric Tao - Tuesday, January 6, 2015 9:54 AM -
1 Votes
EF - Update fails
I have this class and using EF, the table Product has been created on SQL SERVER.Answered | 3 Replies | 1314 Views | Created by AGA Neto - Wednesday, August 13, 2014 5:30 PM | Last reply by davidbaxterbrowne - Wednesday, August 13, 2014 7:05 PM -
0 Votes
EF deep update
EF POCO implememntation will then use the virtual keyword in order to create a runtime proxy on top of the POCO entity which will include change tracking.Answered | 3 Replies | 3851 Views | Created by Allen Anderson - Thursday, November 18, 2010 6:54 AM | Last reply by Gil Fink - Sunday, November 21, 2010 9:04 AM -
1 Votes
Is it possible to use the entity framework in the SQL Server hosted CLR?
It is possible in SQL Server 2008 with EFv1 (the .NET 4 CLR is completely new and SQL Server 2008 will not host it).Answered | 1 Replies | 3606 Views | Created by BenPeterMorris - Friday, November 27, 2009 5:00 PM | Last reply by David DeWinter - MSFT - Sunday, November 29, 2009 10:24 PM -
0 Votes
update IIS webconfig
If i upload it in any live server then how to solve the issue.Answered | 6 Replies | 1050 Views | Created by Saikat malakar - Thursday, April 25, 2013 7:08 AM | Last reply by Cor Ligthert - Thursday, May 2, 2013 7:18 AM -
1 Votes
Automatically set record last updated in SQL Server table via EF rather than DB trigger
-- add trigger to all tables with a LastUpdated column to automatically update the BEGIN DECLARE @SQL NVARCHAR(MAX) , ...Answered | 2 Replies | 849 Views | Created by Matt S- - Wednesday, October 29, 2014 2:56 PM | Last reply by Matt S- - Friday, October 31, 2014 6:41 PM -
1 Votes
Does EF 6 Allow for Primary Key Updates
EF still doesn't support PK updates through change tracking and SaveChanges() If you want to update a PK in an EF application, you can just use a ...Answered | 5 Replies | 1289 Views | Created by Jim Lutterbach - Sunday, February 23, 2014 2:14 AM | Last reply by Jim Lutterbach - Thursday, February 27, 2014 4:23 AM -
0 Votes
EF Sproc Returning Results That Differ From Sql Server Query Analyzer
Unfortunately, I am not allowed to share the sql for the view.Answered | 3 Replies | 3370 Views | Created by Mark Phillips - Thursday, July 29, 2010 4:36 PM | Last reply by Patrice Scribe - Monday, August 2, 2010 10:02 AM -
0 Votes
Visual Studio 2008 webconfig connectionstring
Hey, I am having a hard time connecting to a sql 2005 database from my webconfig.Answered | 1 Replies | 4500 Views | Created by ny3ranger - Thursday, August 28, 2008 2:54 PM | Last reply by Feng Chen - Friday, August 29, 2008 4:29 AM -
0 Votes
Should I use SQL Server filestream data type with EF in this circumstance?
First, I think EF can work fine with FILESTREAM type in SQL Server.Answered | 2 Replies | 6529 Views | Created by dthouston - Tuesday, July 6, 2010 4:00 PM | Last reply by dthouston - Friday, July 9, 2010 12:36 PM -
0 Votes
EF CodeFirst
I'm assuming here that you are asking about something along the lines of having a .NET Code First project and a Juneau project in the same solution where the Juneau ...Answered | 3 Replies | 5997 Views | Created by Mike-E_wins - Friday, September 16, 2011 4:58 PM | Last reply by Mike-E_wins - Friday, September 16, 2011 6:03 PM -
0 Votes
Free APS.Net and SQL Server hosting
I'm not aware of hosting services that will provide free hosting indefinitely but some offer a free trial.Answered | 2 Replies | 2550 Views | Created by xyz_999 - Sunday, November 11, 2012 12:24 AM | Last reply by Dan Guzman - Sunday, November 11, 2012 3:14 AM -
0 Votes
Deploy simple EF Model First Website to Azure
I have finally figured out how to add the remote db so that server explorer sees it, and I seem to have just gotten it to accept the Azure sql db as the entity ...Answered | 4 Replies | 4169 Views | Created by Nathan Beeler - Tuesday, July 17, 2012 9:58 PM | Last reply by Nathan Beeler - Sunday, July 22, 2012 8:37 PM -
0 Votes
EF 4.1 SaveChanges() not updating
//_context.AcceptAllChanges(); // EF will accept all changes after save when executed like this.Answered | 1 Replies | 2032 Views | Created by AlexeiF - Thursday, March 22, 2012 5:51 PM | Last reply by Fernando Soto - MCSD - Thursday, March 22, 2012 8:27 PM - Items 1 to 20 of 2054621 Next ›
No announcements