DbContext could not be found
In this Azure tutorial, we will discuss fixing the error, the type or namespace name ‘dbcontext’ could not be found, which I got while working with the Azure Function Project. DbContext could not be found I recently worked with one Azure Function Project where I had to implement the Entity Framework to interact with the SQL Database … Read more >>
