Some programming language implementations provide a Read, Evaluate, Print Loop interactive shell to allow the programmer to evaluate expressions and program fragments, and to program in an incremental, interactive manner.
What implementations of a C# REPL have you used, and liked? It would be nice to have one that could integrate with V...
Hi everbody,
I want to use ASP.Net on Linux because of license problems and costs. Can you compare its performance?
We coded a few asp.net applications and work well on windows server, can we migrate to linux + apache + mono without any changing? Framework version is 2.0.
...
My question is similar to this one and this one, but there is a slight difference. So that's why I am asking it here.
I have a shiny .Net 3.5 Windows Service ( with NHibernate, LINQ, lambda expression) etc, running on Windows. Now I plan to port my app to Linux, so I am thinking about Mono.
Can I just compile my .net app in Windows, an...
I have a GTK# Text View with word wrap and scroll bars turned on. I know that horizontal scroll bars will not be show because the words will wrap instead.
I want to add some text but before adding it I want to find out if the text will fit without the need for a vertical scroll bar.
I don't want to add the text if it means that the tex...
I've been following/using Mono for a while for .NET development in Linux. After reading about this recent controversy and the link this article provides to DotGNU Portable .NET I wanted to know your experiences with both implementations, and what the palpable diferences between these two projects are. For instance, I had no idea that ...
Hello all.
This is my first question here, so please don't shoot.
I've been playing with Linux recently (Ubuntu 9.04 and openSUSE 11.1) with focus on web services. The simple Hello World web service (as described on mono-project.com) works fine. Now I need to step into the wonderful world of WCF (I'm familiar with the concept). And I'm...
I'm attempting to port a C# application to .NET (client server), and am running into issues with serialization.
The Linux client serializes and object, but the Windows server is unable to deserialize it, giving the error:
System.Runtime.Serialization.SerializationException
Field "MarshalByRefObject+__identity" not found in class
Deser...
I am getting started doing ASP.NET on my Mac using Mono, and I'm wondering which databases people have used in this setup. I'd be looking for something that is easy to set up, as this is just for fun and for continued learning of ASP.NET.
...
C# looks great because it is a compiled language which seems to run quite well without too much CPU and does not consume too much memory. And StackOverflow and ServerFault are good examples of an MVC/.Net/C# stack that scales.
C# is also interesting because despite being compiled, it still has a lot of advanced features as a language on...
Hi,
the currently ongoing flame wars on the subject Mono and patents I wanted a look behind the curtains and propaganda material from both sides, but this doesn't seem to be so easy.
What seems to be pretty clear is that anything not under the ECMA standard is endangered, especially libraries - but on the topic of the standard covered ...
Shaml looks awesome for project kick-start.
Would be great if it could be configured to also include NHibernate Search and other Contrib projects. Any plans for this?
...
Do PowerShell scripts run under Mono?
I would like to run them on a Mac.
...
This will be a Windows Forms application deployed through ClickOnce.
The plan is to use the WebBrowser control to expose a web application that makes use of Active-X controls. Using window.external and InvokeScript, the objects will be replaced with references to Reg-Free COM objects (SXS). I know this sounds like a mess, but it's a les...
Every time I try and update a row via SqlDataAdapter.Update() in Mono, I get:
Unhandled Exception: System.Data.DBConcurrencyException: Concurrency violation:
the UpdateCommand affected 0 records.
at System.Data.Common.DbDataAdapter.Update (System.Data.DataRow[] dataRows, Sy
stem.Data.Common.DataTableMapping tableMapping) [0x00000]
Th...
Can anyone tell me is it possible to executing '.exe' or '.dll' file(s) to run Asp.net on Linux server?
I know its possible with the use of Mono project.
But is it possible with the use of Mono Project?
Thanks in advance.
...
For a developer with a Java background, I am interested in exploring software development using the ASP.NET tools/platform as well.
Java web applications (.jsp and servlets) can run on many server platforms.
Question: Will a .NET web application be able to run in a Linux based server? Considering the scenario of not being able to use ...
Does anyone know if it's possible to call a Perl sub from Mono in C#? This is on a Linux machine.
Maybe DllImport? We want to avoid loading perl every time if possible, as well.
...
Googling "csharp mode emacs" yields the page
http://www.emacswiki.org/emacs/CSharpMode
which includes a few links to various downloadable emacs lisp files. The 2005 link (DylanMoonfire) is broken, so I downloaded:
http://lists.ximian.com/pipermail/mono-list/2002-May/006182.html
as ~/.emacslib/csharp-mode.el
and added:
(auto...
In my effort to learn more about cross-platform developping in C# I tried checking out the Banshee project. In it's current form it is not compiling.
So I'm trying to fix it up as far as my knowledge is stretching.
Firstly almost all of the projects have broken references. I thought this was the easiest part to fix. I thought wrong...
A...
I've got the code working that consumes an unprotected web service, but I'd like to know how to consume one using WS-Security.
A pointer to some documentation would be helpful. I just can't find a starting place.
...