2008年12月2日

泛型数据访问的方法(二)

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace DataAccess{ [Serializable] [AttributeUsage(AttributeTargets.Enum, Inherited = false)] public class DataBaseStoreAttribute : Attribute { public string TableOrViewName { get; set; } } public struct FiledSetting 阅读全文

posted @ 2008-12-02 15:33 老代哥哥 阅读(280) 评论(0) 推荐(0) 编辑

C#里的SOCKET应用

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net;using System.Net.Sockets;using System.Threading;using System.Text.RegularExpressions;using System.IO;using System.Runtime.InteropServices;using System.Runtime.InteropServices.ComTypes;using System.Runt 阅读全文

posted @ 2008-12-02 15:21 老代哥哥 阅读(497) 评论(0) 推荐(0) 编辑

导航