Click here to Skip to main content
15,885,278 members
Home / Discussions / C#
   

C#

 
AnswerRe: Global structure in Main, Functions and .dlls Pin
Richard MacCutchan3-Jan-17 23:32
mveRichard MacCutchan3-Jan-17 23:32 
GeneralRe: Global structure in Main, Functions and .dlls Pin
zequion4-Jan-17 1:11
professionalzequion4-Jan-17 1:11 
GeneralRe: Global structure in Main, Functions and .dlls Pin
Richard MacCutchan4-Jan-17 1:16
mveRichard MacCutchan4-Jan-17 1:16 
GeneralRe: Global structure in Main, Functions and .dlls Pin
zequion4-Jan-17 6:41
professionalzequion4-Jan-17 6:41 
GeneralRe: Global structure in Main, Functions and .dlls Pin
Richard MacCutchan4-Jan-17 6:47
mveRichard MacCutchan4-Jan-17 6:47 
GeneralRe: Global structure in Main, Functions and .dlls Pin
zequion4-Jan-17 7:57
professionalzequion4-Jan-17 7:57 
GeneralRe: Global structure in Main, Functions and .dlls Pin
Richard MacCutchan4-Jan-17 21:27
mveRichard MacCutchan4-Jan-17 21:27 
AnswerRe: Global structure in Main, Functions and .dlls Pin
Gerry Schmitz4-Jan-17 7:52
mveGerry Schmitz4-Jan-17 7:52 
I don't see why you can't just create a "Common.dll" (in the "MyApp.Common" namespace, for example), that contains singletons or statics for your "shared" data and methods.

As long as this dll does not reference other dll's "higher up" (to avoid circular references), then there should be no problem "sharing".

Questionhow to store the value selection on calendar in database Pin
being A.S.3-Jan-17 18:37
being A.S.3-Jan-17 18:37 
AnswerRe: how to store the value selection on calendar in database Pin
dan!sh 3-Jan-17 19:55
professional dan!sh 3-Jan-17 19:55 
QuestionRetrieving data from a webpage Pin
MAW303-Jan-17 13:46
MAW303-Jan-17 13:46 
AnswerRe: Retrieving data from a webpage Pin
dan!sh 3-Jan-17 17:30
professional dan!sh 3-Jan-17 17:30 
GeneralRe: Retrieving data from a webpage Pin
MAW303-Jan-17 19:01
MAW303-Jan-17 19:01 
GeneralRe: Retrieving data from a webpage Pin
dan!sh 3-Jan-17 19:53
professional dan!sh 3-Jan-17 19:53 
GeneralRe: Retrieving data from a webpage Pin
MAW303-Jan-17 21:28
MAW303-Jan-17 21:28 
GeneralRe: Retrieving data from a webpage Pin
dan!sh 3-Jan-17 22:01
professional dan!sh 3-Jan-17 22:01 
GeneralRe: Retrieving data from a webpage Pin
MAW304-Jan-17 4:43
MAW304-Jan-17 4:43 
AnswerRe: Retrieving data from a webpage Pin
MAW304-Jan-17 18:59
MAW304-Jan-17 18:59 
QuestionRe: Retrieving data from a webpage Pin
Richard MacCutchan4-Jan-17 21:57
mveRichard MacCutchan4-Jan-17 21:57 
AnswerRe: Retrieving data from a webpage Pin
MAW305-Jan-17 2:30
MAW305-Jan-17 2:30 
QuestionC# Text to Speech Pin
Pavlex42-Jan-17 10:32
Pavlex42-Jan-17 10:32 
AnswerRe: C# Text to Speech Pin
Michael_Davies2-Jan-17 10:38
Michael_Davies2-Jan-17 10:38 
GeneralRe: C# Text to Speech Pin
Pavlex42-Jan-17 10:40
Pavlex42-Jan-17 10:40 
GeneralRe: C# Text to Speech Pin
Pavlex42-Jan-17 11:26
Pavlex42-Jan-17 11:26 
GeneralRe: C# Text to Speech Pin
Pete O'Hanlon2-Jan-17 19:33
mvePete O'Hanlon2-Jan-17 19:33 

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.