How to build Mono Application on linux [closed] - linux

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I have 2 .cs files and a .dll file. i would like to build an run it on Debian Linux.
Were can i find a good tutorial on how to do this.

Install Mono
At terminal use mcs to compile your source files, just like what you do on Windows with csc, http://linux.die.net/man/1/mcs
Another option is to install MonoDevelop and create a new project with your files.

Related

Setting up of Linux Server for web applications (Apache) [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Hi is there anyone out there that could tell me how to set up a Linux server (running CetOS 6)
to host some web apps? I want to be able to deploy to the server and update the apps by a re-deploy.
Thanks
Will
You can probably start from here:
http://www.lifelinux.com/how-to-setup-a-lamp-server-on-centos-6-0/
The LAMP software package was created for exactly that purpose. It comes with all software and installation/setup instructions you could ever need. Look at the external links in the referenced Wikipedia page.

How to download a .exe automatically (without user interaction) from a web page? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
That is when someone opens this web page, the .exe automatically gets downloaded in his system without any user's interaction.
Usually that is considered opening a hole for viruses. Most browsers will warn the users that they are about to download an executable and there isn't a way to work around it.

How to publish the windows 8 application to windows store? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
How to publish the windows 8 and WP8 application to windows store?
I use the visual studio 2012 to develop the application.
Please tell me some detials and the steps.
Thank you very much.
http://blogs.msdn.com/b/windowsstore/archive/2012/02/13/submitting-your-windows-8-apps.aspx
Check this link... talks almost everything about publishing your app

Regarding arch linux GUi transition [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I have intalled Arch linux "archlinux-2011.08.19-core-i686.iso" in my VM ware player. When i reboots my OS , it is coming in console terminal.
How can i go to GUI terminal ?
i tried with startx command but it is throwing command not found.
I am very beginner to this linux world.
Plz help me in this.
You have to install a Desktop environment if you want one, Arch doesn't install one by default.
Install X as described in the beginner's manual, then install Gnome or KDE, for example.
As a sidenote, if you're very new to linux, you may want to start with Fedora or Ubuntu instead of Arch.

How do i specify midlet before packaging j2me application? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
i am able to package my application in eclipse.... but when i install application on mobile phone... it says midlet not specified ... so how would set i starting midlet in some settings before packaging...
There will be a .jad file in your project. Open that and specify you midlet class.

Resources