Click here to Skip to main content
15,890,185 members
Home / Discussions / C#
   

C#

 
GeneralRe: Fast: Implementing Per-pixel alpha image as background Pin
leppie3-Aug-04 6:39
leppie3-Aug-04 6:39 
GeneralRe: Fast: Implementing Per-pixel alpha image as background Pin
Nick Parker3-Aug-04 10:12
protectorNick Parker3-Aug-04 10:12 
QuestionSingleton instances survive garbage collection? Pin
mindfuck3-Aug-04 4:32
mindfuck3-Aug-04 4:32 
AnswerRe: Singleton instances survive garbage collection? Pin
leppie3-Aug-04 6:35
leppie3-Aug-04 6:35 
GeneralRe: Singleton instances survive garbage collection? Pin
mindfuck3-Aug-04 7:06
mindfuck3-Aug-04 7:06 
GeneralRe: Singleton instances survive garbage collection? Pin
leppie3-Aug-04 7:58
leppie3-Aug-04 7:58 
GeneralRe: Singleton instances survive garbage collection? Pin
mindfuck3-Aug-04 8:44
mindfuck3-Aug-04 8:44 
GeneralRe: Singleton instances survive garbage collection? Pin
Nick Parker3-Aug-04 8:36
protectorNick Parker3-Aug-04 8:36 
mindf*** wrote:
consequence: if i change the xml-file without recompiling my singleton class, the old data is still in the datastructure.

Which is exactly why you would want to decouple the load process of the XML file from only within the singleton constructor. You will want a way of updating the current data structure regardless of your class constructor.

- Nick Parker
My Blog | My Articles

GeneralRe: Singleton instances survive garbage collection? Pin
mindfuck3-Aug-04 22:55
mindfuck3-Aug-04 22:55 
GeneralRe: Singleton instances survive garbage collection? Pin
Nick Parker4-Aug-04 3:18
protectorNick Parker4-Aug-04 3:18 
GeneralRe: Singleton instances survive garbage collection? Pin
Heath Stewart4-Aug-04 4:19
protectorHeath Stewart4-Aug-04 4:19 
GeneralCaching with static functions Pin
Cody Caillet3-Aug-04 4:10
sussCody Caillet3-Aug-04 4:10 
GeneralRe: Caching with static functions Pin
Nick Parker3-Aug-04 8:45
protectorNick Parker3-Aug-04 8:45 
GeneralMdiChildren memory release Pin
gena173-Aug-04 3:51
gena173-Aug-04 3:51 
GeneralRe: MdiChildren memory release Pin
Tom Larsen3-Aug-04 6:08
Tom Larsen3-Aug-04 6:08 
GeneralRe: MdiChildren memory release Pin
gena173-Aug-04 20:47
gena173-Aug-04 20:47 
GeneralInsertng Flash MX in C#.net Pin
Mehbub3-Aug-04 3:15
Mehbub3-Aug-04 3:15 
GeneralRe: Insertng Flash MX in C#.net Pin
Nick Parker3-Aug-04 3:54
protectorNick Parker3-Aug-04 3:54 
GeneralCombobox problem Pin
Fule3-Aug-04 3:01
Fule3-Aug-04 3:01 
GeneralRe: Combobox problem Pin
DougW483-Aug-04 4:55
DougW483-Aug-04 4:55 
GeneralRe: Combobox problem Pin
Fule3-Aug-04 20:17
Fule3-Aug-04 20:17 
GeneralColumns width in ListView objects Pin
ma.poggi-cons3-Aug-04 2:30
ma.poggi-cons3-Aug-04 2:30 
GeneralRe: Columns width in ListView objects Pin
Werdna3-Aug-04 12:53
Werdna3-Aug-04 12:53 
GeneralLength of audiofile Pin
Member 8094093-Aug-04 1:51
Member 8094093-Aug-04 1:51 
GeneralWorks with some files Pin
Member 8094093-Aug-04 2:18
Member 8094093-Aug-04 2:18 

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.