上一页 1 ··· 14 15 16 17 18
摘要: Classification Company ProductMerger User RequestBatch ProductMergerDetail Country Product ProductAttachment ProductAttachmentType Currency AttachmentsInProduct ProductLog District Unit Article Articl... 阅读全文
posted @ 2008-11-28 14:44 paymob 阅读(258) 评论(0) 推荐(0) 编辑
摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 2 3namespace LinqConsoleApp 4{ 5 [Table(Name = "Customers")] 6 public class Custome... 阅读全文
posted @ 2008-11-28 14:09 paymob 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 使用sqlmetal.exe命令行工具进行生成 sqlmetal/server:./database:hscode/user:sa/password:local/dbml:hscode.dbml SqlMetal功能实际涉及2个步骤: 1.将数据库的元数据提取到一个.dbml文件中 2.生成一个代码输出文件,通过使用适当的命令行选项,可以生成 Visual Basic 或 C# 源代码,也可以生... 阅读全文
posted @ 2008-11-28 11:05 paymob 阅读(477) 评论(0) 推荐(0) 编辑
摘要: Guid CreateUser(string username, string password, string email, string comment, string passwordQuestion, string passwordAnswer, bool isApproved, ProfileData profileData, IList roles, IList permission... 阅读全文
posted @ 2008-11-27 14:33 paymob 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 表名:aspnet_Applications 说明:保存应用程序信息 字段名 类型 属性 说明 ... 阅读全文
posted @ 2008-11-27 10:58 paymob 阅读(1237) 评论(0) 推荐(0) 编辑
摘要: protected override void OnLoad(EventArgs e) { DataSet dsXML = new DataSet(); dsXML.ReadXml(Server.MapPath(@"count.xml")); int count=0; foreac... 阅读全文
posted @ 2008-11-21 13:51 paymob 阅读(249) 评论(0) 推荐(0) 编辑
摘要: WCF所支持的宿主服务: 1.Self-hosting:控制台应用程序,Windows应用程序,Windows服务,HTTP,TCP,named pipes,MSMQ 2.IIS/ASP.NET 3.Windows Activation Service ServiceHost实例必须进行初始化为服务暴露出端点(endpoint) 每个ServiceHost与指定的服... 阅读全文
posted @ 2008-08-15 14:16 paymob 阅读(1954) 评论(6) 推荐(0) 编辑
摘要: 1.绑定表示通讯信道(communication channel)的配置 2.绑定定义了客户端与服务端之间的通讯协议(具体功能) A.传输协议 B.消息编码 C.安全性,可靠性消息与事务 传输协议:HTTP,TCP,命名管道(Named Pipes),MSMQ 以及提供自定义支持的:UDP或者SMTP等等 其他的绑定协议: 1.安全:相互认证... 阅读全文
posted @ 2008-08-15 13:47 paymob 阅读(1181) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18