Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:SQL apis suck. (Score 1) 142

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.

Slashdot Top Deals

God may be subtle, but he isn't plain mean. -- Albert Einstein

Working...