Posted
9 months ago
by
Jakobsson
Filed under:
ASP.Net MVC
jQuery
javascript
NHibernate
ORM
I guess that most developer have their favorite set of libraries that they use in just about every project. Atleast I have such a toolbox. They are tools that I find myself using constantly and that I feel help me in my development. Here comes my list.
1. Asp.Net Mvc
Well, I'm mostly a web develop ...
Read more
|
5 Comments |
Comment rss
Posted
11 months 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
<< [1] >>