Click here to Skip to main content
15,910,980 members
Home / Discussions / C#
   

C#

 
GeneralRe: Looking for Text To Speech library for C# ? Pin
Richard MacCutchan10-Nov-19 22:15
mveRichard MacCutchan10-Nov-19 22:15 
GeneralRe: Looking for Text To Speech library for C# ? Pin
kalberts10-Nov-19 22:54
kalberts10-Nov-19 22:54 
GeneralRe: Looking for Text To Speech library for C# ? Pin
Richard MacCutchan11-Nov-19 0:11
mveRichard MacCutchan11-Nov-19 0:11 
GeneralRe: Looking for Text To Speech library for C# ? Pin
Member 245846712-Nov-19 15:33
Member 245846712-Nov-19 15:33 
GeneralRe: Looking for Text To Speech library for C# ? Pin
Richard MacCutchan12-Nov-19 22:07
mveRichard MacCutchan12-Nov-19 22:07 
QuestionHow should I handle versioning of my application that contains versioning information about products? Pin
arnold_w7-Nov-19 1:32
arnold_w7-Nov-19 1:32 
AnswerRe: How should I handle versioning of my application that contains versioning information about products? Pin
Eddy Vluggen7-Nov-19 2:19
professionalEddy Vluggen7-Nov-19 2:19 
AnswerRe: How should I handle versioning of my application that contains versioning information about products? Pin
phil.o7-Nov-19 4:02
professionalphil.o7-Nov-19 4:02 
arnold_w wrote:
Please note that I want the version/hash/time stamp to be compiled into the C# so it can be shown in a little "About"-box.

You could use attributes for that matter. It would allow you to insert metadata in the executable about which version is supported for which product.
Attributes (C#)[^]
Then, you can either access this metadata at runtime using reflection (and format proper error messages, for example), or inspect the assembly with ildasm.exe and get these informations.
"Five fruits and vegetables a day? What a joke!
Personally, after the third watermelon, I'm full."

AnswerRe: How should I handle versioning of my application that contains versioning information about products? Pin
OriginalGriff7-Nov-19 6:15
mveOriginalGriff7-Nov-19 6:15 
GeneralRe: How should I handle versioning of my application that contains versioning information about products? Pin
Richard Deeming7-Nov-19 7:41
mveRichard Deeming7-Nov-19 7:41 
QuestionHow can I block Cross-site Scripting (XSS) through interceptor in proxy tool in ASP.Net using c# code Pin
srinihan6-Nov-19 23:05
srinihan6-Nov-19 23:05 
AnswerRe: How can I block Cross-site Scripting (XSS) through interceptor in proxy tool in ASP.Net using c# code Pin
Pete O'Hanlon6-Nov-19 23:26
mvePete O'Hanlon6-Nov-19 23:26 
QuestionMessage Closed Pin
5-Nov-19 21:00
vasanthkumarmk5-Nov-19 21:00 
AnswerRe: How to Store XML File to Registry Pin
Richard MacCutchan5-Nov-19 22:08
mveRichard MacCutchan5-Nov-19 22:08 
QuestionHoe to send sms through mobile connection not any website registration in c# window application Pin
Member 146424693-Nov-19 8:31
Member 146424693-Nov-19 8:31 
AnswerRe: Hoe to send sms through mobile connection not any website registration in c# window application Pin
Richard MacCutchan3-Nov-19 23:38
mveRichard MacCutchan3-Nov-19 23:38 
GeneralRe: Hoe to send sms through mobile connection not any website registration in c# window application Pin
Member 1464246911-Nov-19 23:47
Member 1464246911-Nov-19 23:47 
QuestionMessage Removed Pin
3-Nov-19 2:33
Acuena3-Nov-19 2:33 
AnswerMessage Removed Pin
3-Nov-19 2:59
mveOriginalGriff3-Nov-19 2:59 
GeneralMessage Removed Pin
3-Nov-19 4:41
Acuena3-Nov-19 4:41 
GeneralMessage Removed Pin
3-Nov-19 4:44
mveOriginalGriff3-Nov-19 4:44 
GeneralMessage Removed Pin
3-Nov-19 5:13
Acuena3-Nov-19 5:13 
Question[Solved] Safe way to insert USB-drive. Pin
Acuena1-Nov-19 5:48
Acuena1-Nov-19 5:48 
AnswerRe: Safe way to insert USB-drive. Pin
Richard Deeming1-Nov-19 6:27
mveRichard Deeming1-Nov-19 6:27 
GeneralRe: Safe way to insert USB-drive. Pin
Acuena1-Nov-19 12:38
Acuena1-Nov-19 12:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.