I have to convert a project I wrote a while back in MCL to windows mobile using CF 3.5. I am using Visual Basic and VS 2008. There is not much info out there, and much of what is, is in C#. I am working my way through that right now.
What is the best way for data access? I am used to using LINQ to SQL, but that does not seem to be a option. I need to be able to do searches for data that meet criteria, normal CRUD operations, etc.
I have spent days researching this and have come across so much conflicting data! This project needs to be finished in the next 3 weeks or so. I am pretty pressured right about now.
All your thoughts are sincerely appreciated!
--Joe