I`m developing an application which receives data from my GPS device like coordinates, speed etc via GPRS of the device to my linux OS server using IP and PORT no.
I want to know does .NET framework 4.0 applications will run on linux OS?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use mono to run C# applications on linux. I believe 3.5 is the latest framework that is supported however. You can check it out here: Mono Project