Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Data   (RSS)

VB links on Entity Framework, Data Services and WPF

The following are all well worth a look: N-Tier Development with Data Services and Entity Framework (16mins) A PM on the team builds a simple ADO.NET Data Services application in VB. Dynamic Data Entry with XML Literals Dynamic creation of WPF maintenance

My low tech polls: show of hands at the UK MSDN events

I have been asking a few “raise your hand” questions at the MSDN events we are currently delivering in various parts of the UK. I thought they would be worth sharing. What language do you code in? C# – around 60% VB – around 40% Good stuff! Something

Another reason for using LINQ to Relational – avoiding SQL Injection attacks

There are lots of great reasons to use LINQ to SQL or LINQ to Entities – but I forgot this one. I just came across this nicely written article which explores this area in some detail and makes a good case for why LINQ can help. All in glorious Visual

A very good showing of VB developers

As folks should know, as of July I stopped doing any demos in C# (pretty much) and switched to Visual Basic .NET – the simple reason being I know at every event we attend we have a large contingent of VB developers that we make sit through C# demo after

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: ,

SQL Server 2008 is finished – break out the bubbly

SQL Server 2008 RTM’d yesterday (August 6th). It is already available on MSDN subscriber downloads http://msdn.microsoft.com/en-us/subscriptions/downloads/default.aspx . Express edition doesn’t appear to be up there yet. Well done to the team.
Posted by Eric Nelson | 1 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

UK MSDN events now scheduled

Topics have been chosen, venues confirmed and details posted on our events site . We will be showing up at 6 cities through Sept and October with a lot of the content focused on Visual Studio 2008 Service Pack 1. Me – I will be delivering the “data bit”

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

Top 5 questions in my last year working with ISV early adopters

As I get ready to transition role, I find myself increasingly thinking "what happened in the last 12 months that would be useful to take into the next 12 months". One of the great bits about my current role is I spend a lot of time 1:1 in day long, two
Posted by Eric Nelson | 1 Comments
Filed under: , , ,
 
Page view tracker