Is this possible? I'm using a custom Guid generator, and as much as I'd like to think a duplicate will never occur, there's that fraction of a chance it will. Is there a recommended practice for doing this kind of thing with EF?
Asked
Active
Viewed 340 times
0

John Saunders
- 160,644
- 26
- 247
- 397

George R
- 3,784
- 3
- 34
- 38
-
Where is that custom generator used? In your application or in the database? – Ladislav Mrnka Dec 01 '11 at 08:32
-
http://stackoverflow.com/questions/39771/is-a-guid-unique-100-of-the-time should help you on the unique thing, however if you are custom generating them you might run into issues with that. – Eva Lacy Dec 01 '11 at 09:09