Summary


In this chapter, you have seen a range of different topicsnone of which are directly concerned with ASP.NET. However, they all represent tasks that you may need to accomplish in your Web sites and other ASP.NET applications. Because ASP.NET is just a part of the large and full-featured class library within the .NET Framework, the boundaries between what ASP.NET can do and how you can take advantage of the other classes outside the System.Web hierarchy are no obstacle to building complex applications that require other features.

The chapter covered a lot of topics, and in so doing is an introduction to each one of them rather than a full reference. However, it aimed to cover the most common requirement scenarios and to show how easy it is to perform tasks such as sending e-mail from a Web site, accessing Internet resources, and interacting with the file system.

The full list of topics and namespaces you saw is:

  • Storing data with the System.Collections classes

  • Reading, writing, and compressing data with the System.IO classes

  • Creating graphics and images with the System.Drawing classes

  • Accessing the Internet with the System.Net classes

  • Sending e-mail with the System.Net.Mail classes

  • Accessing Active Directory with the System.DirectoryServices classes

  • Encrypting data with the System.Security.Cryptography classes

However, there is one other topic concerning access to Internet resources missing from the list. This concerns classes within the System.Web hierarchy, namely, those associated with the use of Web Services. That is the topic of the next and final chapter.



ASP. NET 2.0 Illustrated
ASP.NET 2.0 Illustrated
ISBN: 0321418344
EAN: 2147483647
Year: 2006
Pages: 147

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net