Slashdot Mirror


User: mtriley

mtriley's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:SQL apis suck. on Learning SQL on SQL Server 2005 · · Score: 1

    Look into Hibernate. It's an open source OR-mapping tool. I've never used it with .NET, but I've used it with Java and it does a great job of abstracting out all of those SQL queries and lets you just save an object to the database. I think the .NET version is called NHibernate.