Login
Join Now
Products
All Products and Pricing
.NET Design Pattern Framework
TM
4.5 -- C# Edition
.NET Design Pattern Framework
TM
4.5 -- VB Edition
PRO .NET Design Pattern Framework
TM
4.5 -- C# Edition
PRO .NET Design Pattern Framework
TM
4.5 -- VB Edition
JavaScript + jQuery Pattern Framework
TM
SQL + Database Pattern Framework
TM
PRO SQL + Database Pattern Framework
TM
Customers
Meet our Customers
Success Stories
Reference Guides
.NET Design Patterns
JavaScript Design Patterns
JavaScript Tutorial
SQL Tutorial
Connection Strings
Visual Studio Shortcuts
C# Coding Standards
HTML Color Codes
All References
Community
Questions
Explore
Tags
Company
About Us
Our Story
Services
Training
Contact Us
Products
All Products and Pricing
.NET Design Pattern Framework
TM
4.5 -- C# Edition
.NET Design Pattern Framework
TM
4.5 -- VB Edition
PRO .NET Design Pattern Framework
TM
4.5 -- C# Edition
PRO .NET Design Pattern Framework
TM
4.5 -- VB Edition
JavaScript + jQuery Pattern Framework
TM
SQL + Database Pattern Framework
TM
PRO SQL + Database Pattern Framework
TM
Customers
Meet our Customers
Success Stories
Reference Guides
.NET Design Patterns
JavaScript Design Patterns
JavaScript Tutorial
SQL Tutorial
Connection Strings
Visual Studio Shortcuts
C# Coding Standards
HTML Color Codes
All References
Community
Questions
Ask Question
Explore
Tags
Users
About Us
Company
Our Story
Services
Training
Contact Us
Home
/
Questions
/
Tags
/
Entity Framework
Tagged
Entity Framework
25
records found
date
views
answers
Views
8K
Answers
3
Votes
0
Comparison of MicroORMs (SPARK)
Do you have a comparison of Spark, ADO.NET, Dapper.NET and Entity Framework? Also can I switch to using Dapper.NET or nHibernate? Do I have the choice like I had in the earlier framework? ...
Design Pattern Frame...
MicroORM
Entity Framework
Feb 26, 2014 by
Vivek Sandam
Views
9.3K
Answers
3
Votes
0
Entity Framework, Composite Meaningful keys and the Identiy Field pattern
I'm working with a database which uses composite, meaningful, natural keys. Some tables use two columns to create the primary key and some use three and they are all used to define the relationships between the ...
Entity Framework
Identity Field
Composite
Compound
Key
Feb 18, 2013 by
Mark Pow
Views
4.3K
Answers
2
Votes
0
Will the next version of the .NET design pattern framework use Spark, Entity Framework or something else for the DAL?
Will the next version of the .NET design pattern framework use Spark, Entity Framework or something else for the data access ...
C#
Data Access Layer
Spark
Entity Framework
May 24, 2016 by
Abdu Bukres
Views
7.3K
Answers
1
Votes
0
Repository Layer for the Entity Framework
Is there an existing Repository Layer for the Entity Framework? Furthermore, what is the difference between DAL with Respository Layer? Best Regards and ...
Entity Framework
Repository
Data Access
Jul 21, 2011 by
Volkan Genç
Views
8.8K
Answers
1
Votes
1
Entity Framework versus Spark
Hi DoFactory team, I propose Spark 4.5 framework to my senior developer. He is not quite convinced. There are two main reasons 1/ lack of user support for Spark framework compared to MS Entity ...
Entity Framework
Spark 4.5
Apr 23, 2014 by
Tony Wong
Views
5.5K
Answers
1
Votes
0
Does Spark use the Entity Framework?
Does spark use Entity ...
Spark 4.5
Entity Framework
Oct 04, 2013 by
Eugene Murray
Views
9.7K
Answers
2
Votes
0
Entity Framework with Design Pattern Framework
Hi, I'm starting to design systems using the Entity Framework version 5+. How does one use this framework with the Design Pattern Framework? I realized that the Entity Framework pretty much replaces ...
Entity Framework
Data Access Layer
Design Pattern Frame...
Feb 26, 2013 by
Joe Contreras
Views
3.6K
Answers
0
Votes
0
Advantages of Microsoft's Entity Framework in complex scenarios
I fail to see the advantages of Microsoft's Entity Framework in complex scenarios. The examples that I saw were one database and pretty much a one-to-one mapping between entities and tables. Even then you still ...
Entity Framework
Feb 25, 2013 by
Menashay Givoni
Views
15.7K
Answers
2
Votes
0
When shall I use Entity Framework?
In the Design Pattern Framework 4.0 you use Entity Framework for data access. Why did you choose to use Entity Framework in your product? Could you please let me know when we should use Entity Framework ...
Entity Framework
Design Pattern Frame...
Jul 10, 2012 by
Ba Si
Views
6.7K
Answers
1
Votes
0
Entity Framework
I am try to use EF 4.0 Can some one tell me advantage ...
Entity Framework
Nov 11, 2011 by
Muthukumar Karuppasamy
Views
5.4K
Answers
0
Votes
0
Entity Framework: Add postfix to EntitySet and EntityName
Hi , I wonder if there is a way to add a Postfix to the "entity set" and the "entity name" using a macro. Thanks in advance and best regards. Badr ...
Entity Framework
VS Macros
May 03, 2011 by
Badr El
Views
15.2K
Answers
3
Votes
0
Entity Framework: Business Objects different from Tables?
Hi: I am beginning to dabble into Entity Framework, but ran into a road-block right away. My Entities (we prefer the term Business Objects) are generated from the data model, so they are mirror images of ...
Entity Framework
Business Objects
Apr 12, 2011 by
Jacob Tanner
Views
7.8K
Answers
1
Votes
0
Is there still a future for NHibernate?
I was just wondering with the new release of Entity Framework 4.1 which supports Code First, Data First, and Model First does it still makes sense to start a web project with NHibernate? I know it has many ...
NHibernate
Entity Framework
Apr 19, 2011 by
Sunil Patel
Views
17.1K
Answers
5
Votes
0
Static data access objects variables in ActionService for standalone application
Hi, When the Patterns In Action sample is run a standalone mode, should the Static data access objects variable changed to non static ones? // Create static data access objects private static readonly ...
C#
Entity Framework
Mar 09, 2011 by
London UK
Views
10.3K
Answers
1
Votes
0
'Code First' approach with Entity Framework
I am relatively new to the Entity Framework. We are considering a 'Code First' (versus Model First) approach in building our application. Does anyone have some real world experience in using that with ASP.NET MVC ...
Entity Framework
Code First
ASP.NET MVC 3
Mar 09, 2011 by
Henry Wong
Views
4.2K
Answers
0
Votes
0
Entity Framework 4.0 question
Hi, ...
Entity Framework
Sep 28, 2010 by
Adam Herbert
Views
9.6K
Answers
1
Votes
0
Singleton Pattern in Entity Framework
Hi, Does anyone know if there is a place where I can use the Singleton Pattern in the Entity ...
Singleton Pattern
Entity Framework
Jul 29, 2010 by
Imran Khan
Views
5.5K
Answers
0
Votes
0
Bulk updates with Entity Framework
What is the best way to update bulk data with the Entity Framework? We update a DataTable using the ...
Entity Framework
Data Adapter
Jul 20, 2010 by
Imran Khan
Views
4.5K
Answers
0
Votes
0
Child references in Entity Framework
How can I get the child references of a specified entity in Entity Framework? Example: I have an entity named Role which is being used by an entity User. Is there a generic way to ...
Entity Framework
LINQ to Entities
Jul 19, 2010 by
Imran Khan
Views
10.3K
Answers
2
Votes
0
Accessing Entity Framework
Hi all, I am doing a project (Win Forms Application) in .NET 4.0. For Data Access I am using Entity Framework. To query the objects do I need a wrapper class like Business Layer or can I directly use ...
Entity Framework
NET 4.0
3-Tier
Jul 14, 2010 by
Imran Khan
Views
5.8K
Answers
0
Votes
0
3-tier in Entity Framework
Is using a 3-tier Architecture a good idea with the Entity Framework ...
Entity Framework
3-Tier
Jul 13, 2010 by
Imran Khan
Views
10.2K
Answers
2
Votes
0
Entity Framework in Design Pattern Framework
Is there any example in the Design Pattern Framework on how to use Entity framrwork instead of Linq-to-Sql? What would be the best way to create a new context object? ...
Entity Framework
Design Pattern Frame...
Jul 07, 2010 by
Tanvir Z
Views
98.4K
Answers
7
Votes
1
When to use LINQ-to-SQL versus Entity Framework?
My question is this: when should I decide to use LINQ to SQL over Entity Framework? I my view, LINQ to SQL is far more 'agile' and flexible than Entity Framework. I know ...
LINQ to SQL
LINQ to Entities
Entity SQL
Entity Framework
Jun 03, 2010 by
Christopher Ronny
Views
5K
Answers
0
Votes
0
Anyone using Entity Framework in a production environment?
When studying up on Entity Framework I have to wonder whether this is ready for building Enterprise applications (i.e. large scalable production environments). I am curious because we are going to ...
Entity Framework
Production
Jun 03, 2010 by
Christopher Ronny
Views
12.3K
Answers
1
Votes
0
Entity Framework 4.0 or LINQ-to-SQL
One of our clients wants us to evaluate the best option: move to Entity Framework 4.0 or LINQ-to-SQL (for when Visual Studio 2010 is out). We have some experience with LINQ-to-SQL, which we reall
Entity Framework
LINQ to SQL
Feb 22, 2010 by
Humbert Addison
Better Code
Better Career
Better Lifestyle
.NET
Design Pattern
Framework 4.5
C# and VB.NET
Includes:
Gang of Four Patterns
Head First Patterns
Enterprise Patterns
Multi-Tier Patterns
Repository Pattern
Unit-of-Work Pattern
CQRS Pattern
Active Record Pattern
Model View Controller
Model View Presenter
Model View ViewModel
Spark
TM
RAD Platform
Art Shop MVC Web app
Much more...
Click here for details
-- Instant Access --
Instant Download
15
30
50
Per Page