Yep pretty much, it's moving some of your query and business logic in to your code base. You use a query language like linq or queryover which get's converted in to t-sql by nHiberante at runtime. This means you can ditch your sprocs in most cases but yes you need to release code to fix any mistakes (you are testing right!
).
