Re: Development of cross-platform GUI for Open Source DBs - Mailing list pgsql-general

From Tony Caduto
Subject Re: Development of cross-platform GUI for Open Source DBs
Date
Msg-id 456C5F68.20109@amsoftwaredesign.com
Whole thread Raw
In response to Re: Development of cross-platform GUI for Open Source DBs  ("Olexandr Melnyk" <omelnyk@gmail.com>)
Responses Re: Development of cross-platform GUI for Open Source DBs  ("Olexandr Melnyk" <omelnyk@gmail.com>)
List 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


pgsql-general by date:

Previous
From: Tony Caduto
Date:
Subject: Re: Development of cross-platform GUI for Open Source DBs
Next
From: Lars Heidieker
Date:
Subject: Re: FK pointing to a VIEW