Rabu, 22 Desember 2010

Irwsoft Data Framework

As developer we always deal with SQL database and SQL command text. Ofcourse it's not a problem if we just select records from a table. We need more than that like passing the data as an object to a method. To doing that it must create object to encapsulate the properties and that's extra job for us. Then the object relational mapper come with the idea a record is a class with columns as its properties. Yes it help us more to work easily.

Now , I have come with the idea in the fact that some of developers do not remember of all SQL expression and syntax rule for each provider. Because there are so much different in many providers. The idea is to make object relation mapper framework that work or design like SQL command. And I call it SQL object mapper.

Ok... I don't want to make my writing to long and boring, so let's continue on next chapter ...

Starting using Irwsoft.Data SQL object mapper - How to select a table

Tidak ada komentar:

Posting Komentar