<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BrainStormLi的专栏 - C#</title><link>http://blog.csdn.net/BrainStormLi/category/389757.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Thu, 31 Jul 2008 08:46:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>BrainStormLi</dc:creator><title>C#连接六类数据库的代码</title><link>http://blog.csdn.net/BrainStormLi/archive/2008/07/31/2742935.aspx</link><pubDate>Thu, 31 Jul 2008 08:11:00 GMT</pubDate><guid>http://blog.csdn.net/BrainStormLi/archive/2008/07/31/2742935.aspx</guid><wfw:comment>http://blog.csdn.net/BrainStormLi/comments/2742935.aspx</wfw:comment><comments>http://blog.csdn.net/BrainStormLi/archive/2008/07/31/2742935.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/BrainStormLi/comments/commentRss/2742935.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2742935</trackback:ping><description>C#连接Access、SQL Server、Oracle、MySQL、DB2和SyBase六种不同数据库的程序源码和需要注意的点。 &lt;img src ="http://blog.csdn.net/BrainStormLi/aggbug/2742935.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>BrainStormLi</dc:creator><title>Web.config里连接字符串存储加密</title><link>http://blog.csdn.net/BrainStormLi/archive/2008/06/21/2573738.aspx</link><pubDate>Sat, 21 Jun 2008 21:09:00 GMT</pubDate><guid>http://blog.csdn.net/BrainStormLi/archive/2008/06/21/2573738.aspx</guid><wfw:comment>http://blog.csdn.net/BrainStormLi/comments/2573738.aspx</wfw:comment><comments>http://blog.csdn.net/BrainStormLi/archive/2008/06/21/2573738.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/BrainStormLi/comments/commentRss/2573738.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2573738</trackback:ping><description>asp.net里面web.config文件中的连接字符串是以明码形式保存的,通常存储内容包括数据库服务器名称、数据库名称、账号、甚至包括密码。这种做法的缺点显而易见：开发团队中所有人员都有机会看到这些敏感信息。&lt;img src ="http://blog.csdn.net/BrainStormLi/aggbug/2573738.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>BrainStormLi</dc:creator><title>泛型及其优点</title><link>http://blog.csdn.net/BrainStormLi/archive/2008/06/21/2573679.aspx</link><pubDate>Sat, 21 Jun 2008 20:55:00 GMT</pubDate><guid>http://blog.csdn.net/BrainStormLi/archive/2008/06/21/2573679.aspx</guid><wfw:comment>http://blog.csdn.net/BrainStormLi/comments/2573679.aspx</wfw:comment><comments>http://blog.csdn.net/BrainStormLi/archive/2008/06/21/2573679.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/BrainStormLi/comments/commentRss/2573679.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2573679</trackback:ping><description>泛型类和泛型方法同时具备可重用性、类型安全和效率，这是非泛型类和非泛型方法无法具备的。泛型通常用在集合和在集合上运行的方法中。.NET Framework 2.0 版类库提供一个新的命名空间 System.Collections.Generic，其中包含几个新的基于泛型的集合类。建议面向 2.0 版的所有应用程序都使用新的泛型集合类，而不要使用旧的非泛型集合类，如 ArrayList。&lt;img src ="http://blog.csdn.net/BrainStormLi/aggbug/2573679.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>BrainStormLi</dc:creator><title>Oracle数据库表命名规则及验证中文表名的方法</title><link>http://blog.csdn.net/BrainStormLi/archive/2008/05/07/2411417.aspx</link><pubDate>Wed, 07 May 2008 17:16:00 GMT</pubDate><guid>http://blog.csdn.net/BrainStormLi/archive/2008/05/07/2411417.aspx</guid><wfw:comment>http://blog.csdn.net/BrainStormLi/comments/2411417.aspx</wfw:comment><comments>http://blog.csdn.net/BrainStormLi/archive/2008/05/07/2411417.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/BrainStormLi/comments/commentRss/2411417.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2411417</trackback:ping><description>Naming Rules:       Table names and column names:         1.Must begin with a letter        2.Must be 1-30 characters long        3.Must contain only A-Z, a-z, 0-9, _, $, and #         4.Must not duplicate the name of another object owned by the same user         5.Must not be an Oracle server reserved word&lt;img src ="http://blog.csdn.net/BrainStormLi/aggbug/2411417.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>