What my toolbox looks like

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 ...

What I look for in a ORM

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 ...

Why I would not use Stored Procedures

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 ...

<< [1] >>