I have listened about threading model in .Net that only the thread that have created UI control can access it, not any other thread.
Why is this restriction have been added so far ? May be i am asking some foolish question but i would really like to know what is the logic or limitation behind this model ?
Thanks