Skip to main content

Developing .NET Applications with Mono in Linux

Mono is a Cross Platform, Open Source .NET development framework
  1. Install MonoDevelop IDE
    Go to terminal sudo apt-get install monodevelop
  2. To run asp.net application you'll need a webserver with asp.net support
    XSP is a simple web server written in C# that can be used to run asp.net applications sudo apt-get install mono-xsp2
  3. Now You are ready to go
  4. Applications->Programming->MonoDevelop and start developing .NET applications from your ubuntu
  5. To develop VB.NET applications sudo apt-get install mono-vbnc
Lots of other packages and plugins are also available for mono. Try them by yourself. And enjoy the freedom of OpenSource

Comments

  1. -> WvDial: Internet dialer version 1.60
    --> Cannot get information for serial port.
    --> Initializing modem.
    --> Sending: ATZ
    ATZ
    OK
    --> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
    ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
    OK
    --> Modem initialized.
    --> Configuration does not specify a valid phone number.
    --> Configuration does not specify a valid login name.
    --> Configuration does not specify a valid password.

    ReplyDelete
  2. this was the response. also after saving the vim how to escape from the vim mode? This comment is after the wvdial settings.

    ReplyDelete
  3. It seems, you haven't entered a phone number, a login name and a password or you forgot to remove the ; symbol from the beginning of field line
    Check these and try again.......

    ReplyDelete

Post a Comment

Popular posts from this blog

A Quick Config for wvdial

wvdial is a PPP Dialer, which you can use for dialing your dial-up modems Connect your gsm modem to your pc via usb Now check whether your modem has connected or not issue this command on the terminal lsusb Now run wvdialconf , which will automatically create the wvdial.conf files with the necessary data about your gsm device Now you need to edit the wvdial.conf file vim /etc/wvdial.conf add this line Init3 = AT+CGDCONT=1,"IP","here write your access point" Remove ; infront of Phone , Username and Password  Add your username and password after deleting <your username="username"> and <your password="password"> Add the number to dial after Phone= Eg: Phone=*99# Now save the file by issuing the command :wq in command mode of the vim Now to Connect to Internet using your gsm modem, issue this command on the terminal sudo wvdial  NB : You may need root privilege to perform the above mentioned tasks. Prepend sudo...

wanna change the name of your home folder

Goto system->Adminstration->Users and Groups (user settings) Now unlock with your admininstrator pass word -> select your user account-> click on properties under the Advance tab change the name of your home folder now close it In the terminal type sudo nautilus navigate to your home directory now change its name, Restart the system N.B: Never rename the home folder before changing it in the user settings, because you cant access it after renaming the home folder but after restart eveything will be OK