Updating the UI is a problem and it is tricky. There are very few simple rules to follow. Let’s see … More
Tag: Threads
Silverlight Dispatcher
Threading in Silverlight is simple and have very few classes and limited functionality. In Silverlight we rarely go for the … More
Dinning Philosopher – C#
This post demonstrates another threading problem. There are many solutions for dinning philosopher problem. The famous one is to … More
Simple Client–Server in C#
This is a very simplest client server model which is only to demonstrate the client server working model. And … More