Click here to Skip to main content
15,893,368 members
Home / Discussions / Article Writing
   

Article Writing

 
Questionwhere to begin? Pin
stuttgart26-Sep-08 12:39
stuttgart26-Sep-08 12:39 
AnswerRe: where to begin? Pin
Pete O'Hanlon26-Sep-08 23:35
mvePete O'Hanlon26-Sep-08 23:35 
AnswerRe: where to begin? Pin
Paul Conrad27-Sep-08 5:18
professionalPaul Conrad27-Sep-08 5:18 
AnswerRe: where to begin? Pin
LloydA1114-Oct-08 3:38
LloydA1114-Oct-08 3:38 
Questionneed a c++ program Pin
juhi.sweetest23-Sep-08 6:13
juhi.sweetest23-Sep-08 6:13 
AnswerRe: need a c++ program Pin
Paul Conrad27-Sep-08 5:20
professionalPaul Conrad27-Sep-08 5:20 
AnswerRe: need a c++ program Pin
Vivi Chellappa26-Oct-08 5:49
professionalVivi Chellappa26-Oct-08 5:49 
QuestionArticle Collaboration on Visually Graphing the Service Dependencies of an IoC Container? Pin
Philip Laureano18-Sep-08 17:02
Philip Laureano18-Sep-08 17:02 
I've been working furiously on my new IoC container and one of the things that it can do is enumerate the available services inside a container as well as enumerate the types that implement each service name and service type. Here's an example:

// Instantiate the list of available services
var services = from info in container.AvailableServices
               where info.ServiceType == typeof(IMyService)
               && info.ServiceName == "MyService"
               select container.GetService(info); 

// Do something with the graph of services here


The problem is that graphics isn't my expertise, and I'm not sure if I have enough time to learn all the intricacies of either WPF or GraphViz in order to get this article up and running. I've got plenty of experience working with component architectures, but I'm going to need someone to help me get the graphical elements up and running in a short amount of time.

Any takers? Smile | :)

Do you know...LinFu?

QuestionChanging the segmented progress bar in windows xp home edition. Pin
Robert Winchell11-Sep-08 20:48
Robert Winchell11-Sep-08 20:48 
AnswerRe: Changing the segmented progress bar in windows xp home edition. Pin
ChandraRam11-Sep-08 21:09
ChandraRam11-Sep-08 21:09 
QuestionYour opinion on these ideas Pin
leckey1-Sep-08 12:07
leckey1-Sep-08 12:07 
AnswerRe: Your opinion on these ideas Pin
Paul Conrad1-Sep-08 12:31
professionalPaul Conrad1-Sep-08 12:31 
AnswerRe: Your opinion on these ideas Pin
Scott Dorman2-Sep-08 10:06
professionalScott Dorman2-Sep-08 10:06 
AnswerRe: Your opinion on these ideas Pin
Rane12-Sep-08 6:42
Rane12-Sep-08 6:42 
Questionvb.net datagrid cell merging [modified] Pin
mmel_g27-Aug-08 19:44
mmel_g27-Aug-08 19:44 
AnswerRe: vb.net datagrid cell merging Pin
Scott Dorman28-Aug-08 9:29
professionalScott Dorman28-Aug-08 9:29 
QuestionRuby Pin
TonicX5725-Aug-08 10:56
TonicX5725-Aug-08 10:56 
Questionrequest: reading PDF... article's body of text... article's attribute ...searching for key words in article Pin
howard_nyc@yahoo.com22-Aug-08 18:43
howard_nyc@yahoo.com22-Aug-08 18:43 
Answer[Off Topic]Re: request: reading PDF... article's body of text... article's attribute ...searching for key words in article Pin
Scott Dorman25-Aug-08 5:52
professionalScott Dorman25-Aug-08 5:52 
QuestionDB Normalisation. PinPopular
Pete O'Hanlon22-Aug-08 9:40
mvePete O'Hanlon22-Aug-08 9:40 
AnswerRe: DB Normalisation. Pin
Adam Maras22-Aug-08 12:04
Adam Maras22-Aug-08 12:04 
GeneralRe: DB Normalisation. Pin
Perspx22-Aug-08 12:10
Perspx22-Aug-08 12:10 
AnswerRe: DB Normalisation. Pin
Paul Conrad22-Aug-08 18:10
professionalPaul Conrad22-Aug-08 18:10 
AnswerRe: DB Normalisation. Pin
Syed Mehroz Alam26-Aug-08 19:11
Syed Mehroz Alam26-Aug-08 19:11 
GeneralRe: DB Normalisation. Pin
Pete O'Hanlon26-Aug-08 22:12
mvePete O'Hanlon26-Aug-08 22:12 

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.