Can we use Entity framework in our community?

Former Member
Former Member

Hi,

As part of the new features we are adding new custom tables and stored procedures in the community database, 

Right now I am using the ADO.Net (Connection, Command, Data Reader, Data Adapter and Data Set classes) to make DML operations.

Can I use Entity Framework / EF Core to do the same. Because Entity framework is better since it allows us to work with data as strongly typed objects in C#.

Regards,

Aravind Eriventy.