Tracy.Bai

Focus on Data analysis and Mining

导航

2008年8月7日

[收藏]The Baker's Dozen: 13 Tips for Building Database Web Applications Using ASP.NET 3.5, LINQ, and SQL Server 2005 Reporting Services

摘要: http://www.devx.com/codemag/Article/38546 Are you moving a Windows desktop application to the browser, and sweating bullets, or perhaps just not quite sure about how all the new web and data tools wo... 阅读全文

posted @ 2008-08-07 21:35 Love Fendi 阅读(157) 评论(0) 推荐(0) 编辑

从技术文章所得

摘要: var larry = new CustomerBuilder().WithName("Larry").WithAge(30).Build(); The fluent interface applied to the code makes it incredibly simple for anyone to ascertain the intent of this code at a glan... 阅读全文

posted @ 2008-08-07 21:09 Love Fendi 阅读(204) 评论(0) 推荐(0) 编辑

LINQ to SQL vs. NHibernate

摘要: To be honest, I have to say that my next project will use NHibernate for its persistence technology instead of LINQ to SQL. Why? It is a large project, with a significant number of entities, and we wa... 阅读全文

posted @ 2008-08-07 21:05 Love Fendi 阅读(305) 评论(0) 推荐(0) 编辑

LINQ to SQL常见问题和疑难解答(转自MSDN)

摘要: LINQ to SQL 常见问题 (LINQ to SQL) 以下各节解答了您在实现 LINQ 时可能遇到的一些常见问题。 其他问题在疑难解答 (LINQ to SQL) 中进行了解答。 无法连接 问:我无法连接到数据库。 答:请确保您的连接字符串是正确的,以及您的 SQL Server 实例正在运行。另请注意,LINQ to SQL 要求启用命名管道协议。有关更多信息,请参见... 阅读全文

posted @ 2008-08-07 20:46 Love Fendi 阅读(2480) 评论(0) 推荐(0) 编辑