Re: [Mono-dev] Porting HttpApplication and associated classes

2014-11-20 Thread Miguel de Icaza
First, we need to the fork and sub-module up and running for the reference source, so I can doing pull requests on there. The referencesource submodule is there Second, come up with a way to exclude code without deleting it (I'm assuming we won't to go down the #ifdef route rather than

Re: [Mono-dev] Porting HttpApplication and associated classes

2014-11-20 Thread Martin Thwaites
Thanks Miguel, I'll get started properly tonight. So the DEFINE will be #if !CROSS_PLATFORM to exclude anything that is native and won't work on non-windows? On 20 November 2014 13:27, Miguel de Icaza mig...@xamarin.com wrote: First, we need to the fork and sub-module up and running for the

[Mono-dev] Long time Mono devs: share lessons learned for .NET Core

2014-11-20 Thread Alexander Köplinger
MS is looking for some insights into the early days of Mono for the .NET Core effort over at the .NET foundation forums (http://forums.dotnetfoundation.org/t/the-early-days-of-mono/497): I'm working on banging into shape the engineering systems for the Linux ports of the .NET Core effort. I

Re: [Mono-dev] Porting HttpApplication and associated classes

2014-11-20 Thread Miguel de Icaza
Yes. We will add the defines to the build profile so you get them soon On Thursday, November 20, 2014, Martin Thwaites monofo...@my2cents.co.uk wrote: Thanks Miguel, I'll get started properly tonight. So the DEFINE will be #if !CROSS_PLATFORM to exclude anything that is native and won't

[Mono-dev] Mono on Embedded Platform

2014-11-20 Thread techi eth
Hey, I am very new to mono. I am looking forward to use this great platform over Linux on ARM target. I have following point to check before start. 1) 1) How can I achieve small footprint from mono. I have followed the below link but it produces install directory which is more than 100

Re: [Mono-list] Cross-Platform GUI Tookit

2014-11-20 Thread Lluis Sanchez Gual
Xamarin Studio / MonoDevelop is not really going to use MVVM, it will use MVC. El 18/11/2014, a les 21:33, Daniel Hughes tramps...@gmail.com va escriure: Jonathan can you comment on Xamarins plans for MVVM with Xamarin Studio/MonoDevelop, can we expect GTK# support to be added to MVVMCross,

[Mono-list] ASP.net and Licensing

2014-11-20 Thread aleksit
Hey What is licensing terms of ASP.net of mono ? Is they same than licenses of mono ? Can I do commercial software with it and if I can what kind of things I need to add with my project ? And what is the license terms if I host my project for customers ? Do I need to buy Xamarin license ? --

[Mono-list] Raspberry for the C# program

2014-11-20 Thread jagroop77
Dear Friends, We have a application where we have to capture some data from the field and process. So, we decided to use Raspberry which is on Linux. For processing we want to use C# program.I came to know that with MONO the C# program can run on Linux OS. Is it a good idea or do you suggest

Re: [Mono-list] Raspberry for the C# program

2014-11-20 Thread Agustin Gimenez
Hi Jagroop. There are many solutions, I'm on the process of creating a framework to manipulate the Raspberry hardware from C#, you can find it at https://github.com/gusmanb/RaspiSharp It's the starting point and i'm evolving it a lot, so expect breaking changes in near future. To install mono

Re: [Mono-list] Raspberry for the C# program

2014-11-20 Thread Wayne Douglas
Mono is very, very good on Linux, I am using it as my main platform for personal and freelance projects. There are some issues - it is not 100% perfect but it is very, very good and reasonably stable. Unfortunately I am stuck with Windows for corporate development for the foreseeable future but I

Re: [Mono-list] ASP.net and Licensing

2014-11-20 Thread William Ivanski
Great question, I would like to know that too. William Ivanski 2014-11-20 9:13 GMT-02:00 aleksit aleksi.tanska...@live.com: Hey What is licensing terms of ASP.net of mono ? Is they same than licenses of mono ? Can I do commercial software with it and if I can what kind of things I need to

Re: [Mono-list] Binding Cocoa examples?

2014-11-20 Thread Michael McGlothlin
Where is the BaseType attribute defined? Xamarin Studio doesn't seem to include it in either Mono or Xamarin Mac versions. The only binding template I see is for iOS. Thanks, Michael McGlothlin Sent from my iPhone On Nov 19, 2014, at 7:02 PM, Miguel de Icaza mig...@xamarin.com wrote: hey,

Re: [Mono-list] ASP.net and Licensing

2014-11-20 Thread Martin Thwaites
Does this not cover it? https://github.com/mono/mono/blob/master/LICENSE (Note, I'm not a legal expert so if you're concerned in anyway, get you lawyer to look into it) You've got to look at the individual libraries you're using though. If they are Mono libraries, chances are they are MIT/X11,

Re: [Mono-list] ASP.net and Licensing

2014-11-20 Thread William Ivanski
I think Martin is right. Reading mono license, at first glance is possible to see that everybody can use mono to develop, build and host ASP.NET websites (WebForms or MVC) for commercial purposes. I already developed some ASP.NET applications and run then on mono for personal and freelance

Re: [Mono-list] ASP.net and Licensing

2014-11-20 Thread Edward Ned Harvey (mono)
From: mono-list-boun...@lists.ximian.com [mailto:mono-list- boun...@lists.ximian.com] On Behalf Of aleksit Hey What is licensing terms of ASP.net of mono ? Is they same than licenses of mono ? Can I do commercial software with it and if I can what kind of things I need to add with my