Hi,
I am a relative newbie to .Net even though I have been playing around with
it since .Net 1.0. I have recently started to learn .Net properly and I am
impressed with the dynamic and functional features of C#. The only thing I
am confused with is the DAL / Model and what I should be using, I would
normally just right a class and create CRUD methods for that class using raw
SQL / ADO.Net / OLEDB. I have played around with some ORM tools like LINQ,
EF and Subsonic and I have started to look at NHibernate, my problem is my
main DB is IBM DB2 on the iSeries (the 400), which doesn't seem to have much
support. My question is what are other .Net developers who access a DB2 DB
using to create their DAL/ Model ?