According to the framework documentation, a generic List is thread-safe for multiple readers, as long as it is not being modified: "A List can support multiple readers concurrently, as long as the collection is not modified. Enumerating through a collection is intrinsically not a
i've created a console application whcih reads different file formats and scans for some for words.... the application builds fine and executes finely..but sometimes, the exe automatically becomes 0kb and gives me this error
I wonder if you could help. The event handler code below, will allow the user to change the phone number and write it on a label of a message box. I want to replace the message box with a dialog box.