On 6/24/2016 2:24 AM, Karthick Subramanian wrote:
Hi All,

We would like to check whether any of you using .Net with Entity Framework to access Maria DB. If yes,
  1. What connector is being used
  2. What challenges are facing
  3. Any other points that I need to take care while workign with .Net Entity Framework with MariaDB


I am getting ready to use this in my company.

I am using the latest Connector/Net from mysql.com

The only real challenge I faced was dealing with legacy data where .Net cannot handle zero dates.
So i set Date and DateTime fields to default to 1900-01-01 and updated any 0000-00-00 dates to that default.

Brian