Transferring Data between Silverlight and HTML

In the last few years, html and JavaScript became one of the most used technologies and a lot of applications are now being rewritten in them because of the known multiple benefits of them. At the same time, Silverlight was one of the promising technologies few years ago especially for…

The Difference Between Class and Struct

I think many of who are learning Programming have confusion about the difference between "Class" and "Struct" concepts in C#. One of the great explainations can be found in MSDN Library and in this post content depend on it . Classes and structs are two of the basic constructs of the…