I have two questions;
1.I am looking for how to use .net core to access AD, any sample code? I had used DirectoryServices in standard dotnet, but .net core does not support DirectoryServices.
2. Is it possible I still can use standard .net dll in .net core application (MVC)?
Thanks