I am new to use DNN. I want to create custom module to do CRUD operations with SQL Server. I can do so with sqlhelper. But I want to this with Entity Framework. I am not able to find the solution using Entity Framework. Can I do database operations with Entity Framework? If yes, kindly give me the proper way to connect with database to do database operations. And if it can’t be done, please guide me how can I do database operation in DNN.
Thanks.