C# XML
(1)http://www.example-code.com/csharp/xml.asp
C# XML Example Source Code
(2)http://www.developer.com/net/csharp/article.php/3489611
Manipulate XML File Data Using C#
(3)http://www.codeproject.com/Purgatory/manjalyxml.asp
XML basics and reading XML data from C# - The Code Project - .NET
(4)http://www.dotnetspider.com/tutorials/BestPractices.aspx
(5)http://roberthanson.blogspot.com/
Sybase Driver &Client Access PC File to AS400
(1)http://filehelpers.sourceforge.net/
The FileHelpers easy to use .NET library written in C# to read/write data from fixed length
or delimited files or streams. It has support to import/export data from different data sources
(2)http://www.gotdotnet.com/community/usersamples/
(3)Client Access PC File to AS400
http://archive.midrange.com/midrange-l/200204/msg01696.html
http://publib.boulder.ibm.com/infocenter/iseries/v5r3/index.jsp?topic=/ifs/rzaaxtransferdbtostream.htm
http://www.prisme.ch/siteweb/PrismeWebSite.nsf/e274728bfe7cfebdc125707d0047cf0d/20ac0d48fa2a1d69c125707b002ec555!OpenDocument
http://publib.boulder.ibm.com/infocenter/iseries/v5r3/index.jsp?topic=/ifs/rzaaxcreatefdf.htm
(4)Subvision:Source Version Control
http://www.kenming.idv.tw/index.php?blog=5&title=a_u_windows_assa_dar_ep_a_eusar_subversi&more=1&c=1&tb=1&pb=1
http://freebsd.sinica.edu.tw/~plasma/svnbook/book.html
(5)http://huanlin.dyndns.org/techshare/viewArticle.action?articleID=2004061303
>Google News
(6)http://googlesworld.wordpress.com/2006/04/11/search-adwords-api-engineer-bids-google-a-final-farewell/
http://www.somebits.com/weblog/life/leavingGoogle.html
>Sybase ODBC driver
http://www.sybase.com/detail?id=1008930#anchor24790
Sybase ODBC Connectivity White Paper with Adaptive Server Anywhere Driver (ASA version 6.x),
Adaptive Server IQ Driver (ASIQ version 12.x), Adaptive Server Enterprise Drivers
(ASE versions 11.x and 12.0) and DirectConnect, Date: 12/99
>http://72.14.235.104/search?q=cache:MPqROcmMz-0J:www.datadirect.com/download/eval_docs/odbc_sybase_win.pdf+DataDirect+Connect+ODBC+for+Sybase+setup&hl=zh-TW&gl=tw&ct=clnk&cd=1
Quick Start: DataDirect Connect @ for ODBC Sybase Wire Protocol Driver on Windows
Crystal Report Tips: Field Definition Files
(1)Gogole Search
crystal report data define .ttx
(2)http://www.vbmysql.com/articles/visual-basic_mysql/using-mysql-visual-basic-6-and-crystal-reports-9/
Field definition files
(3)http://discuss.fogcreek.com/dotnetquestions/default.asp?cmd=show&ixPost=864
The Old .NET Questions Forum - ASP.NET, Crystal Reports, and TTX files<
(4)http://www.vbcity.com/forums/faq.asp?fid=53&cat=Crystal+Reports
vbCity/DevCity.NET Forums :: FAQ :: Visual Basic :: VB & Reporting :: Crystal Reports
(5)http://www.cnblogs.com/babyt/archive/2005/03/11/116880.html
博客園 - 阿泰的軟件實用主義 - [水晶報表]創建不受數据庫限制的報表(2)
The Vietnam OfComputer Science
(1)http://codebetter.com/blogs/jeremy.miller/archive/2006/05/25/145450.aspx
(2)http://blogs.tedneward.com/2006/06/26/The+Vietnam+Of+Computer+Science.aspx
(3)Gogole VB Dictionary
(3-1)http://www.vbwm.com/art_1999/whatsnew/Dictionary.asp
(3-2)http://www.kamath.com/tutorials/tut009_dictionary.asp
(3-3)http://www.vbaccelerator.com/home/vb/Code/Techniques/A_Fast_Index-Based_Object_Collection/article.asp
C# 四捨五入,Shell Command
(1)http://chitsaou.blogspot.com/2006/07/blog-post_02.html
[惆悵] 所以說學習真的受環境影響
(2)http://chitsaou.wordpress.com/
(3)http://ericsk.csie.org/
(4)http://www.thescripts.com/forum/thread144266.html
(5)http://wadablog.csie.org/blog/2006/06/22/71
(6)http://blogger.org.cn/blog/more.asp?name=flyby&id=7038
常常遇到四捨五入的問題,下面提供兩種方法:
一、通過Round方法
using System.Math;
......
Round(3.045,2)//返回值:3.05
Round(3.044,2)//返回值:3.04
二、通過字符串格式化
Double PI = 3.1415936;
......
String strPI = PI.ToString("F3");//返回值:3.142
(7)http://www.informit.com/library/content.asp?b=STY_Csharp_24hours&seqNum=115&rl=1
Sams Teach Yourself C# in 24 Hours > Writing Methods
(8)http://www.c-sharpcorner.com/Code/2002/July/ShellCommandsInCS.asp
(9)http://sql-server-performance.com/forum/topic.asp?TOPIC_ID=15150
SQL-Server-Performance.Com Forum - Passing Null from C# to CLR Stored Procedure
(10)http://www.peachpit.com/articles/article.asp?p=31938&seqNum=6&rl=1
Manipulating Strings in C#
(11)http://www.codeproject.com/csharp/csdoesshell2.asp
C# does Shell, Part 2 - The Code Project - C# Programming