ORM is an anti-pattern
From seldo.com:I tweeted about ORM last week, and since then several people have asked me to clarify what I meant. I have actually previously written about ORM, but it was in the context of a larger...
View ArticleHigh Performance Ruby Part 2: your default data store
From blog.gregweber.info:This is part 2 of a series. Part 1 was on fibers, enumerators and scalbale XML parsing. For any given data storage and retrieval problem, there is likely a better optimized...
View ArticleTuning Hash Joins and Partial ORM Objects | SQL Performance Explained
From use-the-index-luke.com:Optimizing SQL Hash Join performance with indexes and partial objects in Hibernate, Doctrine and others.Click here to read moreTagged: #sql #hibernate #orm #performance
View ArticleORM hibernate sessions
From Javalobby:I see quite a lot of confusion about how hibernate sessions work in ColdFusion 9's ORM (and I find it confusing as well!). So I thought I'd put together various examples to see what...
View ArticleView ORM queries in page debugging
From Javalobby:One of the things that I really love about Coldfusion 9 is the hibernate integration (ORM). The only thing that irriates me about using the ORM features is that the generated SQL is...
View ArticleLINQ to SQL: Basic Concepts and Features
From CodeProject:Download TestLINQtoSQL - 152.75 KB Implementing a Basic Hello World WCF Service Implementing a WCF Service with Entity Framework Concurrency Control of WCF Service with Entity...
View ArticleAnnouncing django-easyfilters (with some heresy on the side)
From lukeplant.me.uk:This post announces django-easyfilters, and follows that with some editorial generated by the learning experience of implementing the library. django-easyfilters is a bit like the...
View ArticleIs Object Serialization Evil
From Javalobby:In my daily work, I use both an RDBMS and MarkLogic, an XML database. MarkLogic can be considered akin to the newer NoSQL databases, but it has the added structure of XML and standard...
View ArticleWhy don't relational databases support returning information in a nested format
From programmers.stackexchange.com:Suppose I'm building a blog that I want to have posts and comments. So I create two tables, a 'posts' table with an autoincrementing integer 'id' column, and a...
View ArticleSignum Framework Principles
From CodeProject:Explains the philosphy behind Signum Framework, an ORM with a full LINQ Provider that encourages an enties-first approach. ; Author: Olmo del Corral; Section: LINQ; Chapter: Platforms,...
View ArticleOrman - lightweight Java Object Relational Mapper for Android
From ahmetalpbalkan.com:It was a lonely Valentine's Day for me this year, so I decided to code a framework to practice my SQL, Java, design patterns and Android skills I gained thisClick here to read...
View ArticleUsing SqlBulkCopy for high performance inserts
From developerfusion.com:In the age of Object Relational Mapping frameworks (ORMs) it seems unusual to ever get 'close to the metal' when it comes to persisting data. However, when you need to squeeze...
View ArticleSQLAlchemy and You | Armin Ronacher's Thoughts and Writings
From lucumr.pocoo.org:Without doubt are most new Python web programmers these days chosing the Django framework as their gateway drug to Python web development. As such many people's first experience...
View ArticleActiveJDBC: new Java ORM and an ActiveRecord implementation
From No Fluff Just Stuff:Max Katz, No Fluff Just Stuff, Java / Open Source ConferenceClick here to read moreTagged: #java #activerecord #databases #orm #configuration
View ArticleSecondary Level Caching in ColdFusion ORM
From Javalobby:I've been doing some performance improvements to a site by making use of the ORM Secondary Level Caching that is built into ColdFusion 9. Interacting with databases is a common...
View ArticleEntity Framework 4 in Action
From developerfusion.com:is an example-rich tutorial for .NET developers with full coverage of EF 4 features. The book begins with a review of the core ideas behind the ORM model and shows through...
View ArticleGriffon 0.9.3: New & Noteworthy
From No Fluff Just Stuff:The latest Griffon release (0.9.3) is ready for download! This release comes with plenty of new features and bug fixes. The following is by no means a complete breakdown of all...
View ArticleNo Messages Found
From PHP Builder:Doctrine 2, the latest version of the popular PHP ORM framework, really makes PHP database integrati ...Click here to read moreTagged: #php #zend #testing #databases #frameworks #orm
View ArticleIntroducing ORM Profiler. Beta-testers wanted! - Frans Bouma's blog
From Microsoft ASP.NET:The past few months, I've spent developing (together with Walaa Atef) a general ORM / Data-access profiler for .NET, simply called ORM Profiler. (How's that for a pronounceable...
View ArticleStorm is now available
From rbdevzone.com:Storm is an object-relational mapping framework for your Real Studio projects that use SQLite (REALSQLDatabase). Using an ORM such as Storm allows you to simplify your database...
View Article