silverlight question

  • Thread starter Thread starter CSharper
  • Start date Start date
C

CSharper

I know I am in a wrong forum for this question, but I know there is
too much knowlege here so some one might able to help.

I have a classic asp project and it is huge. We didn't convert it to
asp.net because of the sesssion issues we faced and amount of time we
need to spend on it. Now that silver light is out, I think I could
slowly replace the asp with asp+silver light and move the code to C#.
I would like if any one attempted it and how can I go about it?

Thanks.
 
The only thing slowly about Silverlight is learning how to use it; its a
serious learning curve. You've made the right choice in C# but its a real
challenge unto itself particularly OOP which you likely have no clue about
buried in ASP for so long.
 
The only thing slowly about Silverlight is learning how to use it; its a
serious learning curve. You've made the right choice in C# but its a real
challenge unto itself particularly OOP which you likely have no clue about
buried in ASP for so long.








- Show quoted text -

I am sorry, I am coming from winform application, I have developed
apps in OOP for long time and I just got moved to this project so I
think I can handle OOP :)
I was able to to do head start by installing silver light components
and then in VS 2008, I opened the ASP web site and then added a silver
light component to it and it seems to be working. How do I get session
variables and others from classic asp. What I don't know is classic
ASP. Funny huh?
Thanks.
 
There's an IRC channel called #Silverlight on EFNET. Not dead chatty but a
couple of people in there know what they are talking about at least.
 
You're the one that presented himself as a johnny come lately though and
while you may know OOP you're now talking web development which is very much
different as it is exponentially more complex for various reasons state
management being one of the fundamentals.

And as a qualified Winforms developer you should use google and find the
many articles that discuss various methodologies for reusing Session state
while migrating from ASP.

Finally, Silverlight really is a steep learning curve. Even for those with
Winforms experience. I keep being directed to silverlight.net and asp.net so
I think I too should return the favor ;-)

The only thing slowly about Silverlight is learning how to use it; its a
serious learning curve. You've made the right choice in C# but its a real
challenge unto itself particularly OOP which you likely have no clue about
buried in ASP for so long.








- Show quoted text -

I am sorry, I am coming from winform application, I have developed
apps in OOP for long time and I just got moved to this project so I
think I can handle OOP :)
I was able to to do head start by installing silver light components
and then in VS 2008, I opened the ASP web site and then added a silver
light component to it and it seems to be working. How do I get session
variables and others from classic asp. What I don't know is classic
ASP. Funny huh?
Thanks.
 
You're the one that presented himself as a johnny come lately though and
while you may know OOP you're now talking web development which is very much
different as it is exponentially more complex for various reasons state
management being one of the fundamentals.

And as a qualified Winforms developer you should use google and find the
many articles that discuss various methodologies for reusing Session state
while migrating from ASP.

Finally, Silverlight really is a steep learning curve. Even for those with
Winforms experience. I keep being directed to silverlight.net and asp.netso
I think I too should return the favor ;-)






I am sorry, I am coming from winform application, I have developed
apps in OOP for long time and I just got moved to this project so I
think I can handle OOP :)
I was able to to do head start by installing silver light components
and then in VS 2008, I opened the ASP web site and then added a silver
light component to it and it seems to be working. How do I get session
variables and others from classic asp. What I don't know is classic
ASP. Funny huh?
Thanks.- Hide quoted text -

- Show quoted text -

Thank you very much for your input in this matter.
 
Here's something that just turned up last night WHILE I WAS USING GOOGLE
http://www.mikesdotnetting.com/Article.aspx?ArticleID=21


You're the one that presented himself as a johnny come lately though and
while you may know OOP you're now talking web development which is very
much
different as it is exponentially more complex for various reasons state
management being one of the fundamentals.

And as a qualified Winforms developer you should use google and find the
many articles that discuss various methodologies for reusing Session state
while migrating from ASP.

Finally, Silverlight really is a steep learning curve. Even for those with
Winforms experience. I keep being directed to silverlight.net and asp.net
so
I think I too should return the favor ;-)






I am sorry, I am coming from winform application, I have developed
apps in OOP for long time and I just got moved to this project so I
think I can handle OOP :)
I was able to to do head start by installing silver light components
and then in VS 2008, I opened the ASP web site and then added a silver
light component to it and it seems to be working. How do I get session
variables and others from classic asp. What I don't know is classic
ASP. Funny huh?
Thanks.- Hide quoted text -

- Show quoted text -

Thank you very much for your input in this matter.
 
Back
Top