|
-
Dec 2nd, 2002, 03:53 AM
#1
Thread Starter
Lively Member
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.
-
Dec 2nd, 2002, 03:10 PM
#2
Addicted Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|