Results 1 to 2 of 2

Thread: I m new to ASP.net

  1. #1

    Thread Starter
    Lively Member blackeyed's Avatar
    Join Date
    Nov 2002
    Location
    Chandigarh
    Posts
    118

    I m new to ASP.net

    Well i have been using ASp for web desinging and could you please suggest me should i shift to ASP.net what are its advantages and how much effort will it need.

    thanks in anticipation for your replies.
    ~~Avi~~

  2. #2
    Addicted Member rdove's Avatar
    Join Date
    Dec 2002
    Location
    Indianapolis
    Posts
    251
    I think .net is better for some things. The big difference is transferring from ADO to ADO.NET. ADO typically uses recordsets to get records form the database. ADO.NET introduces some new concepts that allow you to manipulate the data. Datasets, DataReaders, DataTables, and DataViews.

    If you have a pretty good handle on VB and ASP then it shouldn't be too hard. Essentially you are using VB.NET or whatever to code your ASP.NET applications.

    The benefits of .NET is that it doesn't matter if you use VB.NET, C#, or C++ the Common Runtime Language (CLR) your application is going to work and run the same.

    I hope that explains things a tiny bit of what the environment is kinda like.
    ~Ryan





    Have I helped you? Please Rate my posts.

Posting Permissions

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



Click Here to Expand Forum to Full Width