I am writing a C# program that will check to ensure that all the connections it should have active based on it\'s web config file are active and if not it till try to restart the connection and tell t
This question already has answers here: Closed 11 years ago. Possible Duplicate: Can attributes be added dynamically in C#?
I have path like this...\"C:\\restore\\restoredb\\\" In that path i have files like this.. backup-2011-10-12T17-16-51.zip
i want to detect changes in filesystem for a special directory and i heard that i开发者_如何学编程s possible to monitor the file-access. Can anyone tell me how to monitor a directory for example in C#
I need a .net IMAP Library that downloads the messages in a gmail folder one by one not all at once. That\'s because when I connect to the gmail account and try to download the messages in a folder,
I am creating an MSI installer where the user can choose a data directory seperate to the install path. I have a custom action string as below where Param1 is the data directory.
How do I know that adding the Build and Revision values of a given .NE开发者_开发知识库T assembly to new DateTime(2000, 1, 1) will give me the compile time?
I would like to find out what the current windows sleep mode setting is i.e. Is it switched on and what is the timer period. Any ideas?
I have a generic C++ dll which in which I have few structures. I am passing the structure data from the C#.net console based application and and I am trying to deep copy that structure inside my dll l
in WPF, in my XAML i have a dataGrid binded on a IEnumerable. The collection items have a proprety call开发者_开发知识库ed Sealed. To know if the order is sealed or not. So i\'ve made a converter to s