Microsoft ASP.NET Programming with Microsoft Visual Basic .NET Version 2003 Step By Step

What’s New in ASP.NET

While there are plenty of familiar features in ASP.NET, some significant changes have been made to the ASP.NET architecture, including many improvements and new features. The following section will take a high-level look at what’s new in ASP.NET.

Familiar Features

It’s important to note that many things in ASP.NET will be familiar to Web developers who’ve used classic ASP. The much-used Request and Response objects are still there, as are the Application, Session, and Server objects, albeit with some new properties and methods. You can still use either <script runat=“server”> blocks or the <% %> ASP script delimiters to denote server- side script. In fact, for the most part you can write an ASP.NET page exactly the same way you would write a classic ASP page. Once you get used to the new programming model of ASP.NET, though, you’ll never go back to coding your ASP applications the way you do today.

Also, you don’t need to migrate all of your existing ASP applications at once. ASP.NET is designed to run side by side with classic ASP. So while you’re working on your first new ASP.NET application, your current ASP applications can still be running right alongside.

What’s New

There’s a lot of new stuff in ASP.NET, and it will take time to learn all of it. But once you’ve learned it, your productivity will be far greater than it was with classic ASP. Let’s look at a list of some of the new features of ASP.NET.

We’ve only scratched the surface in describing some of the new offerings of the .NET platform and the substantial advantages offered by ASP.NET. In subsequent chapters, you’ll get detailed information on using ASP.NET to create faster, more robust, and more functional Web applications. In the next chapter, you’ll learn about the various development tools that you can use to create your Web applications, from simple text editors to powerful IDEs such as Visual Studio .NET.

Категории