I am using Xamarin Android IDE to develop an android business application. I have installed Xamarin Studio version 4.0.13 build 38 and I am trying to port an old .net code library which was dealing with SQL data logic. This piece of code is making use of Syste.Data.Linq
package which I think not available directly in mono development.
What do I need to do to make this package available to my code OR if this is not possible then what are the best possible alternatives by which I can get the same functionality provided by System.Data.Linq
to my android development?