Sign in
Mitsu's blog
Discussing topics related to .Net, WPF, C# and Linq
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.Net
anonymous method
Anonymous type
C#
C#4
ClickOnce
codeplex
Coding4Fun
CompactFramework
CompiledQuery
CSharpDevCenter
Extension method
Flippage
Generics
Linq
Linq to Sql
LinqToXml
MetaProgramming
Pageturn
Silverlight
Surface
VisualBasic
VLinq
WindowsMobile
WinForms
WPF
Browse by Tags
MSDN Blogs
>
Mitsu's blog
>
All Tags
>
linq to sql
Tagged Content List
Blog Post:
Linq to Sql CompiledQuery container
Mitsu Furuta
Before we go deep into Linq to Sql, I wanted to share with you one of my pictures made last week at Chamonix Mont Blanc from "L'aiguille du midi" during some days off. Ok now let's go. Here is just a little trick but with some interesting patterns that could be useful in some other contexts...
on
27 Oct 2008
Blog Post:
Visual Linq query builder for Linq to Sql: VLinq
Mitsu Furuta
Hi all, After almost one year of work and organization, I am very happy to share this project with you: http://code.msdn.microsoft.com/vlinq - new setup fixed (4/17/2008) The Visual Linq query builder is a Visual Studio 2008 addin. It's a designer that helps you create Linq to Sql queries in...
on
2 Apr 2008
Blog Post:
How to implement a many-to-many relationship using Linq to Sql ? Part II : add/remove support
Mitsu Furuta
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...
on
18 Mar 2008
Blog Post:
WPF ObjectDumper and Linq to Sql deferred loading
Mitsu Furuta
Video: WPF Object dumper demo The official C# 3.0 samples are providing a very useful ObjectDumper class that allows displaying any kind of object on the console output. All the child properties are also displayed and you can even define how deep you want to go through child properties. In this...
on
24 Dec 2007
Blog Post:
How to implement a many-to-many relationship using Linq to Sql ?
Mitsu Furuta
In this article, I will show one possible solution to implement many-to-many relationship using Linq to Sql. Let's begin with some definitions and what Linq to Sql offers. A “many to many” relationship between two entities defines a kind of bi-directional “one to many” relationship for each of...
on
20 Jun 2007
Page 1 of 1 (5 items)