博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页

2008年5月12日

摘要: 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) 编辑

2008年5月11日

摘要: 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 江南白衣 阅读(761) 评论(0) 推荐(0) 编辑

2008年4月29日

摘要: About six months, we posted on our p&p site that we would not be doing any further development on Mobile Client Software Factory. Since Visual Studio 2008 has shipped, I've been getting a bunch of questions around Mobile Client from customers who have committed to its use. Although our plans have not changed, we've had our sustained engineering team document the steps to upgrade the existing version in order to help those customers. 阅读全文

posted @ 2008-04-29 00:43 江南白衣 阅读(1562) 评论(3) 推荐(0) 编辑

2008年4月28日

摘要: DescriptionNew In This Release The April 2008 release of the Smart Client Software Factory includes support for Visual Studio 2008 . This release does not support Visual Studio 2005. We fixed a few bugs that were identified by the community. Requires Guidance Automation Extensions 1.4. April 2008 Guidance Package can run side-by-side with the May 2007 Guidance Package The release is live on MSDN here: http://www.microsoft.com/downloads/details.aspx?FamilyId=3BE112CC-B 阅读全文

posted @ 2008-04-28 23:41 江南白衣 阅读(633) 评论(0) 推荐(0) 编辑

2008年4月23日

摘要: Generally, I don't like to install any Visual Studio extensions at all, but I thought I should give this one a chance. I installed PowerCommands 1.1 for Visual Studio 2008, and went to play with the new functionality. Here is what I found as the most useful: 阅读全文

posted @ 2008-04-23 23:28 江南白衣 阅读(474) 评论(0) 推荐(0) 编辑

2008年4月14日

摘要: 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 江南白衣 阅读(369) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 ··· 11 下一页