Quantcast
Channel: coder i|o: #orm
Browsing all 121 articles
Browse latest View live
↧

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 Article


High 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 Article


Tuning 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 Article

Image may be NSFW.
Clik here to view.

ORM 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 Article

Image may be NSFW.
Clik here to view.

View 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 Article


Image may be NSFW.
Clik here to view.

LINQ 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 Article

Announcing 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 Article

Image may be NSFW.
Clik here to view.

Is 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 Article


Why 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 Article


Image may be NSFW.
Clik here to view.

Signum 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 Article

Orman - 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 Article

Using 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 Article

SQLAlchemy 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 Article


ActiveJDBC: 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 Article

Image may be NSFW.
Clik here to view.

Secondary 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 Article


Entity 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 Article

Griffon 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 Article


Image may be NSFW.
Clik here to view.

No 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 Article

Image may be NSFW.
Clik here to view.

Introducing 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 Article

Storm 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
Browsing all 121 articles
Browse latest View live