Question: I Installed DotNetOpenAuth SDK-3.4.5.10201.vsix and I can’t get it working. It works locally (when I run as localhost) but when i try to publish it ain’t working. The IIS error message I get is Error Summary HTTP Error 500.22 ...

Question: I have a project in which I’d like to use some of the .NET 4.0 features but a core requirement is that I can use the System.Data.SQLite framework which is compiled against 2.X. I see mention of this being ...

Question: For Visual Studio 2010 Web based application we have Config Transformation features by which we can maintain multiple configuration files for different environments. But the same feature is not available for App.Config files for Windows Services/WinForms or Console Application. ...

Question: 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, object>, or really even a Hashtable? As far as I ...