-
Recent Posts
- Making an executable take pipelined input in PowerShell
- FastSharp 2.0
- A StructureMap Gotcha
- OpenWithTest released on Visual Studio Gallery
- Snippet Designer 1.3 Released!
- DiffPlex 1.1 Released
- A Mercurial PowerShell Prompt
- DiffPlex 1.0 Released!!
- Snippet Designer 1.2 Beta Release with Visual Studio 2010 Support
- Regex based Lexer with F#
Categories
- Algorithms
- ASP .NET MVC
- C#
- Codeplex
- Dependency Injection
- DiffPlex
- F#
- FastSharp
- Haskell
- HTML
- J Language
- JavaScript
- JQuery
- LINQ
- LINQ to SQL
- Mercurial
- Moq
- Open Source
- Personal
- PowerShell
- Programming
- Regular Expression
- RTF
- Silverlight
- Snippet Designer
- Snippets
- SQL CE
- structuremap
- testing
- Tools
- Visual Basic
- Visual Studio
- Visual Studio Gallery
- WPF
- XAML
Category Archives: LINQ
Useful LINQ Method- GetMemberTypeChain
Recently, I have been working on a custom LINQ provider in C#. In a later post (when I have more time to write) I will go in depth into what I am worked on and what have I learned about … Continue reading
Posted in LINQ
Leave a comment
Foray into LINQ
With the release of .NET 3.5 I started playing around with one of the cool new technologies called LINQ. LINQ brings SQL like querying syntax for performing operations on data sources like collections into , files or databases into .NET. … Continue reading
Posted in LINQ
Leave a comment

