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

随笔分类 -  Linq to sql

摘要: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 江南白衣 阅读(1039) 评论(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 江南白衣 阅读(669) 评论(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 江南白衣 阅读(707) 评论(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 江南白衣 阅读(606) 评论(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 江南白衣 阅读(535) 评论(0) 推荐(0)

摘要:Visual LINQ Query Builder is an add-in to Visual Studio 2008 Designer that helps you visually build LINQ to SQL queries. Functionally it provides the same experience as, for instance the Microsoft Access Query Builder, but in the LINQ domain. The entire UI of this add-in uses Windows Presentation Foundation. The goal of this tool is to help users become more familiar with the LINQ syntax. The tool may also demonstrate to users how to create their own Visual Studio 2008 add-in using Windows Prese 阅读全文

posted @ 2008-05-11 23:59 江南白衣 阅读(780) 评论(0) 推荐(0)

摘要:Project Description LINQ to SQL Entity Base is a simple base class that is primarily designed to support LINQ to SQL in a disconnected way, which is one of the shortcomings of the LINQ to SQL technol... 阅读全文

posted @ 2008-04-14 23:34 江南白衣 阅读(372) 评论(0) 推荐(0)

摘要:Linq to sql 的三层应用。。。 阅读全文

posted @ 2007-12-14 17:25 江南白衣 阅读(575) 评论(0) 推荐(0)

摘要:分布式下的Linq to sql 阅读全文

posted @ 2007-10-15 21:14 江南白衣 阅读(687) 评论(0) 推荐(0)

摘要:LINQ to SQL 在分布式环境下的应用 阅读全文

posted @ 2007-10-15 21:09 江南白衣 阅读(1769) 评论(3) 推荐(0)

摘要:一个非常有创意的linq工具 阅读全文

posted @ 2007-08-16 22:44 江南白衣 阅读(807) 评论(0) 推荐(0)

摘要:在运行时观察Ling to Sql生成的Sql语句的好工具 阅读全文

posted @ 2007-08-08 14:29 江南白衣 阅读(1164) 评论(2) 推荐(0)