11 2008 档案

摘要:Code class IntroToLINQ { static void Main() { // The Three Parts of a LINQ Query: // 1. Data source. int[] numbers = new int[7] { 0, 1, 2, 3, 4, 5, 6 }; ... 阅读全文
posted @ 2008-11-28 15:42 paymob 阅读(227) 评论(0) 推荐(0) 编辑
摘要:Classification Company ProductMerger User RequestBatch ProductMergerDetail Country Product ProductAttachment ProductAttachmentType Currency AttachmentsInProduct ProductLog District Unit Article Articl... 阅读全文
posted @ 2008-11-28 14:44 paymob 阅读(260) 评论(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 阅读(223) 评论(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 阅读(480) 评论(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 阅读(244) 评论(0) 推荐(0) 编辑
摘要:表名:aspnet_Applications 说明:保存应用程序信息 字段名 类型 属性 说明 ... 阅读全文
posted @ 2008-11-27 10:58 paymob 阅读(1239) 评论(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 阅读(255) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示