December 14th, 2009
Jimmy

Mono is a Novell and Microsoft sponsored effort to bring the .NET framework to Linux. Microsoft has partnered with Novell to provide the tools and libraries necessary for .NET development on the Linux platform. Currently the Mono project supports the .NET framework 3.5 to include WinForms 2.0. Some of the new technologies such as Silverlight and WPF have yet to make it into the Mono stable releases but the mono team told me that they are tracking Silverlight 3.0 and 4.0.
Hello,
No, you do not need to get any licenses for your customers if you develop with Moonlight.
Yes, Moonlight is tracking Silvelright 3 and 4.
On Fri, Dec 11, 2009 at 4:51 PM, wrote:
Sender: jimburnettva@…….
Message:
Do I need to get a license for my customers websites if I develop in Moonlight. Also, will Moonlight support SilverLight 3.0 and 4.0?
Thanks
-Jim
December 14th, 2009
Jimmy
MonoDevelop is an IDE primarily designed for C# and other .NET languages. MonoDevelop enables developers to quickly write desktop and ASP.NET Web applications on Linux. MonoDevelop makes it easy for developers to port .NET applications created with Visual Studio to Linux and to maintain a single code base for all platforms.
I have personally used MonoDevelop and I must say it has come along nice sense the first versions. There is now a GUI IDE that lets you easily develop applications via drag and drog Visual Style development. This makes really easy and rapid development for Linux, Windows and even MAC. Another cool feature is that your programs will run on all three major platforms with virtually no code modification and all Microsoft .NET!
The Windows version of MonoDevelop is located here. You’ll also need to install the GTK# which is located on the same page.
In a program I made in C# .NET I needed the ability to post data to a PHP script. I wanted the data to be posted as if I was filling out the form on a web page. After trying a few different methods of doing this, mostly just putting the data in a query string, I found this method to work the best. It uses a true HTML POST.
Read more…
If you are a software developer you may or may not know that you can run your .NET 1.0 and .NET 2.0 applications natively in Linux. Even Windows.Forms (GUI Programs) programs can be run natively, making .NET a great and easy tool for cross platform development. Read more…