博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2008年5月12日

摘要: This is a digest of WCF Security resources I was collecting for some time. Drop me a comment in case it is useful. 阅读全文

posted @ 2008-05-12 00:20 江南白衣 阅读(552) 评论(0) 推荐(0) 编辑

摘要: In my previous post (http://blogs.msdn.com/mitsu/archive/2007/06/21/how-to-implement-a-many-to-many-relationship-using-linq-to-sql.aspx), I had proposed a simple solution for implementing many-to-many relationships using Linq to Sql. Actually, this solution is a generic Linq solution. It's also working with just memory collections (not only Linq to Sql). 阅读全文

posted @ 2008-05-12 00:15 江南白衣 阅读(1029) 评论(0) 推荐(0) 编辑

摘要: In this article, I will show one possible solution to implement many-to-many relationship using Linq to Sql. 阅读全文

posted @ 2008-05-12 00:14 江南白衣 阅读(655) 评论(0) 推荐(0) 编辑

摘要: The Visual Linq query builder is a Visual Studio 2008 addin. It's a designer that helps you create Linq to Sql queries in your application. Both C# and VB projects are supported. 阅读全文

posted @ 2008-05-12 00:10 江南白衣 阅读(697) 评论(1) 推荐(0) 编辑

摘要: Introduction This resource shows an approach for using Linq to Sql within a multi tier Asp.Net application, and particularly how it can be made to work well with ObjectDataSources. It is here as a discussion piece as well as a usable bit of code. The key features are a Request-scoped datacontext and entity controller classes which provide easy to use Create, Retrieve, Update and Delete (CRUD) operations implemented with Generics. It also discusses the use of DataLoadOptions and app 阅读全文

posted @ 2008-05-12 00:03 江南白衣 阅读(598) 评论(0) 推荐(0) 编辑

摘要: This sample shows you one way to build an n-tier application using LINQ to SQL classes and a disconnected DataContext. 阅读全文

posted @ 2008-05-12 00:02 江南白衣 阅读(529) 评论(0) 推荐(0) 编辑