How to rename an user in Active Directory with C#

5 Comments

  If you want to rename an user in Active Directory by using C#, you can use the following code: using System; using System.Collections.Generic; using System.DirectoryServices; using System.DirectoryServices.AccountManagement; using System.Linq; using System.Text; using System.Threading.Tasks; namespace

A little AngularJS directive for setting focus on model change.

0 Comments

I created a simple plunker based on http://www.emberex.com/programmatically-setting-focus-angularjs-way/   When the user clicks on the button the textarea gets focused.     Here is the code: http://plnkr.co/edit/eo7es1xZTdB274BQNXMV?p=preview