README.txt
上传用户:lxycoco
上传日期:2022-07-21
资源大小:38457k
文件大小:1k
源码类别:

C#编程

开发平台:

Others

  1. Welcome the Xml Examples....
  2. Since there are many example folders here, we have included only 
  3. the .cs files for all the projects except the MSXML example and the Serialization examples.
  4. In the examples where we have only included the .cs files, there will be the following
  5. difference between the code in the .cs file and the code in the chapter:
  6. To find or write to an XML data file, we only have to go back one directory to the Xml directory,
  7. thus you will find "..\books.xml" in the .cs files rather than "..\..\..\books.xml", as
  8. you would use to go from the bindebug directory from a VS.NET project back to the
  9. Xml directory.
  10. Also, the ADO examples use the same Login.cs construction of chapters 9 and 10. 
  11. There is a make.bat file in each ADOSample... directory that will compile the example,
  12. and the connection string is changed in the file Login.cs in this directory.