Results 1 to 7 of 7
  1. #1

    Learning ASP.NET

    Hi,

    Some how im not getting the basics of ASP.NET , it just goes over my head !!!

    Does any one know some ***EXCELLENT*** place to start learning ASP.NET, Ive got a good hand over ASP (VBscript) and Visual Basic.
    I just need a good site that would take me thru the learning process soundly.

  2. #2
    Join Date
    Sep 2005
    Posts
    61
    For me, having learned Java prior to any .NET was a big help. The main reason I think is that they are both entirely object oriented.

    Although a bit tedious and virtually impossible to find the same thing twice in - the msdn library and associated sdk documentation is virtually all you need.

    Is there a specific area you're having trouble with?

    Have you tried the quick starts and getting started at http://msdn.microsoft.com/asp.net/ ?

  3. #3
    Join Date
    Aug 2005
    Location
    Philly
    Posts
    68
    What experience do you have with OOP (Object Oriented Programming)? If you do not have any yet, buy some books about OOP concepts. That will be your biggest learning curve (by very, very far) compared to procedural programming. Note that I am not speaking about knowing how to use objects, but rather how to design and implement objects.

    Otherwise, try ASP.NET Professional (used to be from Wrox Press, now maybe with APress). This will give you a good start about ASP.NET by itself.

    HTH
    RocketFlow.com - Premium Hosting Services - Unrivaled Speed, Unbeatable Service
    ICQ #234-583-306 or 234-628-183
    Windows Hosting: http://www.rocketflow.net
    Linux Hosting: http://www.rocketflow.com

  4. #4
    I have been programming in VB6 (OOP) is there .. but still im not sure where to start !!

    Im basically focusing on asp.net (vb)

  5. #5
    Join Date
    Aug 2005
    Location
    Philly
    Posts
    68
    Originally posted by W3Solutions
    I have been programming in VB6 (OOP) is there .. but still im not sure where to start !!

    Im basically focusing on asp.net (vb)
    VB6 is not really OOP. It lacks some of the fundamental principles of OOP (inheritance more specifically). As I mentionned above, I recommend ASP.NET Professional as an excellent book to start with.
    RocketFlow.com - Premium Hosting Services - Unrivaled Speed, Unbeatable Service
    ICQ #234-583-306 or 234-628-183
    Windows Hosting: http://www.rocketflow.net
    Linux Hosting: http://www.rocketflow.com

  6. #6
    Ok RocketFlow.. thanks for your recomendation.

    By the way, i just downloaded MS Visual Webdev 2005 Express Beta. Its cool with MSDN. Im getting along with the tutorials there.

  7. #7
    Join Date
    Aug 2005
    Location
    Philly
    Posts
    68
    Originally posted by W3Solutions
    Ok RocketFlow.. thanks for your recomendation.

    By the way, i just downloaded MS Visual Webdev 2005 Express Beta. Its cool with MSDN. Im getting along with the tutorials there.
    Cool! Remember one important thing: many people program in ASP.NET like they used to do in VB6 or classic ASP. You will not get the full power of .NET if you do that. So learn OOP! Study UML and design patterns as well. Once you grab what OOP is really all about, you will never want to come back from it! You will even wonder how you could have developed without it before!
    RocketFlow.com - Premium Hosting Services - Unrivaled Speed, Unbeatable Service
    ICQ #234-583-306 or 234-628-183
    Windows Hosting: http://www.rocketflow.net
    Linux Hosting: http://www.rocketflow.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •