maria-discuss team mailing list archive
-
maria-discuss team
-
Mailing list archive
-
Message #03672
Re: Reg .Net with Entity Framework (ORM)
-
To:
maria-discuss@xxxxxxxxxxxxxxxxxxx
-
From:
Brian Evans <grknight@xxxxxxxxxxxxxx>
-
Date:
Fri, 24 Jun 2016 08:52:33 -0400
-
In-reply-to:
<CAJZ9c4iFzUo7=S5=YNaSNvukBZ75sf6hvbLSxUaJ2ouSaSTxZQ@mail.gmail.com>
-
User-agent:
Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1
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
Follow ups
References