Hi guys,
I have a question in dot net core..
can we use only entity framework for connecting with sql server or can we use the other method like writing procedure in db and connecting using connection string.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Santhakumar MunuswamyPosted Jul 16, 2020, 7:47 AM
Atul WaradePosted Jul 17, 2020, 10:56 PM
Jenith ThakkarPosted Jul 15, 2020, 11:59 PM
1) For using Entity Framework - Code First Approch is good to create DB Context and use it
Thank you