Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Data » LINQ   (RSS)

A few rough edges in our shiny new Data stack

We have a rather impressive set of new technologies for working with data – LINQ, LINQ to SQL, LINQ to Entities, Data Services, ASP.NET Dynamic Data etc. What I am finding is… they don’t all get on with each other as well as you might have thought. My
Posted by Eric Nelson | 2 Comments
Filed under: ,

Visual Basic vs C# LINQ syntax

LINQ has two syntaxes – Lamda syntax and Comprehension syntax. Each has their uses and you can happily mix them. Lamda syntax is stuff like: var longWords = words.Where( w => w.length > 10); Dim longWords = words.Where(Function(w) w.length >

200 LINQ Samples in Visual Basic

I recently discovered LINQPad . It is written by Joseph Albahari who wrote C# 3.0 in a NutShell and contains all the samples from his book. It is an amazing tool – and not an obvious tool to turn to if you are a Visual Basic developer. However – a certain

Visual Basic vs C# - early adopters favour C#?

This myth is typically from someone in Microsoft who thinks, codes, demos and blogs in C# and wants to justify why they might ignore Visual Basic - errrr.... such as me a few months back. Sorry. "Sure - there may well be a lot of folks using Visual Basic
Posted by Eric Nelson | 0 Comments
Filed under: , ,

Building a "brand new application" - WPF, ADO.NET Data Services, LINQ to Entities with .NET Framework 3.5 SP1

At the end of June I run workshops with 2 ISVs both looking to completely re-develop their applications. One is entirely VB6, the other a combination of VB6 with C++. The beauty of "starting from scratch" with a one to two year development plan is you
 
Page view tracker