I am stuck on how to pass data from one control to another. If I have a listbox control and the Contol Item contains a datatemplate which renders out 5 fields ( first name, last name, email, phone and
I need to store multi-dimensional data consisting of numbers in a manner thats easy to work with. I\'m capturing data in real time (processing live video frames every 40ms/10ms), and once processed I
I write a program to execute and send msg using windows net send command.Its working fine for single receptor.But the problem happen when i want to send message in many receptors. i use a for loop to
I have read about the Tuples provided with the coming-out of the new .NET Framework features, and still am I wondering about how it could be useful in real-wo开发者_StackOverflowrld enterprise applica
Not long time before I\'ve discovered, that new dynamic keyword doesn\'t work well with the C#\'s foreach statement:
I am trying to follow Pete Brown\'s introductory WPF tutorial which makes use of the TweetSharp libraries to interact with Twitter.
Say you have a Price object that accepts either an (int quantity, decimal price) or a string containing \"4/$3.99\".Is there a way to limit which properties can be set together?Feel free to correct me
From Jon Skeet\'s blog: What does the following comment mean? // The line below only works when linked rather than
I\'m trying to get forms authentication working for an mvc site. I have a custom database with a users table, and I would like to do my own password validation.
I\'m using .NET 4 and the new RegistryKey.FromHandle call so I can take the hKey I get from opening a software registry file with RegLoadAppKey and operate on it with the existing managed API.