[Mono-dev] MS kills Linq to SQL ! --- Linq, Nhibernate or subsonic ?

2008-10-31 Thread Onur Gumus
http://blogs.msdn.com/adonet/archive/2008/10/29/update-on-linq-to-sql-and-linq-to-entities-roadmap.aspx On Tue, Jul 1, 2008 at 12:32 PM, Onur Gumus [EMAIL PROTECTED] wrote: Because NHiberate is hard. I mean really hard. If you want something install and go try castle active record On Tue,

[Mono-dev] UriParser.cs - Threading fixes

2008-10-31 Thread Alan McGovern
There are a few thread-unsafe accesses to the hashtable which I've fixed. I've also cleaned up how the initial table is populated by removing redundent calls to CreateDefaults (). Is this ok to commit? Index: UriParser.cs === ---

[Mono-dev] [PATCH] Add .desktop file to gsharp

2008-10-31 Thread Sandy Armstrong
Patch attached to this bug: https://bugzilla.novell.com/show_bug.cgi?id=440640 ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] Uri.cs and UriParser.cs - .NET 2.0 changes

2008-10-31 Thread Alan McGovern
Hey, In .NET 2.0, Uri parsing has been moved to designated classes all derived from UriParser. This makes it possible to have custom parsers for new Uri schemes. Currently mono doesn't support this properly. What I think would be the best thing to do would be to change parsing under all profiles

[Mono-dev] eglib patch to implement some unicode stuff

2008-10-31 Thread Atsushi Eno
Hello, Here is a patch to implement following unicode stuff in eglib, as well as a couple of surrogate handling fixes in existing stuff: - g_unichar_type() - g_unichar_toupper() - g_unichar_tolower() - g_unichar_totitle() - g_utf8_strup() - g_utf8_strdown() It is with a table generator that

Re: [Mono-dev] MS kills Linq to SQL ! --- Linq, Nhibernate or subsonic ?

2008-10-31 Thread Atsushi Eno
It had been observed as obvious by not a few people. I am glad to see such a direction by MS team. To my eyes it is not *killed* but will be just discontinued. I would expect everyone who complains about MS decision to switch to DBLinq and contribute to the project, to be regarded not as *just* a

Re: [Mono-dev] Windows/CygWin: Mono doesn't work after compiling

2008-10-31 Thread MikeTheTall
I'm having a bit of trouble compiling mono on Windows (using CygWin). The weird thing is that the compilation seems to have gone ok, but the mono/mcs/gmcs programs do nothing afterwards. This usually happens when a dll needed by the executable (most likely libglib.dll or something like

[Mono-dev] Can Mono use system namespace for c++?

2008-10-31 Thread zehua
I need to use c++ for Mono. When I write c++ in windows, I can use #using mscorlib.dll. But mono can not recognize the #usnig. I need to use some class comes from namespace system, like DateTime, Hashtable and so on. Is there a way to do that? -- View this message in context:

[Mono-dev] System.Diagnostics.Process thoughts

2008-10-31 Thread Mesut Özkan
Hi... I have two problems one about unix process. I use GTK# unix programs so list of process and check each of process responding in using Mono.Unix reference i did this program in Windows C# using System.Diagnoctics reference how can i decode C# to GTK# - System.Diagnoctics to Mono.Unix ???

[Mono-dev] Mono.Unix Process helpppp !!!

2008-10-31 Thread Mesut Özkan
hi friends...i use mono develop and i can create a unix ( solaris )program this program should list Unix Process... which reference should i use ? which method should i use ? i did this program in Windows C# how can i do this program GTK# for Unix ? my C# Code this // using