C# Developeramp;#039;s Guide to ASP.NET, XML, and ADO.NET [Electronic resources] نسخه متنی

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

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

C# Developeramp;#039;s Guide to ASP.NET, XML, and ADO.NET [Electronic resources] - نسخه متنی

Jeffrey P. McManus; Chris Kinsman

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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








Chapter 10. Using XML


IN THIS CHAPTER


What Is XML?


Accessing XML Data Using .NET Framework Classes


Defining and Validating XML with Schemas


Processing XML Documents Using Style Sheets


Class Reference



In the .NET framework, XML is very important. It serves as the foundation for many of the .NET technologies. Database access is XML based in ADO.NET. Remote interoperability, known as XML Web services or SOAP, is also XML based. It is true that many of the implementation details of XML are hidden inside objects or inside the Visual Studio .NET development environment. But for tasks such as debugging, interoperability with other platforms, performance analysis, and your own peace of mind, it still makes sense for you as a .NET developer to have a handle on what XML is, how it works, and how it is implemented in the .NET framework. This chapter will help with that objective.

/ 106