<span>Chapter 16: </span> Working with Other Base Classes - Professional ASP.NET 1.1 [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Professional ASP.NET 1.1 [Electronic resources] - نسخه متنی

Alex Homeret

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
توضیحات
افزودن یادداشت جدید


"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">








  • Chapter 16: Working with Other Base Classes


    Overview


    last chapter introduced the .NET Framework class library and spent a fair amount of time looking at the collection classes it provides for dealing with common data structures such as lists, queues, and stacks. In this chapter, we'll continue our examination of the class library, this time looking at the classes it provides for working with directories, files, regular expressions, and web requests.

    This chapter will cover:



    • The contents of the file system, working with directories and files.



    • Reading and writing data from backing stores such as the file system or memory.



    • Retrieving data in a generic way using stream objects.



    • Using regular expressions to parse text and extract values using captures.



    Let's look at the classes used for working with the file system.

  • / 243