Click here to Skip to main content
15,906,816 members
Home / Discussions / C#
   

C#

 
AnswerRe: Dictionary Performance Question Pin
Guffa12-Dec-08 11:04
Guffa12-Dec-08 11:04 
GeneralRe: Dictionary Performance Question Pin
Jammer12-Dec-08 11:23
Jammer12-Dec-08 11:23 
Questionformat disk [modified] Pin
LordZoster12-Dec-08 5:54
LordZoster12-Dec-08 5:54 
AnswerRe: format disk Pin
Giorgi Dalakishvili12-Dec-08 8:40
mentorGiorgi Dalakishvili12-Dec-08 8:40 
GeneralRe: format disk Pin
EliottA12-Dec-08 8:49
EliottA12-Dec-08 8:49 
GeneralRe: format disk Pin
LordZoster12-Dec-08 9:09
LordZoster12-Dec-08 9:09 
GeneralRe: format disk Pin
EliottA12-Dec-08 9:33
EliottA12-Dec-08 9:33 
GeneralRe: format disk Pin
Uwe Keim12-Dec-08 9:49
sitebuilderUwe Keim12-Dec-08 9:49 
GeneralRe: format disk Pin
LordZoster12-Dec-08 10:05
LordZoster12-Dec-08 10:05 
AnswerRe: format disk Pin
LordZoster14-Dec-08 23:12
LordZoster14-Dec-08 23:12 
QuestionHow to cast an object using its handle? Pin
MAP Tiger12-Dec-08 5:36
MAP Tiger12-Dec-08 5:36 
AnswerRe: How to cast an object using its handle? Pin
Mark Salsbery12-Dec-08 7:13
Mark Salsbery12-Dec-08 7:13 
GeneralRe: How to cast an object using its handle? Pin
MAP Tiger12-Dec-08 7:23
MAP Tiger12-Dec-08 7:23 
GeneralRe: How to cast an object using its handle? Pin
Mark Salsbery12-Dec-08 7:28
Mark Salsbery12-Dec-08 7:28 
GeneralRe: How to cast an object using its handle? Pin
MAP Tiger12-Dec-08 8:43
MAP Tiger12-Dec-08 8:43 
AnswerRe: How to cast an object using its handle? Pin
Dave Kreskowiak12-Dec-08 7:14
mveDave Kreskowiak12-Dec-08 7:14 
GeneralRe: How to cast an object using its handle? Pin
MAP Tiger12-Dec-08 7:27
MAP Tiger12-Dec-08 7:27 
GeneralRe: How to cast an object using its handle? Pin
Dave Kreskowiak12-Dec-08 8:24
mveDave Kreskowiak12-Dec-08 8:24 
QuestionMulticolor Text in Textbox OR Listbox Pin
Michael Fritzius12-Dec-08 5:23
professionalMichael Fritzius12-Dec-08 5:23 
AnswerRe: Multicolor Text in Textbox OR Listbox Pin
ARon_12-Dec-08 5:47
ARon_12-Dec-08 5:47 
GeneralRe: Multicolor Text in Textbox OR Listbox Pin
Michael Fritzius12-Dec-08 7:36
professionalMichael Fritzius12-Dec-08 7:36 
QuestionHow to communication between buisness layer and UI layer in a three-tier project Pin
jinmengcheng12-Dec-08 4:48
jinmengcheng12-Dec-08 4:48 
Hi all:
I met a problem about communication between a Buisness layer and UI layer in a three-tier application.
In my project the UI layer invoke a method in Business layer named DoSomething(), DoSomething() method need to finish three tasks: (1)read data from database. (2)handle these data. (3)write them to excel file. However sometimes it need interact with the customer according to the data in step (2), so I should notify the UI layer to create related interation window. Here comes the question: how should I pass the message to UI layer?
One way to solve this problem is to use delegate, but if I use delegate I should know the method need to be invoked in UI layer first, that reqire Buisness layer import the UI layer dll, but you know that disobeys the import rule of a three-tier application.
What I need is the Business layer notify the UI layer: here we need the interaction with customer, just notify.
Can some one tell me the way to solve this question? Thanks.
AnswerRe: How to communication between buisness layer and UI layer in a three-tier project Pin
Ben Fair12-Dec-08 9:48
Ben Fair12-Dec-08 9:48 
GeneralRe: How to communication between buisness layer and UI layer in a three-tier project Pin
Uwe Keim12-Dec-08 9:51
sitebuilderUwe Keim12-Dec-08 9:51 
QuestionNewbie :- How to pass which UIElement name on? Pin
me0812-Dec-08 3:56
me0812-Dec-08 3:56 

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.