2
votes
Is there a library for notification/alert in .NET?
I think it's worth looking to frameworks like Windows Live Alerts: http://dev.live.com/alerts/
…
0
votes
C# VS.NET 2008 Changing settings per configuration
Besides all these, MS promised to add this feature in VS 2010.
…
1
vote
Binding to DataGridView - Is there a way to “bind” the background color of a cell?
Out of the box, any DataGridViewColumn can be bound to only one property of the objects in the DataSource, the name of the property being given by the DataPropertyName of each DataGridViewColumn (y …
2
votes
WPF event property changed?
WPF controls inherit DependencyObject class. See: MSDN
For business entities, you c …
