No announcements
Found 2987687 threads
-
0 Votes
Which is best ADO.NET, Entity Framework, LINQ to SQL, NHibernate for SAAS based ecommerce applications
Linq to SQL is an old technology that hasn't been developed for years.Answered | 3 Replies | 137 Views | Created by Anonymous - Monday, July 6, 2015 4:10 AM | Last reply by Anonymous - Wednesday, July 8, 2015 3:23 AM -
0 Votes
Entity Framework vs NHibernate, which is better
Here's my comparison Entity Framework vs NHibernate What is the situation now about EF vs NH ?Answered | 8 Replies | 38296 Views | Created by witdaj - Tuesday, March 30, 2010 10:40 PM | Last reply by DA924 - Monday, September 21, 2015 10:05 PM -
2 Votes
Linq-to-SQL/EF or NHibernate.
Worth having a look at http://www.rmfusion.com/microsoft_net/linq/linq_to_ado_net.htm and ...Answered | 10 Replies | 7531 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
LINQ to SQL Classes and ADO.Net Entity Data Model
Hello gopi Entity Framework (Advance then LinQ to SQL): 1.Answered | 2 Replies | 3804 Views | Created by Gopi kakileti - Monday, July 25, 2011 7:21 AM | Last reply by Sankarsan Parida - Monday, July 25, 2011 12:20 PM -
0 Votes
LINQ or NHibernate ?
Given that you are comparing it to NHibernate, I assume you are referring to Linq to SQL, which would allow you to work against a database.Answered | 5 Replies | 9433 Views | Created by sujithu - Wednesday, June 10, 2009 2:54 PM | Last reply by Rashad.Nourani - Saturday, July 25, 2009 12:05 PM -
0 Votes
Entity Framework vs Traditional ADO.Net
to start a Web-based enterprise application aswell.Answered | 7 Replies | 10755 Views | Created by tkl33 - Friday, October 7, 2011 4:13 PM | Last reply by Alan_chen - Saturday, October 15, 2011 7:55 AM -
1 Votes
LINQ versus Entity Framework
http://www.osellus.com/blogs/2009/06/04/linq-to-sql-vs-entity-framework/Answered | 5 Replies | 17209 Views | Created by akoranteng - Friday, October 30, 2009 11:18 PM | Last reply by davesd - Saturday, October 16, 2010 8:32 AM -
0 Votes
what is the best use and different use [Linq To Sql] or [Entity Framework] or [Ado.Net sqlserver] ؟
At a high level, LINQ To SQL supports 1 to 1 mapping from SQL Server tables, views, stored procedures and functions.Answered | 2 Replies | 4297 Views | Created by Drhow - Monday, March 25, 2013 10:30 AM | Last reply by Papy Normand - Wednesday, March 27, 2013 7:25 PM -
0 Votes
Is there any other framework like LINQ ?
Can u plz tell me Which would be the best and more featured one ?Answered | 4 Replies | 3459 Views | Created by Ravi_P - Monday, June 13, 2011 7:38 AM | Last reply by Reed Copsey, Jr - Tuesday, June 14, 2011 3:58 PM -
2 Votes
WPF with Entity Framework or Linq?
My opinion is based on what you asked.Answered | 4 Replies | 4097 Views | Created by PHE Admin - Tuesday, February 8, 2011 6:55 PM | Last reply by Cor Ligthert - Friday, February 11, 2011 3:37 PM -
0 Votes
LINQ and ADO.Net which one is better?
Hi, In my opinion, you might reference ADO.Net Entity Framework.Answered | 1 Replies | 3512 Views | Created by Jayaramchandran.M - Tuesday, April 12, 2011 4:29 AM | Last reply by Ouch Liu - Tuesday, April 12, 2011 4:59 AM -
0 Votes
How to implement extension for Linq to HQL generator in Entity Framework (needed SQL 'LIKE' with LINQ to Entities)
We need the possibility to use directly SQL 'LIKE' command with LINQ to Entities in Entity Framework.Answered | 3 Replies | 2455 Views | Created by gresspav - Tuesday, June 11, 2013 5:52 AM | Last reply by darnold924 - Tuesday, June 11, 2013 1:37 PM -
1 Votes
Performance hit for ADO.NET Entity Framework
In Entity Framework, queries are finally compiled and transferred to sql statements and send to server.Answered | 1 Replies | 4347 Views | Created by Radu Olaru - Friday, December 3, 2010 7:54 AM | Last reply by liurong luo - Thursday, December 9, 2010 8:56 AM -
0 Votes
advantages of using LINQ to SQL over ADO.net
In general, LINQ to SQL (and Entity Framework) perform quite well.Answered | 5 Replies | 5526 Views | Created by NevadaVegas - Thursday, January 7, 2010 12:51 AM | Last reply by Reed Copsey, Jr - Thursday, January 14, 2010 7:49 PM -
0 Votes
Entity Framework Linq to Entities and variable entity name
I have considered mapping multiple tables to one class, entity split, and inheritance (such as the one explained in above ...Answered | 5 Replies | 22607 Views | Created by kawzaki - Friday, September 17, 2010 4:37 AM | Last reply by juguy - Tuesday, August 27, 2013 2:28 PM -
1 Votes
start with ado.net entity framework
Hands-on-Lab: Using the Entity Framework in .NET 4 and Visual Studio 2010 hope it helps regards GPAnswered | 3 Replies | 3593 Views | Created by OmidTalebi - Sunday, July 25, 2010 4:01 PM | Last reply by Gian Paolo Santopaolo - Software Lab - Tuesday, July 27, 2010 6:48 PM -
1 Votes
Definitive proof that ADO.NET Entity Framework is better in performance than conventional ADO.NET
EF is built on top of ADO.NET so you can't expect any performance advantage in terms of improved raw roundtrip times.Answered | 1 Replies | 4131 Views | Created by RamakrishnanRS - Wednesday, February 16, 2011 8:11 AM | Last reply by KristoferA - Wednesday, February 16, 2011 8:26 AM -
1 Votes
Convert sql to linq/entiti framework
If you only want Usuarios with a Relacione this should work: var res = (from r in context.Relaciones join u in context.Usuario on u.idUsuario equals r.idUsuario select ...Answered | 3 Replies | 633 Views | Created by Felipe bird - Saturday, November 7, 2015 7:04 PM | Last reply by Magnus (MM8) - Wednesday, November 11, 2015 1:04 PM -
0 Votes
ADO.NET entity DATA model???
Hello Abhishek, Entity framework enable developers to create data access applications by programming against a conceptual application model, its ...Answered | 1 Replies | 4475 Views | Created by abhi0410 - Friday, May 7, 2010 6:39 PM | Last reply by liurong luo - Tuesday, May 11, 2010 10:37 AM -
1 Votes
Using nhibernate and Entity Framework Together
Can i use nhibernate and entity framework together under one VS2010 solution?Answered | 1 Replies | 6638 Views | Created by TechnologyasArt - Monday, January 23, 2012 7:54 PM | Last reply by Tina_Tian - Thursday, January 26, 2012 3:17 AM - Items 1 to 20 of 2987687 Next ›
No announcements