Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Mono

Mono

Scheduled Pinned Locked Moved The Lounge
csharpasp-netquestionworkspace
13 Posts 8 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D devvvy

    1. Guys, does anyone here has experience with MONO in production environment/ASP.NET? 2. names of companies using Mono in production environment? Norman Fung (c)

    C Offline
    C Offline
    code frog 0
    wrote on last edited by
    #3

    Used it. It's cool. What are you wondering? If you can be specific about your questions maybe we can give you specific answers on if something might be possible with it. Don't get too specific though if you need to do that post it in C# or Web Development.;P - Rex

    My name is Maximus Decimus Meridius, commander of the Armies of the North, General of the Felix Legions, loyal servant to the true emperor, Marcus Aurelius. Father to a murdered son, husband to a murdered wife. And I will finish this project, in this life or the next. Slightly modified " from Gladiator. Code-frog System Architects, Inc.

    G 1 Reply Last reply
    0
    • D devvvy

      1. Guys, does anyone here has experience with MONO in production environment/ASP.NET? 2. names of companies using Mono in production environment? Norman Fung (c)

      M Offline
      M Offline
      Matt Newman
      wrote on last edited by
      #4

      Eesh, I had Mono once... Don't know why anyone would WANT it... Wait a second... You meant the other mono. Ooops :P Seriously though, the only things I have seen on it are purely academic and nothing "real world" Matt Newman
      Even the very best tools in the hands of an idiot will produce something of little or no value. - Chris Meech on Idiots

      D D K 3 Replies Last reply
      0
      • C code frog 0

        Used it. It's cool. What are you wondering? If you can be specific about your questions maybe we can give you specific answers on if something might be possible with it. Don't get too specific though if you need to do that post it in C# or Web Development.;P - Rex

        My name is Maximus Decimus Meridius, commander of the Armies of the North, General of the Felix Legions, loyal servant to the true emperor, Marcus Aurelius. Father to a murdered son, husband to a murdered wife. And I will finish this project, in this life or the next. Slightly modified " from Gladiator. Code-frog System Architects, Inc.

        G Offline
        G Offline
        Graham Bradshaw
        wrote on last edited by
        #5

        My main question is the cross-platformness of it. Have you tried, for example, writing a program in Visual Studio on Windows, and then taken the compiled byte-code, and running it on, say, Linux on non-Wintel hardware? Is that possible, or have I misunderstood something?

        D G 2 Replies Last reply
        0
        • G Graham Bradshaw

          My main question is the cross-platformness of it. Have you tried, for example, writing a program in Visual Studio on Windows, and then taken the compiled byte-code, and running it on, say, Linux on non-Wintel hardware? Is that possible, or have I misunderstood something?

          D Offline
          D Offline
          Daniel Turini
          wrote on last edited by
          #6

          Graham Bradshaw wrote: Have you tried, for example, writing a program in Visual Studio on Windows, and then taken the compiled byte-code, and running it on, say, Linux on non-Wintel hardware? Is that possible, or have I misunderstood something? Yes, it is possible and I did it. You can even get MS own framework DLLs, most of them which don't contain native code or do Interop will work. Although there are also compilers available for Mono. I see dead pixels Yes, even I am blogging now!

          1 Reply Last reply
          0
          • M Matt Newman

            Eesh, I had Mono once... Don't know why anyone would WANT it... Wait a second... You meant the other mono. Ooops :P Seriously though, the only things I have seen on it are purely academic and nothing "real world" Matt Newman
            Even the very best tools in the hands of an idiot will produce something of little or no value. - Chris Meech on Idiots

            D Offline
            D Offline
            Daniel Turini
            wrote on last edited by
            #7

            Matt Newman wrote: Wait a second... You meant the other mono. Ooops You mean, a monkey in Spanish ;) I see dead pixels Yes, even I am blogging now!

            1 Reply Last reply
            0
            • D devvvy

              1. Guys, does anyone here has experience with MONO in production environment/ASP.NET? 2. names of companies using Mono in production environment? Norman Fung (c)

              K Offline
              K Offline
              Kevin McFarlane
              wrote on last edited by
              #8

              Novell's iFolder 3 is written in Mono. I assume it's used within Novell at least. There's a company in Germany which ported an app. from Windows to Linux using Mono. The customer was German local government. Kevin

              D 1 Reply Last reply
              0
              • G Graham Bradshaw

                My main question is the cross-platformness of it. Have you tried, for example, writing a program in Visual Studio on Windows, and then taken the compiled byte-code, and running it on, say, Linux on non-Wintel hardware? Is that possible, or have I misunderstood something?

                G Offline
                G Offline
                Giles
                wrote on last edited by
                #9

                Yep, I mainly code and develop on Windows, and then copy the built files over to Linux to run on Mono when I'm done. Works fine for me, though GUI stuff I've had problems with, though I did not try hard enough getting all the components installed. These days the all in one installer installs all the GUI components for you. When I last tried it I had to find them and build them myself, and it was tedious. Its easy to compile on Mono as well under Linux. I've heard Shard develop is not bad either.

                1 Reply Last reply
                0
                • M Matt Newman

                  Eesh, I had Mono once... Don't know why anyone would WANT it... Wait a second... You meant the other mono. Ooops :P Seriously though, the only things I have seen on it are purely academic and nothing "real world" Matt Newman
                  Even the very best tools in the hands of an idiot will produce something of little or no value. - Chris Meech on Idiots

                  D Offline
                  D Offline
                  devvvy
                  wrote on last edited by
                  #10

                  Is it really so bad? Norman Fung

                  1 Reply Last reply
                  0
                  • K Kevin McFarlane

                    Novell's iFolder 3 is written in Mono. I assume it's used within Novell at least. There's a company in Germany which ported an app. from Windows to Linux using Mono. The customer was German local government. Kevin

                    D Offline
                    D Offline
                    devvvy
                    wrote on last edited by
                    #11

                    so... where's it heading, do you see Mono becoming a viable option in near future? Norman Fung (c)

                    K 1 Reply Last reply
                    0
                    • D devvvy

                      so... where's it heading, do you see Mono becoming a viable option in near future? Norman Fung (c)

                      K Offline
                      K Offline
                      Kevin McFarlane
                      wrote on last edited by
                      #12

                      I can imagine that it could be useful if, say, Linux or MacOS X become more popular. Then Mono could provide a route for MS-centric software houses to port apps. to these platforms without having to learn Java or C++ and an X-platform GUI framework. I gather this is what this German company did. Of course as Mono is not 100% compatible with MS's .NET they still had to do some work but it was a lot easier than having to learn and rewtite everything in Java. Here's the link: http://www.novell.com/success/volcker.html[^] With Novell, this is different. Presumably they must already have in-house java knowledge, yet they've chosen to use Mono for this iFolder app. So presumably there must have been some sound technical reasons for the choice? Kevin

                      1 Reply Last reply
                      0
                      • M Matt Newman

                        Eesh, I had Mono once... Don't know why anyone would WANT it... Wait a second... You meant the other mono. Ooops :P Seriously though, the only things I have seen on it are purely academic and nothing "real world" Matt Newman
                        Even the very best tools in the hands of an idiot will produce something of little or no value. - Chris Meech on Idiots

                        K Offline
                        K Offline
                        Kevin McFarlane
                        wrote on last edited by
                        #13

                        Matt Newman wrote: Seriously though, the only things I have seen on it are purely academic and nothing "real world" These are real world. See http://www.novell.com/success/volcker.html[^] and http://www.ifolder.com/[^] Kevin

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups