Answer the question
In order to leave comments, you need to log in
Where are the log messages in the ef core database?
When sending any queries to the database via the HTML form (adding, editing, etc.), I want to know how queries are generated in the database
. In the constructor, there is only a created database, but there are no query records when adding and editing using forms
Answer the question
In order to leave comments, you need to log in
1. In DbContext, you can enable logging of all SQL queries
2. To view data in the database, use SSMS
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question