In C# 4.0, we have Task in the System.Threading.Tasks namespace. What is the true difference between Thread and Task. I did some sample program(help taken from MSDN) for my...
  • May 7, 2022
  • 0 Comments
The ExpandoObject class being added to .NET 4 allows you to arbitrarily set properties onto an object at runtime. Are there any advantages to this over using a Dictionary<string,...
  • April 29, 2022
  • 0 Comments
I am creating a web application on the .NET 4.0 framework (beta2) in C#. When I try to use a assembly called “ActiveHomeScriptLib”, I get the following error: Interop...
  • April 27, 2022
  • 0 Comments