Click here to Skip to main content
15,884,986 members
Home / Discussions / C#
   

C#

 
GeneralRe: XML Search Pin
PIEBALDconsult27-Apr-11 3:06
mvePIEBALDconsult27-Apr-11 3:06 
QuestionAdding missing header information in tiff files Pin
meeram39526-Apr-11 20:12
meeram39526-Apr-11 20:12 
AnswerRe: Adding missing header information in tiff files Pin
Pete O'Hanlon26-Apr-11 22:01
mvePete O'Hanlon26-Apr-11 22:01 
AnswerRe: Adding missing header information in tiff files Pin
Ravi Sant9-May-11 23:33
Ravi Sant9-May-11 23:33 
QuestionServices-like platform? Pin
NaNg1524126-Apr-11 11:23
NaNg1524126-Apr-11 11:23 
AnswerRe: Services-like platform? Pin
Justin Helsley26-Apr-11 12:50
Justin Helsley26-Apr-11 12:50 
GeneralRe: Services-like platform? Pin
NaNg1524126-Apr-11 21:34
NaNg1524126-Apr-11 21:34 
GeneralRe: Services-like platform? Pin
Justin Helsley27-Apr-11 21:29
Justin Helsley27-Apr-11 21:29 
I would search codeproject for examples of using Managed Extensibility Framework (MEF). I did a quick search and the latest versions should work under Mono.

Try: http://www.codeproject.com/Articles/56635/Managed-Extensibility-Framework.aspx for a MEF intro.

Going the MEF / roll your own solution route you can't avoid writing some OS specific code to start your "services" with the system but that shouldn't be too hard.

Option 2: Check out http://linux.die.net/man/1/mono-service[^] which basically allows you to run .net windows services under mono/linux with little if any code change required.
~Justin_H

QuestionFrequency-shifting Auditory Feedback Pin
mehdiattar26-Apr-11 9:51
mehdiattar26-Apr-11 9:51 
AnswerRe: Frequency-shifting Auditory Feedback Pin
Richard MacCutchan26-Apr-11 9:54
mveRichard MacCutchan26-Apr-11 9:54 
GeneralRe: Frequency-shifting Auditory Feedback Pin
AspDotNetDev26-Apr-11 12:59
protectorAspDotNetDev26-Apr-11 12:59 
GeneralRe: Frequency-shifting Auditory Feedback Pin
gavindon26-Apr-11 14:05
gavindon26-Apr-11 14:05 
AnswerRe: Frequency-shifting Auditory Feedback Pin
JP_Rocks26-Apr-11 23:33
JP_Rocks26-Apr-11 23:33 
Questionz-index problem with transparent controls Pin
nessy0026-Apr-11 3:14
nessy0026-Apr-11 3:14 
AnswerRe: z-index problem with transparent controls Pin
Groulien27-Apr-11 0:21
Groulien27-Apr-11 0:21 
QuestionAsync sockets Pin
Haim Nachum26-Apr-11 2:41
Haim Nachum26-Apr-11 2:41 
AnswerRe: Async sockets Pin
David198726-Apr-11 3:19
David198726-Apr-11 3:19 
GeneralRe: Async sockets Pin
Haim Nachum26-Apr-11 5:51
Haim Nachum26-Apr-11 5:51 
GeneralRe: Async sockets Pin
David198726-Apr-11 6:09
David198726-Apr-11 6:09 
AnswerRe: Async sockets Pin
Rick Shaub26-Apr-11 5:49
Rick Shaub26-Apr-11 5:49 
QuestionExcel export problem Pin
vineesh v26-Apr-11 0:22
vineesh v26-Apr-11 0:22 
AnswerRe: Excel export problem Pin
Ravi Sant26-Apr-11 0:33
Ravi Sant26-Apr-11 0:33 
QuestionConverting Multipage Tiff files into PDF files Pin
meeram39525-Apr-11 20:54
meeram39525-Apr-11 20:54 
AnswerRe: Converting Multipage Tiff files into PDF files Pin
Kraeven25-Apr-11 21:43
Kraeven25-Apr-11 21:43 
GeneralRe: Converting Multipage Tiff files into PDF files Pin
meeram39525-Apr-11 22:54
meeram39525-Apr-11 22:54 

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.