Reputation: 35264
One my client has his website developed using coldfusion... Now I want to migrate that website from coldfusion to asp.net
... As a web developer i know it is possible,but want to know a few things
Challenges/Learning curves involved in migrating from coldfusion to asp.net
...
What are the factors i have to watch out for during migration?
Upvotes: 4
Views: 5552
Reputation: 24937
Suprisingly enough this is a situation that I have toyed with so herewith are some tips.
cf
(I guess this may be some not so suttle way of Adobe advertising...)cffucntion
properties to identify them (access="remote"
)cfquery
- The worst and best thing about CF imo is cfquery
. Not the function itself but rather how its used within the current application. CF has no restrictions on what you can do and where you can it so could find random queries scattered throughout the app. This is a double edged The above noted are as a result of having worked on a badly designed CF app. However, in terms of functionality and operability - it's rich, full of features and a pleasure to work with.
EDIT
I found the following resources which may be of interest if you have not found it already
If I think of anything more I will update..
Upvotes: 4