Posted
1 years ago
by
Jakobsson
Filed under:
NHibernate
SQL
ORM
Programming
In just about every application I build that use a relational database, I also use a orm tool to handle my data access. The reason I do this is to save myself the time it takes to handroll a data access layer in ADO.Net and to eliminate buggs that can come from writing sql queries. I do have a few t ...
Read more
|
No comments |
Comment rss
Posted
1 years ago
by
Jakobsson
Filed under:
NHibernate
SQL
ORM
A very important task in just about any web application that you will build is data access. There is alot of opinions on how this is done the best way. You can use inline sql statements in your code, you can use stored procedures or you can generate your sql using a OR Mapper. From the develop ...
Read more
|
3 Comments |
Comment rss