Click here to Skip to main content
15,918,596 members
Home / Discussions / C#
   

C#

 
AnswerRe: Is it possible to insert a text from a web browser control in c# . Pin
Sathesh Sakthivel20-Oct-08 5:56
Sathesh Sakthivel20-Oct-08 5:56 
QuestionRun C# application on Macintosh Pin
y.aitelmaati20-Oct-08 4:16
y.aitelmaati20-Oct-08 4:16 
AnswerRe: Run C# application on Macintosh Pin
Sathesh Sakthivel20-Oct-08 4:20
Sathesh Sakthivel20-Oct-08 4:20 
GeneralRe: Run C# application on Macintosh Pin
y.aitelmaati20-Oct-08 4:32
y.aitelmaati20-Oct-08 4:32 
GeneralRe: Run C# application on Macintosh Pin
jzonthemtn20-Oct-08 4:41
jzonthemtn20-Oct-08 4:41 
GeneralRe: Run C# application on Macintosh Pin
y.aitelmaati20-Oct-08 4:45
y.aitelmaati20-Oct-08 4:45 
GeneralRe: Run C# application on Macintosh Pin
jzonthemtn20-Oct-08 4:49
jzonthemtn20-Oct-08 4:49 
GeneralRe: Run C# application on Macintosh Pin
Simon P Stevens20-Oct-08 4:48
Simon P Stevens20-Oct-08 4:48 
Laugh | :laugh: Laugh | :laugh:

If you want your app to run on multiple platforms you really need to think about it much earlier in the project.

SQL server does not run on Macs. If SQL is a requirement, you could consider running the server on a seperate windows PC, and the app on a mac. Or you could consider switching to one of the many other database products available that will run on a mac. This will most likely require some changes to your app though to work with the different database, although if you've only used fairly simple standard stuff, with any luck you won't have too much to change.

DBMS packages - operating system support[^]

(Popular ones are Oracle, MySQL and PostgreSQL)

Going right back, although mono does run .net apps, it certainly does not off complete support. There are large portions of the framework missing, so you may find that some features of .net that you have used don't work on mono. Again, if you want your app to be multi platform you need to design it that way from the beginning.

Simon

GeneralRe: Run C# application on Macintosh Pin
led mike20-Oct-08 5:13
led mike20-Oct-08 5:13 
GeneralRe: Run C# application on Macintosh Pin
Dave Kreskowiak20-Oct-08 4:51
mveDave Kreskowiak20-Oct-08 4:51 
GeneralRe: Run C# application on Macintosh Pin
y.aitelmaati20-Oct-08 5:01
y.aitelmaati20-Oct-08 5:01 
GeneralRe: Run C# application on Macintosh Pin
Paul Conrad20-Oct-08 6:04
professionalPaul Conrad20-Oct-08 6:04 
AnswerRe: Run C# application on Macintosh Pin
Paul Conrad20-Oct-08 6:03
professionalPaul Conrad20-Oct-08 6:03 
QuestionRecieving posts without a web service Pin
Vodstok20-Oct-08 4:12
Vodstok20-Oct-08 4:12 
AnswerRe: Recieving posts without a web service Pin
Sathesh Sakthivel20-Oct-08 4:16
Sathesh Sakthivel20-Oct-08 4:16 
GeneralRe: Recieving posts without a web service Pin
Vodstok20-Oct-08 4:29
Vodstok20-Oct-08 4:29 
GeneralRe: Recieving posts without a web service Pin
Sathesh Sakthivel20-Oct-08 4:35
Sathesh Sakthivel20-Oct-08 4:35 
AnswerRe: Recieving posts without a web service Pin
Ennis Ray Lynch, Jr.20-Oct-08 4:46
Ennis Ray Lynch, Jr.20-Oct-08 4:46 
GeneralRe: Recieving posts without a web service Pin
Vodstok20-Oct-08 5:10
Vodstok20-Oct-08 5:10 
QuestionCallback Function Being Garbage Collected Too Soon Pin
Patrick Skelton20-Oct-08 3:50
Patrick Skelton20-Oct-08 3:50 
AnswerRe: Callback Function Being Garbage Collected Too Soon Pin
Ennis Ray Lynch, Jr.20-Oct-08 5:35
Ennis Ray Lynch, Jr.20-Oct-08 5:35 
GeneralSolved Pin
Patrick Skelton21-Oct-08 23:36
Patrick Skelton21-Oct-08 23:36 
QuestionCrystal Reports Runtime Files Pin
pcjd6320-Oct-08 3:19
pcjd6320-Oct-08 3:19 
AnswerRe: Crystal Reports Runtime Files Pin
selcuks20-Oct-08 4:22
selcuks20-Oct-08 4:22 
QuestionProgressbar on MDI parent status bar Pin
Member 369523620-Oct-08 3:09
Member 369523620-Oct-08 3:09 

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.