Web Sites Created Using ASP.NET
ASP seemed great a few years ago, but now ASP.NET provides a simpler, faster, more powerful way to create Web applications. Instead of using a scripting language, you may now create real, fully compiled applications. You can write these applications using any of the .NET-compliant languages available, and you can use the great tools provided by Visual Studio .NET to do your work. Any developer can now create full-featured, powerful Web applications.
Creating a New ASP.NET Application
Enough talking about it—how about actually creating a simple Web application? To get started, you'll create a project with a Web Form that allows users to input first and last names. After entering the data into these two text controls ...
Get ASP.NET Developer's JumpStart now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.