Click here to Skip to main content
15,911,142 members
Home / Discussions / C#
   

C#

 
Questionclassification using fuzzy logic C# Pin
praxprog29-May-14 18:23
praxprog29-May-14 18:23 
AnswerRe: classification using fuzzy logic C# Pin
Richard MacCutchan29-May-14 22:13
mveRichard MacCutchan29-May-14 22:13 
GeneralRe: classification using fuzzy logic C# Pin
praxprog30-May-14 2:16
praxprog30-May-14 2:16 
GeneralRe: classification using fuzzy logic C# Pin
Richard MacCutchan30-May-14 21:57
mveRichard MacCutchan30-May-14 21:57 
QuestionC# project Dependency on .net frame work Pin
prateek chauhan29-May-14 18:12
prateek chauhan29-May-14 18:12 
AnswerRe: C# project Dependency on .net frame work Pin
Eddy Vluggen29-May-14 20:47
professionalEddy Vluggen29-May-14 20:47 
AnswerRe: C# project Dependency on .net frame work Pin
Mycroft Holmes29-May-14 20:47
professionalMycroft Holmes29-May-14 20:47 
AnswerRe: C# project Dependency on .net frame work Pin
Rob Philpott29-May-14 22:54
Rob Philpott29-May-14 22:54 
AnswerRe: C# project Dependency on .net frame work Pin
BobJanova30-May-14 0:11
BobJanova30-May-14 0:11 
AnswerRe: C# project Dependency on .net frame work Pin
Dave Kreskowiak30-May-14 4:18
mveDave Kreskowiak30-May-14 4:18 
Questionmultithreading issue Pin
Nico Haegens29-May-14 17:47
professionalNico Haegens29-May-14 17:47 
AnswerRe: multithreading issue Pin
Eddy Vluggen29-May-14 20:43
professionalEddy Vluggen29-May-14 20:43 
GeneralRe: multithreading issue Pin
Nico Haegens29-May-14 22:55
professionalNico Haegens29-May-14 22:55 
GeneralRe: multithreading issue Pin
Eddy Vluggen30-May-14 5:25
professionalEddy Vluggen30-May-14 5:25 
AnswerRe: multithreading issue Pin
Bernhard Hiller29-May-14 21:26
Bernhard Hiller29-May-14 21:26 
GeneralRe: multithreading issue Pin
Nico Haegens29-May-14 22:34
professionalNico Haegens29-May-14 22:34 
GeneralRe: multithreading issue Pin
Bernhard Hiller29-May-14 23:48
Bernhard Hiller29-May-14 23:48 
AnswerRe: multithreading issue Pin
BobJanova30-May-14 0:06
BobJanova30-May-14 0:06 
Two applications (two processes) run in completely separate spaces, static state (including singleton classes) aren't shared between processes. You need some cross-process communication to have two processes synchronise with the same data source.

What you need is a setup with not two applications but three: two client applications which talk to a service which contains all the database access, and fires events or sends messages when it's updated. Alternatively, you need to ask the database directly for updates (which may require polling, not sure if it's possible with triggers).
QuestionIIf Statement - Different Problem With RDLC Pin
Paramu197329-May-14 15:10
Paramu197329-May-14 15:10 
AnswerRe: IIf Statement - Different Problem With RDLC Pin
Karen Mitchelle29-May-14 16:04
professionalKaren Mitchelle29-May-14 16:04 
GeneralRe: IIf Statement - Different Problem With RDLC Pin
Paramu197329-May-14 19:15
Paramu197329-May-14 19:15 
Questionhow do i send notifications using web services? Pin
tanywali29-May-14 1:12
tanywali29-May-14 1:12 
AnswerRe: how do i send notifications using web services? Pin
BobJanova29-May-14 1:21
BobJanova29-May-14 1:21 
AnswerRe: how do i send notifications using web services? Pin
Pete O'Hanlon29-May-14 1:28
mvePete O'Hanlon29-May-14 1:28 
QuestionActivex code to print pdf files on client machine Pin
Sachin Mehndiratta29-May-14 1:03
Sachin Mehndiratta29-May-14 1:03 

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.