No announcements
Found 515472 threads
-
0 Votes
Entity Framework and layered structure
Montanari, If you want to create an enterprise-grade layered architecture that utilizes EF, you're going to need to break up your layers ...Answered | 2 Replies | 3891 Views | Created by Montanari F. _ - Monday, April 26, 2010 8:25 AM | Last reply by NTDeveloper - Monday, April 26, 2010 2:23 PM -
3 Votes
Best Practice - Solution structure when using the Entity Framework 4.0
solution.Answered | 4 Replies | 10664 Views | Created by IT Zynergy ApS - Wednesday, September 15, 2010 6:30 PM | Last reply by IT Zynergy ApS - Saturday, October 23, 2010 10:00 PM -
0 Votes
Unit testing Entity Framework 5.0 DataAccess Layer
~Rowan We are seeing a lot of great Entity Framework questions (and answers) from the community on Stack Overflow.Answered | 2 Replies | 3274 Views | Created by Amokachi - Friday, February 15, 2013 3:15 PM | Last reply by Rowan Miller - Thursday, February 21, 2013 6:41 PM -
0 Votes
Data access layer entity framework
I would like to create a DAL for using entity framework for a a high > volume/trafic web application, Does anyone know any production ready > project ...Answered | 2 Replies | 2631 Views | Created by dblClick - Thursday, September 29, 2011 7:30 PM | Last reply by Alan_chen - Friday, October 7, 2011 7:03 AM -
0 Votes
Anyone using Entity Framework (EF) for data layer?
The object manager is used in the BLL and DAL to work with a Customer object as an example for all CRUD operations with the Customer EF Entity on the model.Answered | 6 Replies | 5753 Views | Created by pretzelb - Tuesday, August 30, 2011 12:20 AM | Last reply by darnold924 - Friday, October 28, 2011 11:28 PM -
0 Votes
Entity Framework , Persistence Ignorance
Please open you Model.tt file, look for this line: foreach (var entity in ItemCollection.GetItems<EntityType>().OrderBy(e => ...Answered | 3 Replies | 3236 Views | Created by XXX_K - Monday, June 11, 2012 7:44 AM | Last reply by Allen_MSDN - Thursday, June 14, 2012 5:47 AM -
2 Votes
Entity Framework For Large Databases ?
I would recommend you refer to these two blogs and my ...Answered | 3 Replies | 11271 Views | Created by pradeeps2 - Tuesday, March 15, 2011 7:13 AM | Last reply by Michael Sun [MSFT] - Thursday, March 17, 2011 3:10 AM -
0 Votes
bindingsource ui and entity framework 6
Entity framework acts as a repository.Answered | 7 Replies | 793 Views | Created by giuseppe ferrrari - Thursday, April 28, 2016 3:07 PM | Last reply by Andy ONeill - Thursday, May 5, 2016 9:10 AM -
1 Votes
Entity Framework and connection strings
Web UI layer, Business Logic Layer and Data Access Layer both BLL and DAL are classlib projects with the DAL having EF, then the ...Answered | 4 Replies | 6572 Views | Created by knit - Tuesday, February 5, 2013 12:19 AM | Last reply by darnold924 - Tuesday, February 19, 2013 5:01 AM -
0 Votes
Regarding the entity framework's update
You can have look at below ...Answered | 2 Replies | 3417 Views | Created by Tony2008 - Thursday, September 8, 2011 9:23 AM | Last reply by Alan_chen - Wednesday, September 14, 2011 6:35 AM -
0 Votes
Bad Performance with entity framework
Welcome to the All-In-One Code Framework!Answered | 4 Replies | 4452 Views | Created by Montanari F. _ - Tuesday, June 8, 2010 10:10 AM | Last reply by PaulSinnema - Friday, July 9, 2010 6:13 AM -
3 Votes
entity framework in high concurrency scenarios
Hello paburgos, Welcome to ADO.NET Entity Framework and LINQ to Entities forum!Answered | 1 Replies | 5895 Views | Created by paburgos - Sunday, March 21, 2010 7:38 PM | Last reply by Michael Sun [MSFT] - Monday, March 22, 2010 3:07 AM -
0 Votes
Entity framework with stored prcedure
Hi, Since Entity frame work is all about ORM Api, which removes the headach of writing the classes ,properties of entities ...Answered | 1 Replies | 628 Views | Created by MonaSingh - Saturday, May 10, 2014 6:02 PM | Last reply by darnold924 - Sunday, May 11, 2014 6:10 AM -
1 Votes
Pex to test Entity Framework
Maybe you should ask the entity framework people how they planned to make their code testable in the first place?Answered | 4 Replies | 7210 Views | Created by rdefeo - Tuesday, November 10, 2009 5:19 PM | Last reply by rdefeo - Thursday, November 12, 2009 7:32 PM -
0 Votes
Please suggest a book to learn Data, Business Layer now that entity framework exists
, is my own ignorance, I wish that sample would have had even a single method in a business and service layer.Answered | 4 Replies | 3329 Views | Created by MarcusJason - Saturday, March 5, 2011 1:20 AM | Last reply by Hasibul Haque - Saturday, March 12, 2011 5:43 AM -
1 Votes
MVVM and Entity Framework - where is the Model part?
You can use the Entity Framework classes directly as your model.Answered | 2 Replies | 9062 Views | Created by Anders V - Wednesday, October 13, 2010 10:15 PM | Last reply by Reed Copsey, Jr - Wednesday, October 13, 2010 10:44 PM -
0 Votes
Entity Framework Context Management
Hi, To be honest, I don't know if what I proposed is available for the framework Entity framework 4.1 but it works for Entity Framework ...Answered | 1 Replies | 7597 Views | Created by Mike Dot Net - Monday, June 13, 2011 9:40 PM | Last reply by Alexandre Barault - Monday, June 13, 2011 10:16 PM -
1 Votes
Entity framework deployment in sharepoint 2010
Hi Add the assembly from your entity framework solution to your SharePoint webpart solution by opening the Package Designer in your SharePoint project.Answered | 2 Replies | 4824 Views | Created by Nitinkumar Kakulde - Sunday, March 24, 2013 7:52 AM | Last reply by Bjoern H Rapp - Sunday, March 24, 2013 3:07 PM -
0 Votes
Event Handlers and Delegates in Entity Framework
I don't have a published sample on the web right now, but internally I've modified T4 templates to generate partial methods for each entity type and a SaveChanges override ...Answered | 4 Replies | 11408 Views | Created by vs2015junkie - Friday, April 16, 2010 5:15 PM | Last reply by simmdan - Thursday, April 22, 2010 10:30 PM -
1 Votes
Entity framework
Hi, Yes, as @Magnus said that if we use the entity framework, we can use linq or lambda expression as well.Answered | 2 Replies | 1024 Views | Created by Shirly11 - Sunday, August 3, 2014 3:23 PM | Last reply by Amy Peng - Monday, August 4, 2014 11:06 AM - Items 1 to 20 of 515472 Next ›
No announcements