Click here to Skip to main content
15,914,160 members
Home / Discussions / C#
   

C#

 
GeneralRe: system hang debug Pin
George_George19-Jan-09 2:47
George_George19-Jan-09 2:47 
AnswerRe: system hang debug [modified] Pin
Luc Pattyn19-Jan-09 2:53
sitebuilderLuc Pattyn19-Jan-09 2:53 
GeneralRe: system hang debug Pin
George_George19-Jan-09 2:56
George_George19-Jan-09 2:56 
AnswerRe: system hang debug [modified] Pin
Luc Pattyn19-Jan-09 3:18
sitebuilderLuc Pattyn19-Jan-09 3:18 
GeneralRe: system hang debug Pin
George_George19-Jan-09 19:20
George_George19-Jan-09 19:20 
AnswerRe: system hang debug [modified] Pin
Luc Pattyn19-Jan-09 21:24
sitebuilderLuc Pattyn19-Jan-09 21:24 
QuestionHow to use design pattern for calling multiple assemblies Pin
mpavas18-Jan-09 19:12
mpavas18-Jan-09 19:12 
AnswerRe: How to use design pattern for calling multiple assemblies Pin
N a v a n e e t h18-Jan-09 19:51
N a v a n e e t h18-Jan-09 19:51 
mpavas wrote:
What kind of pattern will be best suited for this?


Create a common interface which all your assemblies has to implement. You can use Factory pattern and return the interface instance. pseudo code follows
Interface ITask{
   void DoTask();
}

ITask task = TaskFactory.GetTask(TaskIdentifier)
task.DoTask()
TaskFactory.GetTask will check the conditions and load relevant assemblies using reflection and return it's instance.

mpavas wrote:
How can I make sure that the code written by each individual for each assembly do not have a common code in place.


This is not clear. Can you explain?


GeneralRe: How to use design pattern for calling multiple assemblies Pin
mpavas18-Jan-09 23:04
mpavas18-Jan-09 23:04 
GeneralRe: How to use design pattern for calling multiple assemblies Pin
N a v a n e e t h19-Jan-09 14:46
N a v a n e e t h19-Jan-09 14:46 
GeneralRe: How to use design pattern for calling multiple assemblies Pin
mpavas19-Jan-09 18:24
mpavas19-Jan-09 18:24 
QuestionMDI Form Pin
Abdul Rahman Hamidy18-Jan-09 19:05
Abdul Rahman Hamidy18-Jan-09 19:05 
AnswerRe: MDI Form Pin
CodingYoshi18-Jan-09 19:20
CodingYoshi18-Jan-09 19:20 
GeneralRe: MDI Form Pin
Abdul Rahman Hamidy18-Jan-09 19:38
Abdul Rahman Hamidy18-Jan-09 19:38 
GeneralRe: MDI Form Pin
CodingYoshi18-Jan-09 19:46
CodingYoshi18-Jan-09 19:46 
GeneralRe: MDI Form Pin
Abdul Rahman Hamidy18-Jan-09 20:09
Abdul Rahman Hamidy18-Jan-09 20:09 
GeneralRe: MDI Form Pin
CodingYoshi19-Jan-09 3:37
CodingYoshi19-Jan-09 3:37 
GeneralRe: MDI Form Pin
Abdul Rahman Hamidy21-Jan-09 17:57
Abdul Rahman Hamidy21-Jan-09 17:57 
QuestionHow to do Load Baancing for GSM Modem? Pin
Aghosh Babu18-Jan-09 18:48
Aghosh Babu18-Jan-09 18:48 
Questionhow to find out when system going to be shut down Pin
azad yadav18-Jan-09 17:45
azad yadav18-Jan-09 17:45 
AnswerRe: how to find out when system going to be shut down Pin
«_Superman_»18-Jan-09 17:56
professional«_Superman_»18-Jan-09 17:56 
AnswerRe: how to find out when system going to be shut down Pin
N a v a n e e t h18-Jan-09 20:50
N a v a n e e t h18-Jan-09 20:50 
AnswerRe: how to find out when system going to be shut down Pin
Giorgi Dalakishvili19-Jan-09 0:43
mentorGiorgi Dalakishvili19-Jan-09 0:43 
Questiontype def in c# Pin
lawrenceinba18-Jan-09 17:43
lawrenceinba18-Jan-09 17:43 
AnswerRe: type def in c# Pin
CodingYoshi18-Jan-09 19:17
CodingYoshi18-Jan-09 19:17 

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.