Where to start?

This is a discussion on Where to start? within the Delphi forums in Programming Languages category; Hi Whats the best way to get started with delphi for .NET? Surely there must be a good tutorial somewhere online as to how to work with these .aspx pages? I'm using Turbo Delphi for .NET (2007 I think) cheers...

Go Back   Application Development Forum > Programming Languages > Delphi

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 08-05-2008, 01:27 PM
Jamie Dale
Guest
 
Default Where to start?

Hi

Whats the best way to get started with delphi for .NET?

Surely there must be a good tutorial somewhere online as to how to work with
these .aspx pages?

I'm using Turbo Delphi for .NET (2007 I think)

cheers


Reply With Quote
  #2  
Old 08-05-2008, 09:07 PM
Deli Soetiawan
Guest
 
Default Re: Where to start?

http://delphi.about.com/od/aspnet/l/aa042704a.htm

On Wed, 06 Aug 2008 00:27:43 +0700, Jamie Dale <jamie.dale@yahoo.com>
wrote:

> Hi
>
> Whats the best way to get started with delphi for .NET?
>
> Surely there must be a good tutorial somewhere online as to how to work
> with
> these .aspx pages?
>
> I'm using Turbo Delphi for .NET (2007 I think)
>
> cheers
>
>




--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Reply With Quote
  #3  
Old 08-05-2008, 09:07 PM
Deli Soetiawan
Guest
 
Default Re: Where to start?

and
http://www.aspxdelphi.net/

On Wed, 06 Aug 2008 00:27:43 +0700, Jamie Dale <jamie.dale@yahoo.com>
wrote:

> Hi
>
> Whats the best way to get started with delphi for .NET?
>
> Surely there must be a good tutorial somewhere online as to how to work
> with
> these .aspx pages?
>
> I'm using Turbo Delphi for .NET (2007 I think)
>
> cheers
>
>




--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Reply With Quote
  #4  
Old 08-06-2008, 08:17 AM
Jamie Dale
Guest
 
Default Re: Where to start?

Ah thanks for those!

It is really quite daunting to try the latest version of Delphi for .NET.
I've been a hardcore D6 man for a few years (and still am for my primary
win32 coding) however I wanted to get into this .aspx stuff using cassini
proxied through apache as I can see some potential for not learning php

Its just mind blowing though when you open up the IDE and find so many
different things - even the package names are different - EG dialogs is now
Borland.VCL.Dialogs.... Its like learning all over again!

Anyway thanks for the help
"Deli Soetiawan" <crushfire2004@gmail.com> wrote in message
newsp.uffxflj2r9wvmw@loggic-prog...
> and
> http://www.aspxdelphi.net/
>
> On Wed, 06 Aug 2008 00:27:43 +0700, Jamie Dale <jamie.dale@yahoo.com>
> wrote:
>
>> Hi
>>
>> Whats the best way to get started with delphi for .NET?
>>
>> Surely there must be a good tutorial somewhere online as to how to work
>> with
>> these .aspx pages?
>>
>> I'm using Turbo Delphi for .NET (2007 I think)
>>
>> cheers
>>
>>

>
>
>
> --
> Using Opera's revolutionary e-mail client: http://www.opera.com/mail/



Reply With Quote
  #5  
Old 08-06-2008, 01:34 PM
David Cornelius
Guest
 
Default Re: Where to start?

> Its just mind blowing though when you open up the IDE and find so many
> different things - even the package names are different - EG dialogs is
> now Borland.VCL.Dialogs.... Its like learning all over again!



Be aware that there's two ways to program in Delphi .NET: 1) using VCL for
..NET, and 2) "native" .NET.

Using VCL for .NET allows you to keep your familiar Win32 controls by
wrapping them with .NET controls. You might have more or less options and
there will be some twisty head kind-a things you have to do to get dbExpress
going (at least in my experience). The advantage, of course, is that you'll
get a .NET application going more quickly because the learning curve is much
less--and it will take you a long ways to converting your Win32 apps to .NET
if that's a goal.

But if you're getting into this to learn the .NET way, don't use VCL for
..NET, but only pure .NET controls. At least, that's my 2 cents.

--
David Cornelius
CorneliusConcepts.com

Reply With Quote
  #6  
Old 08-06-2008, 09:09 PM
Deli Soetiawan
Guest
 
Default Re: Where to start?

i think he gonna make ASP.NET web application with Turbo Delphi.Net, i
never tried any Delphi for .Net yet, but if we gonna make web application,
do we deal with VCL.NET?

On Thu, 07 Aug 2008 00:34:13 +0700, David Cornelius
<dev@corneliusconcepts.com> wrote:

>> Its just mind blowing though when you open up the IDE and find so many
>> different things - even the package names are different - EG dialogs is
>> now Borland.VCL.Dialogs.... Its like learning all over again!

>
>
> Be aware that there's two ways to program in Delphi .NET: 1) using VCL
> for .NET, and 2) "native" .NET.
>
> Using VCL for .NET allows you to keep your familiar Win32 controls by
> wrapping them with .NET controls. You might have more or less options
> and there will be some twisty head kind-a things you have to do to get
> dbExpress going (at least in my experience). The advantage, of course,
> is that you'll get a .NET application going more quickly because the
> learning curve is much less--and it will take you a long ways to
> converting your Win32 apps to .NET if that's a goal.
>
> But if you're getting into this to learn the .NET way, don't use VCL for
> .NET, but only pure .NET controls. At least, that's my 2 cents.
>




--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Reply With Quote
  #7  
Old 08-07-2008, 08:08 AM
Jamie Dale
Guest
 
Default Re: Where to start?


"Deli Soetiawan" <crushfire2004@gmail.com> wrote in message
newsp.ufhr5eptr9wvmw@loggic-prog...
>i think he gonna make ASP.NET web application with Turbo Delphi.Net


Yes thats the plan... yet if I'm brutally honest I couldn't even get the
demos suplpied to work. I'll get the default page, click a link and then it
all crashes.

I gave up and assumed it was just as bad as D2005 for .NET


Reply With Quote
  #8  
Old 08-07-2008, 05:13 PM
Rick Carter
Guest
 
Default Re: Where to start?

>I'm using Turbo Delphi for .NET (2007 I think)

Actually the Turbos were based on Delphi 2006.

Hint: There is a newsgroup for ASP.NET, which might be the best place to
go in the future.

Rick Carter
carterrk@despammed.com
Chair, Delphi/Paradox SIG, Cincinnati PC Users Group

--- posted by geoForum on http://delphi.newswhat.com
Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 07:13 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.