From: | Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com> |
---|---|
To: | Olexandr Melnyk <omelnyk(at)gmail(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Development of cross-platform GUI for Open Source DBs |
Date: | 2006-11-28 16:10:16 |
Message-ID: | 456C5F68.20109@amsoftwaredesign.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Olexandr Melnyk wrote:
>
>
> Mono/.NET is definately worth the consideration. However, I'd advice
> you not to go with Turbo C#, as it only supports .NET 1.*, so you
> won't be able to use such goodies as: generics and nullable types,
> which are quite handy, especially for the database-oriented applications.
>
>
>
> Initial development phase is really short with Delphi/VCL, I agree.
> But when project evolves, many problems appear, which show how odd VCL
> is in this or that place. The same, but to a lesser extent, applies to
> Windows.Forms.
>
>
Mono 1.2 only fully supports .net 1.1 (for winforms) so the Turbo C#
would be a good choice as would Delphi.net.
You would have to stick to the standard winforms controls, but you can
create a very rich application with just the stock controls.
What kind of problems have you seen with the VCL as a project matures?
I have never run into any issues and have several mature/large projects.
Later,
--
Tony Caduto
AM Software Design
http://www.amsoftwaredesign.com
Home of PG Lightning Admin for Postgresql
Your best bet for Postgresql Administration
From | Date | Subject | |
---|---|---|---|
Next Message | Stephen Harris | 2006-11-28 16:11:26 | Very minor "configure" issue? |
Previous Message | Martijn van Oosterhout | 2006-11-28 16:06:08 | Re: Datafiles binary portable? |