Quote:
Originally posted by NineNine
Performance is great with traditional ASP and some well writted stored procs, but I'm just curious.
|
I still use Stored Procedures for all database transactions...
If you have written in asp, ASP.NET will blow your mind.
You can do SO much more.
Basically an ASP.NET Webpage can do anything a regular desktop application can do.
Since it's written in a real programming language like C# or Visual Basic .NET, you can either build a Web Page or Desktop application to do what you want. If you want to turn the functionality of your webpage into a desktop app. or vice versa, just copy the methods. It's that easy.
ASP.NET is something totally new. It makes asp look like childs play.