Re: Avalon + Delphi + .NET V2
- From: Kostas Terzides <kterz@xxxxxxxxx>
- Date: Sun, 15 May 2005 13:46:09 +0300
There is something that bothers me. Existing Delphi applications IMO are easy to reverse engineer (at least extract the DFM portion of EXE). And I certainly hate others being able to easily see
object Button1:TButton ...... OnClick=Button1Click end
I know that decoupling real code from UI design adds tremendous flexibility in application design. I also am aware, that there are ways of protecting critical (from security aspect) parts of your code. However, it really annoys me if anyone (and I don't just mean crackers, but competitors in particular) is able to just open a XML file at have a look at how I implemented "action semantics".
At first, it was VCL, then Reflection and now comes XAML. All these are wonderful, but I think we all should keep in mind the there is always the dark side of the moon.
.
- Follow-Ups:
- Re: Avalon + Delphi + .NET V2
- From: Abdullah Kauchali
- Re: Avalon + Delphi + .NET V2
- From: Rudy Velthuis [TeamB]
- Re: Avalon + Delphi + .NET V2
- References:
- Avalon + Delphi + .NET V2
- From: Günther Schoch
- Re: Avalon + Delphi + .NET V2
- From: David Wilcockson
- Re: Avalon + Delphi + .NET V2
- From: Dmitry Arefiev [gs-soft.ru]
- Re: Avalon + Delphi + .NET V2
- From: borland
- Re: Avalon + Delphi + .NET V2
- From: Abdullah Kauchali
- Avalon + Delphi + .NET V2
- Prev by Date: Re: Avalon + Delphi + .NET V2
- Next by Date: Re: Avalon + Delphi + .NET V2
- Previous by thread: Re: Avalon + Delphi + .NET V2
- Next by thread: Re: Avalon + Delphi + .NET V2
- Index(es):
Relevant Pages
|