Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 448 results for
entity-framework
- Page 1
Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’
Community Center
2 Months Ago
by rproffitt
UPDATE: Feb 4, 2025 — Google on Tuesday updated its ethical guidelines around artificial intelligence, removing commitments not to apply the technology to weapons or surveillance.
Entity Framework
Programming
Software Development
10 Years Ago
by AmrMohammed
Greetings My question is about working with the
Entity
Framework
. Lets say I am having an
Entity
data model and I am having a dbconext instance what is the difference between `dbcontext.EntityName.ExtensionMethodName(lambda expression)` and `dbcontext.EntityName.**Local**.ExtensionMethodName(lambda expression)`
Re: Entity Framework
Programming
Software Development
9 Years Ago
by AmrMohammed
Thanks for help. I want to know something else please. When I work with
Entity
Framework
and build my application. Is all the data in the database, which I used to build my data model, loaded into memory once the program is run?
Entity Framework and LINQ
Programming
Software Development
8 Years Ago
by Amr.Mohammad87
Greetings, I am reading about
Entity
Framework
and I stopped by a sentence that I do not … simply iterate over the contents of any given DbSet and
Entity
Framework
will send a query to the database to find all…: that’s during the first iteration of the foreach loop.
Entity
Framework
doesn’t pull back all the data at once, though…
Entity framework with Web Service
Programming
Software Development
13 Years Ago
by arcaolcer
… I don't know how can I develop a similar
entity
framework
with WEB SERVICE . Can anyone send me an example of…
Entity
framework
With web service.(In .Net
Framework
4 , there is no web service project…
Entity Framework 5 :new DBContext does not update current object
Programming
Software Development
11 Years Ago
by hqt
I'm using
Entity
Framework
. Here is my code to update data :…//entry.CurrentValues.SetValues(problem); return false; } } else { // this
entity
has been attached to current context entry.CurrentValues.SetValues(problem…
Entity Framework woes
Programming
Software Development
15 Years Ago
by tig2810
Hi all I'm new to the
Entity
Framework
and trying to get my head around it but struggling … the same. Can anyone tell me how I debug the
Entity
framework
? I have tried on VS2008 and vs2010 with zero luck…
Re: Entity Framework VS Pure ADO.net
Programming
Web Development
12 Years Ago
by Ramesh S
Hi, I Would suggest to use
Entity
Framework
as it has many new features over ADO.NET. 1. … recommended technology used to retrived data in ASP.NET MVC
Framework
.
Entity Framework Primary Key violation on SaveChanges()
Programming
Software Development
12 Years Ago
by Cory_Brown
… taking data from an xml file and when using the
entity
framework
to add that data to my database I'm getting…
Entity Framework ObjectResult As IEnumerable
Programming
Web Development
12 Years Ago
by john.gale.92102
Hi, I am accessing a stored procedure through the
Entity
Framework
. I have generated the access code, as well as the …
Entity Framework VS Pure ADO.net
Programming
Web Development
12 Years Ago
by elpitiya
when developing a web application both above mentioned technologies can be used. LINQ to
Entity
Framework
is good for Quick development while Pure ADO.net needs lots of Codes. but want to know for Small/Mediam web application which approach is best. I'm considering only performace and adding new component so frequently.
Re: Entity framework validation error with controller
Programming
Software Development
9 Years Ago
by djjeavons
… property with the name ID or *classNameID* such as EmployerDetailsID.
Entity
Framework
will discern the primary key from this convention. However, in…
Selective Includes with Entity Framework
Programming
Software Development
10 Years Ago
by DaveAmour
… into her Invoices collection. Nice and simple. In
Entity
Framework
our first go at coding this problem might look…have any invoices in August 2014 and include invoices.
Entity
Framework
will actually include all of the Invoices though - …are from an SQL background prior to working with
Entity
Framework
. This can of course cause awful problems in…
working with SQL Function in Entity Framework ?
Programming
Web Development
10 Years Ago
by Ahmed_39
…02 - after that add it to project as
entity
framework
from database and the code generated is: [DbFunction(&…objects, and DbEntityEntry objects can only be used with
entity
types, not complex types. 05 - and i …objects, and DbEntityEntry objects can only be used with
entity
types, not complex types. in this Line: SelectEmployee_Result …
Re: ASP.NET FormsView and Entity Framework, Manually CRUD operation
Programming
Web Development
12 Years Ago
by LastMitch
>ASP.NET FormsView and
Entity
Framework
, Manually CRUD operation You asking 3 separates things that you … of code for **FormsView with
entity
framework
**: http://stackoverflow.com/questions/7512422/how-to-data-bind-
entity
-
framework
-objects-to-a-formview Read this…
Best way to remove entity framework from a project
Programming
Software Development
9 Years Ago
by G_Waddell
… who as left our company. He had decided to use
Entity
Framework
but I am finding it to be unstable and slow… stored procedure that runs an update. It could be the
Framework
or it could be how it has been implemented by… wondering if there is a way to just take the
entity
part out and build an old fashioned data layer with…
Re: Best way to remove entity framework from a project
Programming
Software Development
9 Years Ago
by deceptikon
… by my predecessor It's the latter, almost surely. The
Entity
Framework
most certainly has its quirks, but being unstable and slow… wondering if there is a way to just take the
entity
part out and build an old fashioned data layer with…
POCO Entity Framework
Programming
Software Development
12 Years Ago
by manhthaodn
My project using the
Entity
Framework
(Linq to Entities). In DTO layer, I use POCO
Entity
. I used Eager Loading to load data (Include…
Re: Best way to remove entity framework from a project
Programming
Software Development
9 Years Ago
by overwraith
…'t know, I have been told by some developers that
Entity
Framework
is one of the "new things" in database…
Update Table Child One to Many using Entity Framework
Programming
Software Development
14 Years Ago
by zuve_fox
hi..I got problem in
Entity
Framework
how to Update Child One to Many I Have two …
Choosing the right relationship on Entity Framework MVC ASP.NET
Programming
Web Development
14 Years Ago
by amyiee
… you or would you define that business rule in your
entity
framework
structure? Would it be appropriate for me to use inheritances…
ASP.NET FormsView and Entity Framework, Manually CRUD operation
Programming
Web Development
12 Years Ago
by jd9211
Hi, I want to use FormsView with
entity
framework
and want to do Manual CRUD(View/Insert/Update/Delete) operations. (I do not want to use EntityDataSource). I have .edmx file, I was seaching on internet for some example, but could not find relavent. Can someone point me to right example please. Regards
understanding Entity Framework databases and models
Programming
Web Development
9 Years Ago
by Violet_82
HI all, I have a question about how
Entity
Framework
deals with databases and models, especially when it comes down …
Re: understanding Entity Framework databases and models
Programming
Web Development
9 Years Ago
by djjeavons
… note that I am by no means an expert in
Entity
Framework
as I have hardly used it, but I did a…
Re: understanding Entity Framework databases and models
Programming
Web Development
9 Years Ago
by djjeavons
… "MVC controller with read/write actions and views using
Entity
Framework
" and named this EmployerDetailsController. Then for the Data context…
Best practices when doing dependency injection with Entity Framework
Programming
7 Years Ago
by Pelle_3
Hi, all. I am using
Entity
Framework
and decided to do some dependency injection in order to …
Question over Ninject, ASP.NET Identity and Entity Framework
Programming
Web Development
5 Years Ago
by MosesKhan
… the best way to setup Ninject, ASP.NET Identity and
Entity
Framework
? Normally (without Ninject) I would create my solution by separating…
Re: Question over Ninject, ASP.NET Identity and Entity Framework
Programming
Web Development
5 Years Ago
by MosesKhan
… the best way to setup Ninject, ASP.NET Identity and
Entity
Framework
? Normally (without Ninject) I would create my solution by separating…
Re: Entity Framework Primary Key violation on SaveChanges()
Programming
Software Development
12 Years Ago
by lolafuertes
You can use a from linq command to select the
entity
and apply a where clause for the PK to verify … elements then you can add the new element to the
entity
. Otherwise, the PK already exist, and you can decide to… update the relevant
entity
element or just ignore it. Hope this helps
Re: Entity Framework and SQL srv default values
Programming
Software Development
15 Years Ago
by kvprajapati
Read this [URL="http://social.msdn.microsoft.com/Forums/en/adonetefx/thread/0d2b6f49-c795-4625-9063-924c386522cb"]FAQ[/URL] and [URL="http://secondstanza.com/2008/08/15/adonet-
entity
-
framework
-default-values/"]Article[/URL].
1
2
3
8
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC