Hi Team
I want to find out some examples, i am building Asp.net MVC using C# on 4.7.net framework. Using Identity without authentication on Windows, but using Active Directory, e.g As an Administrator during form registration i must be prompt dynamically with my username from AD account, then redirect to the dashboard(View.cshtml) where i can perform CRUD operation for new users. Are there any examples i can relate i want to accomplish something along this line for our in house project.