随笔分类 -  .NET

摘要:C#中同时存在String与string MSDN中对string的说明: string is an alias for String in the .NET Framework。string是String的别名而已,string是c#中的类,String是Framework的类,C# string 映射为 Framework的 String。如果用string,编译器会把它编译成String... 阅读全文
posted @ 2008-11-18 13:19 木土家的田童 阅读(3584) 评论(2) 推荐(3)
摘要:Check the followings out, i encounter with an exception when running the following code: DataList1.DataSource = SqlHelper.ExecuteDataTable(CommandType.StoredProcedure, "artspGetPainting01", new SqlPa... 阅读全文
posted @ 2008-04-30 18:33 木土家的田童 阅读(590) 评论(0) 推荐(0)