dataobjects.net
DataObjects.Net Support
http://dataobjects.net/support.aspx
Try searching or ask question there. The forum is maintained by our developers along with the community from all over the world, so the response time is usually short. In the meanwhile, you may contact DataObjects.Net team via e-mail: support@x-tensive.com. Got a great idea for improving DataObjects.Net? We'd love to hear about it. Submit fresh ideas and vote on others. New features and ideas.
dataobjects.net
DataObjects.Net Release History
http://dataobjects.net/release-history.aspx
Release notes for: DataObjects.Net 5.0.10. Remap of temporary to real keys, no longer restore nulled references to an Entity. Fixed certain cases of session cache returning null for a valid key. Fixed certain cases when EntitySet could return nulls instead of removed Entities on enumeration. 04 Aug 2016 release notes. Get it from: DataObjects.Net. Release notes for: DataObjects.Net 4.6.9. Fixed comparison of Keys. Provider is no longer used recursive syntax for join. 03 Jul 2015 release notes. Added supp...
dataobjects.net
Testimonials
http://dataobjects.net/Testimonials.aspx
DataObjects.Net ORM just got better. DataObjects.Net – ORM Framework for RAD – Introduction. At The Code Project. I am currently in the process of evaluating ORM's for a new greenfield project, which is ideal playground for DO4. I have to say that I am quite impressed so far with DO4! DO4 is very strong in the "core" ORM features. It eliminates most of the "noise" inherent to other ORM's and allows to get straight down to business. . Patrick, support.x-tensive.com/question/3775/first-impressions. DataObj...
dataobjects.net
DataObjects.Net Roadmap
http://dataobjects.net/roadmap.aspx
Release notes for: DataObjects.Net 5.0.10. Remap of temporary to real keys, no longer restore nulled references to an Entity. Fixed certain cases of session cache returning null for a valid key. Fixed certain cases when EntitySet could return nulls instead of removed Entities on enumeration. 04 Aug 2016 release notes. Get it from: DataObjects.Net. Release notes for: DataObjects.Net 4.6.9. Fixed comparison of Keys. Provider is no longer used recursive syntax for join. 03 Jul 2015 release notes.
dataobjects.net
DataObjects.Net features
http://dataobjects.net/Features.aspx
See also Preliminary document: ORM feature matrix. Visual Studio 2008, Visual Studio 2010, Visual Studio 2012, Visual Studio 2013, Visual Studio 2015, SharpDevelop 3 and others (MSBuild process support is required). Open, extendable architecture (built-in IoC container, custom IoC containers support). Built-in logging framework, custom loggers are supported through IoC. Code-First approach with attribute-based mappings. Wide range of supported standard .NET types including. Global & local lifecycle events.
dataobjects.net
Overview
http://dataobjects.net/overview.aspx
DataObjects.Net is a persistence and object-relational mapping framework for the Microsoft .NET. It allows developers to define persistent objects as well as business logic directly in C#, Visual Basic or F#. The persistent objects can be retrieved by LINQ queries. Persistent data can be stored in SQL Servers. In contrast to many other ORM frameworks the database model is generated and maintained automatically. Adding DataObjects.Net to project. Install DataObjects.Net package. Extensions are small proje...
blog.dataobjects.net
DataObjects.Net Team Blog: DataObjects.Net editions and prices: upcoming changes
http://blog.dataobjects.net/2010/05/dataobjectsnet-editions-and-prices.html
DataObjects.Net Team Blog. News, examples, tips, ideas and plans. Thoughts around ORM, .NET and SQL databases. News, examples, tips, ideas and plans. Thoughts around ORM, .NET and SQL databases. Monday, May 24, 2010. DataObjects.Net editions and prices: upcoming changes. Final pricing model is already announced. The following map defines new pricing model we're going to introduce in June July:. We tried to develop a model with good balance between several factors:. Any other license will be upgraded to P...
blog.dataobjects.net
DataObjects.Net Team Blog: December 2013
http://blog.dataobjects.net/2013_12_01_archive.html
DataObjects.Net Team Blog. News, examples, tips, ideas and plans. Thoughts around ORM, .NET and SQL databases. News, examples, tips, ideas and plans. Thoughts around ORM, .NET and SQL databases. Friday, December 27, 2013. This year we're starting our winter sale right on December 27. Just use the coupon code DO2014. On checkout and get 50% off all editions of DataObjects.Net. If you want to renew your subscription use DO2014RENEWAL. To get 70% discount. Posted by Dima M. Subscribe to: Posts (Atom).
blog.dataobjects.net
DataObjects.Net Team Blog: NonTransactionalReads in DataObjects.Net 5.0
http://blog.dataobjects.net/2014/03/nontransactionalreads-in-dataobjectsnet.html
DataObjects.Net Team Blog. News, examples, tips, ideas and plans. Thoughts around ORM, .NET and SQL databases. News, examples, tips, ideas and plans. Thoughts around ORM, .NET and SQL databases. Thursday, March 20, 2014. NonTransactionalReads in DataObjects.Net 5.0. Option that allows to read once fetched entities right from. Cache without the requirement to have an open transaction. This mode might be useful for desktop application that have only one. Start, e.g.:. Var domainConfiguration = DomainConfig...