P
Peter Morris
Hi all
What is the most commonly used object persistence framework for .NET?
Thanks
Pete
What is the most commonly used object persistence framework for .NET?
Thanks
Pete
Peter said:Hi all
What is the most commonly used object persistence framework for .NET?
Persistor.NET is not the most commonly used - but the best solution if
you are satisfied with forward mapping only. It is not an O/R mapper
but it stores your object model without any compromise - all your
classes and even all .NET Framework classes.
Jon said:And your opinion that it's the best solution is entirely impartial, I
suppose?
Mike said:I don't mean to hijack the thread but this seems like the right group
to ask;
Can anyone comment on the current state of the ORM/Persistent
products and support for proper and full WPF binding?
I've run into some problems with my current choice and I'm ready to
jump - specifically any experience with nhibernate with exceed's wpf
data grid? (seems like that combination would push all the buttons to
see if they worked).
Mike said:The framework I am using does not implement INotifyPropertyChanged. I
have been provided a work around, and it 'supposed' to be implemented
in the next release. I personally prefer not to add a bunch of custom
code then have to remove it next release. Then again, who knows when
the next release will be and if it does not implement it I've waited
for nothing. Since WPF has been available in some form or another
for vendors to prepare for quite some time, i am indeed disapointed
at the moment.
As a side note, I did test the work around provided, and while it
worked with a simple 2 way binding test, as soon as a tried to use it
with exceed's data grid I ran into other problems - giving me even
less of a reason to pursue that path.
So again, the simple questions is; Is there any persistent/ORM
products you can use with exceed's data grid currently without adding
code? I specificy exceed's datagrid because it is a component that is
available for free. Whether or not it becomes the grid of choice
remains to be seen. I see that infragistics is now shipping their WPF
controls and I plan on trying them out shortly. Their price is good
(although not free, they are inexpensive enough). I am making a leap
of faith that if a Persitent/ORM layer works with exceed it would
also work well with infragistics.
I do not see the lack of WPF control libraries as a problem. WPF
seems rich enough as is, with the exception of no grid. And even
without that, using a listview in grid mode provides adaquate
browsing and can easily be coupled to robust editing, just not in
place.
My current requirement for a grid is simply a developers
shortcut for advanced users and not needed for general end user use.
Down the road, pivot table styles grids would be nice to have and
exceed seems to be able to do what I need.
Have you seen Family Show?
http://www.vertigo.com/familyshow.aspx
What a nice UI pardigm for browsing database relations and generating
code eh ? (hint hint) If I knew for sure NHibernate was WPF
compatible, I think I'd throw a code generator together myself