Click here to Skip to main content
15,922,894 members
Home / Discussions / C#
   

C#

 
GeneralRe: Image compression Pin
Guffa26-Oct-08 1:42
Guffa26-Oct-08 1:42 
GeneralRe: Image compression Pin
Matty2226-Oct-08 3:12
Matty2226-Oct-08 3:12 
GeneralRe: Image compression Pin
Guffa26-Oct-08 11:03
Guffa26-Oct-08 11:03 
QuestionHow to work with Windows message queue in C#.Net 2005? Pin
Mehral25-Oct-08 15:58
Mehral25-Oct-08 15:58 
AnswerRe: How to work with Windows message queue in C#.Net 2005? Pin
Furty25-Oct-08 16:16
Furty25-Oct-08 16:16 
QuestionWhy *does* this work, and when will it *not* work? (Two-way MSMQ messaging using WCF) Pin
Furty25-Oct-08 15:39
Furty25-Oct-08 15:39 
AnswerRe: Why *does* this work, and when will it *not* work? (Two-way MSMQ messaging using WCF) Pin
Meer Osman Ali25-Oct-08 19:51
Meer Osman Ali25-Oct-08 19:51 
GeneralRe: Why *does* this work, and when will it *not* work? (Two-way MSMQ messaging using WCF) Pin
Furty25-Oct-08 20:38
Furty25-Oct-08 20:38 
GeneralRe: Why *does* this work, and when will it *not* work? (Two-way MSMQ messaging using WCF) Pin
Meer Osman Ali25-Oct-08 21:26
Meer Osman Ali25-Oct-08 21:26 
GeneralRe: Why *does* this work, and when will it *not* work? (Two-way MSMQ messaging using WCF) Pin
Furty25-Oct-08 21:32
Furty25-Oct-08 21:32 
GeneralRe: Why *does* this work, and when will it *not* work? (Two-way MSMQ messaging using WCF) Pin
Meer Osman Ali25-Oct-08 21:50
Meer Osman Ali25-Oct-08 21:50 
GeneralRe: Why *does* this work, and when will it *not* work? (Two-way MSMQ messaging using WCF) Pin
Pete O'Hanlon26-Oct-08 10:04
mvePete O'Hanlon26-Oct-08 10:04 
GeneralRe: Why *does* this work, and when will it *not* work? (Two-way MSMQ messaging using WCF) Pin
Luc Pattyn26-Oct-08 10:42
sitebuilderLuc Pattyn26-Oct-08 10:42 
GeneralRe: Why *does* this work, and when will it *not* work? (Two-way MSMQ messaging using WCF) Pin
Pete O'Hanlon26-Oct-08 10:47
mvePete O'Hanlon26-Oct-08 10:47 
GeneralRe: Why *does* this work, and when will it *not* work? (Two-way MSMQ messaging using WCF) Pin
Dave Kreskowiak26-Oct-08 3:44
mveDave Kreskowiak26-Oct-08 3:44 
GeneralRe: Why *does* this work, and when will it *not* work? (Two-way MSMQ messaging using WCF) PinPopular
Eddy Vluggen26-Oct-08 0:31
professionalEddy Vluggen26-Oct-08 0:31 
Questionload xsd into dataset Pin
cheq32625-Oct-08 10:14
cheq32625-Oct-08 10:14 
AnswerRe: load xsd into dataset Pin
Mircea Puiu26-Oct-08 8:21
Mircea Puiu26-Oct-08 8:21 
Questionhow transmit array elements to a table of database at once Pin
mahraja25-Oct-08 8:30
mahraja25-Oct-08 8:30 
AnswerRe: how transmit array elements to a table of database at once Pin
Eddy Vluggen25-Oct-08 8:38
professionalEddy Vluggen25-Oct-08 8:38 
AnswerRe: how transmit array elements to a table of database at once Pin
Wendelius25-Oct-08 8:57
mentorWendelius25-Oct-08 8:57 
QuestionRe: how transmit array elements to a table of database at once Pin
mahraja25-Oct-08 9:13
mahraja25-Oct-08 9:13 
AnswerRe: how transmit array elements to a table of database at once Pin
Wendelius25-Oct-08 9:29
mentorWendelius25-Oct-08 9:29 
QuestionGlobal objects in line with guidelines of OOP? Pin
Zeddan25-Oct-08 7:38
Zeddan25-Oct-08 7:38 
AnswerRe: Global objects in line with guidelines of OOP? Pin
elektrowolf25-Oct-08 23:18
elektrowolf25-Oct-08 23:18 
You should restrict access as much as possible. But if it's not possible to restrict it anymore, than a global object is ok, I'd say.
Of course it's also possible to pass the object to every constructor or function as a parameter.. but this can get really complicated, especially if you notice that you need such an object after already having some code.

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.