Connecting Tech Pros Worldwide Forums | Help | Site Map

how-to coldfusion to dotnet

Howdy
Guest
 
Posts: n/a
#1: Jul 14 '06
All:

I have been confronted with a huge project of converting a major
coldfusion website with a very large number of paid subscribers to a
dotnet website.

I'm looking for:

A) advice on how to best tackle this problem
B) Tips / tricks
C) Traps / pitfalls

Any help is appreciated!
===============================================
half frog half prince at oohay dot com
===============================================

Chris
Guest
 
Posts: n/a
#2: Jul 14 '06

re: how-to coldfusion to dotnet


Wow, that's some undertaking. I developed in Cold Fusion 3 and 4 for a
couple of years before moving to ASP and eventually ASP.Net.

Apologies if I am stating the obvious but the two are fundamentally
different languages, cold fusion is a script based language that blurs
the boundaries between code and presentation whereas .Net encapsulates
the two occording to the rules of object orientation

The first thing I'd do is analyse all the sql used in the coldfusion
site and if its in line get it shifted to stored procs.

Now you could go for a half way house solution and shift the cold fusion
logic into the .aspx pages themselves but it should really sit in the
code behind files - it depends how long you have to migrate the project.




*** Sent via Developersdex http://www.developersdex.com ***
Peter Bromberg [C# MVP]
Guest
 
Posts: n/a
#3: Jul 14 '06

re: how-to coldfusion to dotnet


Too bad there's no CF_ConvertToASP.NET tag, huh?
Afraid you just have to go through the pain, step by step.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com




"Howdy" wrote:
Quote:
All:
>
I have been confronted with a huge project of converting a major
coldfusion website with a very large number of paid subscribers to a
dotnet website.
>
I'm looking for:
>
A) advice on how to best tackle this problem
B) Tips / tricks
C) Traps / pitfalls
>
Any help is appreciated!
===============================================
half frog half prince at oohay dot com
===============================================
>
Closed Thread