MOST RECENT
Patrice Calvé,

Use a ReadOnlyObservableCollection when you allow people to subscribe to changes to a collection, without allowing them to make changes to the collection. ReadOnlyObservableCollection is a object from ...

deadlydog,

I’m new to working with Xml through PowerShell and was so impressed when I discovered how easy it was to read an xml element’s value. I’m working with reading/writing .nuspec files for working with NuGet. ...

simonc,

You write a security-related application that allows addins to be used. These addins (as dlls) can be downloaded from anywhere, and, if allowed to run full-trust, could open a security hole in your application. ...

I recently encountered an issue when developing a BizTalk Server 2010 solution using Visual Studio 2010. When selecting to add a new item to a project, the schema item was missing in the Visual Studio ...