All of our current ASP.Net web apps access our IBM I Series using an ODBC connection and command object. Should I move to another way of accessing it? How do you current access your I Series when your ASP.Net app needs data from it? There has to be a better way.
I recently saw this article about IBM supporting Linq to Entities with a specific client version on the web server. To me, that seems like the more long term route to go but would like more feedback. I get the vibe from MS that Linq to Entities is the long term route they plan to go. Is that the feeling others are getting too?