Click here to Skip to main content
15,889,651 members
Home / Discussions / C#
   

C#

 
AnswerRe: using genetic algorithms to improve voice commands recognition Pin
GuyThiebaut15-Oct-13 6:00
professionalGuyThiebaut15-Oct-13 6:00 
QuestionGeneric Image editer. Pin
Mohammad_Imran14-Oct-13 1:26
professionalMohammad_Imran14-Oct-13 1:26 
AnswerRe: Generic Image editer. Pin
BillWoodruff14-Oct-13 1:32
professionalBillWoodruff14-Oct-13 1:32 
QuestionServer Name Using c# Pin
AF136612-Oct-13 21:47
AF136612-Oct-13 21:47 
AnswerRe: Server Name Using c# Pin
OriginalGriff12-Oct-13 22:24
mveOriginalGriff12-Oct-13 22:24 
AnswerRe: Server Name Using c# Pin
Abhinav S13-Oct-13 18:57
Abhinav S13-Oct-13 18:57 
Questionsecurity threat by interactive window services ? Pin
Abhay B12-Oct-13 9:44
Abhay B12-Oct-13 9:44 
AnswerRe: security threat by interactive window services ? Pin
Dave Kreskowiak12-Oct-13 10:40
mveDave Kreskowiak12-Oct-13 10:40 
Yes, they are a threat. There is a reason why you can't make then interactive any more.

Do it the correct way and have the service listen on a named pipe. Then you can have a second application launch when the user logs in and communicates with the service over the pipe. That application can put up any user interface required.

It takes a bit more work, but is infinitely more secure, stable and supportable.

AnswerRe: security threat by interactive window services ? Pin
Eddy Vluggen12-Oct-13 13:02
professionalEddy Vluggen12-Oct-13 13:02 
QuestionHow to use linq to write this sql sentence Pin
fengyuchun8812-Oct-13 4:45
fengyuchun8812-Oct-13 4:45 
AnswerRe: How to use linq to write this sql sentence Pin
Dave Kreskowiak12-Oct-13 6:46
mveDave Kreskowiak12-Oct-13 6:46 
GeneralRe: How to use linq to write this sql sentence Pin
OriginalGriff12-Oct-13 22:26
mveOriginalGriff12-Oct-13 22:26 
GeneralRe: How to use linq to write this sql sentence Pin
Shameel15-Oct-13 5:45
professionalShameel15-Oct-13 5:45 
GeneralRe: How to use linq to write this sql sentence Pin
Dave Kreskowiak15-Oct-13 8:44
mveDave Kreskowiak15-Oct-13 8:44 
GeneralRe: How to use linq to write this sql sentence Pin
Shameel16-Oct-13 19:57
professionalShameel16-Oct-13 19:57 
GeneralRe: How to use linq to write this sql sentence Pin
Dave Kreskowiak17-Oct-13 1:09
mveDave Kreskowiak17-Oct-13 1:09 
GeneralRe: How to use linq to write this sql sentence Pin
Pete O'Hanlon15-Oct-13 20:46
mvePete O'Hanlon15-Oct-13 20:46 
GeneralRe: How to use linq to write this sql sentence Pin
Shameel16-Oct-13 19:55
professionalShameel16-Oct-13 19:55 
GeneralRe: How to use linq to write this sql sentence Pin
Dave Kreskowiak17-Oct-13 3:25
mveDave Kreskowiak17-Oct-13 3:25 
AnswerRe: How to use linq to write this sql sentence Pin
Mycroft Holmes12-Oct-13 13:30
professionalMycroft Holmes12-Oct-13 13:30 
AnswerRe: How to use linq to write this sql sentence Pin
CodeBlack14-Oct-13 2:46
professionalCodeBlack14-Oct-13 2:46 
GeneralRe: How to use linq to write this sql sentence Pin
Dave Kreskowiak14-Oct-13 6:32
mveDave Kreskowiak14-Oct-13 6:32 
QuestionPaging in GridControl of DevExpress Pin
nhanlaptrinh11-Oct-13 22:19
nhanlaptrinh11-Oct-13 22:19 
AnswerRe: Paging in GridControl of DevExpress Pin
OriginalGriff11-Oct-13 23:43
mveOriginalGriff11-Oct-13 23:43 
QuestionRe: Paging in GridControl of DevExpress Pin
Richard MacCutchan12-Oct-13 2:38
mveRichard MacCutchan12-Oct-13 2: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.