Two questions: in EF we are using an interceptor defined in the Web.Config:
We are interested to move to ASP.Net Core but understood that in EF Core there is no interceptor and is not in the road map.
1- I was wondering if by chance someone found a similar pattern to intercept in a way the process as we keep the connection string away from the users and the interceptor give us the opportunity to have a log of the requests?
2- ASP.NET also allows the encryption/decryption (asp.net_regiis) of the complete Web.Config, is it possible to do something similar with the JSON or other possibilities?