I have a C# script that populates the content of the AD (Active Directory) say first name, last name, phone number, email address, etc... in a Sharepoint list and it’s working fine, but the problem is that any time a new user is added to the Active Director, we have to deploy the solution again and again, so I want to write some code that will synchronize the list so that it updates automatically without having to deploy the solution again when a change is made to the AD.
How can I do that?