Click here to Skip to main content
15,887,746 members
Home / Discussions / C#
   

C#

 
QuestionImplementing SSO using SAML, C# Pin
shank07ct21-Oct-14 1:05
shank07ct21-Oct-14 1:05 
AnswerRe: Implementing SSO using SAML, C# Pin
OriginalGriff21-Oct-14 2:35
mveOriginalGriff21-Oct-14 2:35 
AnswerRe: Implementing SSO using SAML, C# Pin
Richard MacCutchan21-Oct-14 2:47
mveRichard MacCutchan21-Oct-14 2:47 
QuestionC# assign ProcessID Pin
Alaric_20-Oct-14 10:56
professionalAlaric_20-Oct-14 10:56 
AnswerRe: C# assign ProcessID Pin
Ravi Bhavnani20-Oct-14 11:33
professionalRavi Bhavnani20-Oct-14 11:33 
GeneralRe: C# assign ProcessID Pin
Alaric_20-Oct-14 15:34
professionalAlaric_20-Oct-14 15:34 
AnswerRe: C# assign ProcessID Pin
Member 9986689 (PandaLion98)25-Oct-14 21:13
professionalMember 9986689 (PandaLion98)25-Oct-14 21:13 
GeneralRe: C# assign ProcessID Pin
Alaric_28-Oct-14 10:11
professionalAlaric_28-Oct-14 10:11 
Member 9986689 wrote:
You can, however, use Process.Id to identify your runnung app.


The problem here is that the process I was spawning was a daemon, and there is a battery of instances of the daemon all with the same process name...so without some way to either specify the processId of the child or persist its processId before the parent process died, there would be no way to attach to the proper instance (and the instances were not interchangeable)

I was able to work around this by adding a Configurator that attached the monitoring process to the daemon as it was being spawned.

...Being able to assign it an arbitrary ProcessID would have made the job easier and reduced the complexity of the implementation (not sure what justified the downvote of my original question)
"I need build Skynet. Plz send code"

QuestionWhat is better way to organise code of big project Pin
Member 1115157120-Oct-14 5:08
Member 1115157120-Oct-14 5:08 
AnswerRe: What is better way to organise code of big project Pin
Simon_Whale20-Oct-14 5:15
Simon_Whale20-Oct-14 5:15 
AnswerRe: What is better way to organise code of big project Pin
PIEBALDconsult20-Oct-14 5:16
mvePIEBALDconsult20-Oct-14 5:16 
AnswerRe: What is better way to organise code of big project Pin
Eddy Vluggen20-Oct-14 5:23
professionalEddy Vluggen20-Oct-14 5:23 
AnswerRe: What is better way to organise code of big project Pin
OriginalGriff20-Oct-14 5:31
mveOriginalGriff20-Oct-14 5:31 
GeneralRe: What is better way to organise code of big project Pin
Member 1115157120-Oct-14 6:35
Member 1115157120-Oct-14 6:35 
GeneralTo Deeksha Shenoy Pin
hevesir20-Oct-14 1:10
hevesir20-Oct-14 1:10 
GeneralRe: To Deeksha Shenoy Pin
OriginalGriff20-Oct-14 2:42
mveOriginalGriff20-Oct-14 2:42 
GeneralRe: To Deeksha Shenoy Pin
hevesir20-Oct-14 3:19
hevesir20-Oct-14 3:19 
GeneralRe: To Deeksha Shenoy Pin
OriginalGriff20-Oct-14 3:27
mveOriginalGriff20-Oct-14 3:27 
GeneralRe: To Deeksha Shenoy Pin
hevesir20-Oct-14 11:11
hevesir20-Oct-14 11:11 
GeneralRe: To Deeksha Shenoy Pin
OriginalGriff20-Oct-14 11:39
mveOriginalGriff20-Oct-14 11:39 
QuestionDrawing player "tokens" in TableLayoutCell Pin
Member 1116046719-Oct-14 21:08
Member 1116046719-Oct-14 21:08 
QuestionThe Report Viewer Web Control HTTP Handler has not been registered in the application's web.config file Pin
lan160719-Oct-14 13:38
lan160719-Oct-14 13:38 
AnswerRe: The Report Viewer Web Control HTTP Handler has not been registered in the application's web.config file Pin
Richard MacCutchan19-Oct-14 21:42
mveRichard MacCutchan19-Oct-14 21:42 
QuestionHow to merge image using Emgu CV library after comparison Pin
Tridip Bhattacharjee17-Oct-14 23:40
professionalTridip Bhattacharjee17-Oct-14 23:40 
QuestionCan I use local method in method Pin
Member 1115157117-Oct-14 20:57
Member 1115157117-Oct-14 20:57 

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.