Microsoft.com
All DevCenters
MSDN Home
MSDN Archive:
MSDN Archive Home
|
Browse Archive
|
Share Code
|
Help and FAQs
Persistence Ignorance (POCO) Adapter for Entity Framework
Home
Downloads
Discussions
People
License
Close
RSS
All Resource Updates
Discussions
Releases
Wiki
RSS
Discussions List
|
Create New Discussion
1-10
of
35
< Previous
Next >
Discussions for Persistence Ignorance (POCO) Adapter for Entity Framework
Latest post:
Oct 30 2010
3 Posts
Can't do projections to POCO class?
First post:
chemendonca
wrote: Given a simple POCO class such as: public class User { public int Id { get; set; } public string Name { get; set; } public string Password { get; set; } } When I try a query with projec...
Latest post:
rami2
wrote: I think I figured out why this is happening. MsSql allows for capital letters in table names, but MySql does not. So if you create your poco adapter from an mssql entity model which cont...
Jump to:
First Post
|
Latest Post
Latest post:
Mar 5 2010
1 Post
Accessing child property collections
First post:
bakesteve
wrote: Hi I'm trying to access child properties in a poco class and control if this should be hydrated when returned out of my repository (as an IList). By default, the child properies are null...
Jump to:
First Post
Latest post:
Mar 3 2010
1 Post
Property 'System.String UserID' is not defined for type...
First post:
rami2
wrote: I ran into the same issue described here: http://social.msdn.microsoft.com/Forums/en-US/adod
otnetentityframework/thread/162820b6-354b-49d9-b28
0-0ebb5e2abb1c "Actually, I digged in the EF...
Jump to:
First Post
Latest post:
Feb 25 2010
2 Posts
automatically generate partial classes
First post:
rami2
wrote: Hi. I would like EFPocoClassGen.exe to automatically generate partial classes so that fields can be extended with DataAnnotation attributes for example. For example, the following comma...
Latest post:
LarsErik
wrote: AFAIK everything generated by EFPocoClassGen is partial. I get all partials when I do this: EFPocoClassGen.exe /verbose /incsdl:MyEFModel.csdl /outputfile:PocoAdapters.cs /ref:..\MyPocos....
Jump to:
First Post
|
Latest Post
Latest post:
Feb 25 2010
1 Post
Possible to detach an objectgraph quickly?
First post:
LarsErik
wrote: Hi! I had to detach a graph like AggregateEntity.ChildCollection.RelatedObject today. It resulted in a method of 23 lines. Is it possible to do something like pocoAdapter.CreatePocoEntit...
Jump to:
First Post
Latest post:
Feb 25 2010
3 Posts
Does anyone use this?
First post:
pamo
wrote: We are anxiously awaiting this type of functionality in the new release of the Entity Framework, but in the meantime we are looking for a similar solution to tide us over until then. I'm ...
Latest post:
LarsErik
wrote: Ditto :) Very satisfied. A few caveats as rami2 mentions, but workarounds can mostly be implemented in partials for the proxies or adapters that are generated so loose copuling is mainta...
Jump to:
First Post
|
Latest Post
Latest post:
Dec 4 2009
1 Post
Exception in QueryTranslatorCache
First post:
offtopic
wrote: We get from time to time the following exception: An item with the same key has already been added. at System.ThrowHelper.ThrowArgumentException(Exceptio
nResource resource) at Syst...
Jump to:
First Post
Latest post:
Oct 2 2009
1 Post
Problem with ApplyPropertyChanges
First post:
MatteoMosca
wrote: I am experiencing a strange problem using ApplyPropertyChanges. In my Business Layer, I receive the POCO instance containing the updated values. I update two fixed values then pass it to...
Jump to:
First Post
Latest post:
Oct 1 2009
1 Post
Error: "Error binding to target method" when call EFPocoCompiledQuery.Compi
le
First post:
ngocluu
wrote: var test = EFPocoCompiledQuery.Compile((NorthwindEntities context) => context.Customers.Where(c => c.CustomerID == "ALFKI").Select(c => c)); using (NorthwindEntities context = new Northwi...
Jump to:
First Post
Latest post:
Sep 24 2009
1 Post
working with object graphs
First post:
mischka
wrote: I'm trying to work with the poco adapter in an ntier environment and can't figure out how to persist changed object graphs. Basically I would like to modify relationships using pocos from...
Jump to:
First Post
Configure View
Sorted by
Latest post
Search
Filter
(by tag)
All tags
1-10
of
35
< Previous
1
2
3
4
Next >
Show
10
25
50
All
discussions
View All (http://archive.msdn.microsoft.com/EFPocoAdapter/Thread/List.aspx?ViewAll=true)
Manage Your Profile
Contact Us
MSDN Flash Newsletter
© 2008 Microsoft Corporation. All rights reserved.
Terms of Use
Trademarks
Privacy Statement
Updating...