MSMVPS.COM
The Ultimate Destination for Blogs by Current and Former Microsoft Most Valuable Professionals.
All Tags » .NET » VB » LINQ (RSS)

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Lambda expression simplify code

    One of the nice new features in Visual Basic 9 are lambda expressions. They where actually added as one of the underlying pieces for LINQ. But besides enabling LINQ you can use them in all sorts of places. One of the places they really help me is in places where I previously needed to declare a delegate...
    Posted to The Problem Solver (Weblog) by Maurice on 05-26-2008
    Filed under: .NET, LINQ, VB, DevCenter
  • SQL Server Compact and 64 bits

    The current version of SQL Server Compact has no support for 64 bits computing. While this may seem a problem if you want to deploy you application on a 64 bits version of Windows it really isn't most of the time. In fact if you change your assembly from the default AnyCPU to x86 compatible it will...
    Posted to The Problem Solver (Weblog) by Maurice on 05-20-2008
    Filed under: .NET, LINQ, VB, DevCenter, SqlCe
  • How to Download all of Visual Studio 2008 SP1

    VS2008 SP1 Beta is quite a package. By default the installation downloads the packages as needed and when needed. Now that is just fine if you only need to install a single machine. But when you need to install multiple, possibly virtual, machines like I have to it just wastes a lot of bandwidth and...
    Posted to The Problem Solver (Weblog) by Maurice on 05-16-2008
    Filed under: .NET, LINQ, NetFx3, Workflow, VSTO, WCF, VB, DevCenter, ClickOnce, WPF, SqlCe
  • Workflow Persistence Service using SQL Server Compact

    As I mentioned previously I was working in a Workflow Persistence Service using SQL Server Compact as the back end store. Now this might not be the best persistence store to use in every application but it has a number of advantages. One of the main advantages is ClickOnce deployment. In the case of...
    Posted to The Problem Solver (Weblog) by Maurice on 04-10-2008
    Filed under: .NET, LINQ, NetFx3, VB, DevCenter, ClickOnce, WPF, SqlCe
  • LINQ to SQL, SQL Compact and the |DataDirectory| macro

    As I previously mentioned having the LINQ DataContext create the database if it doesn't exist yet is a cool feature but it isn't perfect. The problem I just ran into was while using the |DataDirectory| macro, something the SqlCeConnection understands and will replace with the directory specified...
    Posted to The Problem Solver (Weblog) by Maurice on 04-09-2008
    Filed under: .NET, LINQ, VB, DevCenter
  • On the WF ReceiveActivity and WCF bindings

    The new ReceiveActivity and SendActivity that marry Windows Workflow Foundation (WF) and Windows Communication Foundation (WCF) are really cool . Getting started is easy because a new Sequential Workflow Service Library, found under WCF instead of Workflow in VS2008, uses nice defaults for everything...
    Posted to The Problem Solver (Weblog) by Maurice on 03-26-2008
    Filed under: .NET, LINQ, NetFx3, Workflow, WCF, VB, DevCenter
  • LINQ to SQL and prefetching data

    The default behavior with LINQ to SQL is to use deferred loading and works just great most of the time. But sometimes you might just want to load all related data at the same time because you know you are going to need it anyway and it saves a number of round trips to the database. Using the LINQ DataContext...
    Posted to The Problem Solver (Weblog) by Maurice on 03-04-2008
    Filed under: .NET, LINQ, VB, DevCenter
  • Visual Studio 2008 and .NET Framework 3.5 Training Kit

    Looking for more information about VS2008 and .NET 3.5? I suspect you might just be as there is a ton of new functionality and with the pace of everything coming out it isn't likely that you know it all To help learn the new stuff Microsoft has put a Visual Studio 2008 and .NET Framework 3.5 training...
    Posted to The Problem Solver (Weblog) by Maurice on 02-11-2008
    Filed under: .NET, LINQ, Workflow, VSTO, WCF, VB, DevCenter, WPF
  • SQL Server 2005 SP3

    If you are expecting a link to the download I am sorry but you are going to be disappointed Why? Because it just isn't available yet! I can already hear you saying "But it must be coming any day now, right?" Wrong Yes, I just heard from Hugo that there are no current plans for releasing...
    Posted to The Problem Solver (Weblog) by Maurice on 02-02-2008
    Filed under: .NET, LINQ, Workflow, VB, DevCenter
  • SQL Server tip

    Just a quick tip for when developing with SQL Server. When doing a lot of updates in SQL the transaction log might grow quite large clogging up the disk and slowing things down. An easy and quick way to cleanup is to use: backup log <<Database name>> with truncate_only go dbcc shrinkdatabase...
    Posted to The Problem Solver (Weblog) by Maurice on 09-04-2007
    Filed under: .NET, LINQ, VB
Page 1 of 3 (22 items) 1 2 3 Next >


Copyright © is the original authors. Blog site is an independent site not sponsored by Microsoft. The Yoda blog server and the Brianna SQL server would like to thank www.ownwebnow.com and www.exchangedefender.com. They wouldn't be here and broadcasting without the generosity of Vlad Mazek and his companies.

Powered by Community Server (Commercial Edition), by Telligent Systems