Browse by Tags
All Tags »
LINQ (
RSS)
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...
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...
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...
LINQ to SQL has a really nice feature when making sample and demos in the ability to create the database if it doesn't exist yet. It also has a function called DatabaseExists() to check if a database exists. Both are defined on the DataContext class...
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...
I guess MIX-08 was a pretty cool event Unfortunately all I can do was guess because I wasn't there . So I guess I missed a lot of good sessions, right? Well wrong actually because the team that run MIX have already put the sessions up on the web!...
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...
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...
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...
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>>...
Recently Carl Franklin and Richard Campbell recorded a DotNetRocks interview with Frans Bouma . Now I listen to most DNR episodes during my commutes in the car but I think I will repeat this one a couple of times. Frans is a really nice and bright guy...
Talking about conferences we pretty much finalized the session schedule for the SDC this year as well. And the session schedule is even more impressive as last year. We are holding back on publishing it for a bit longer until we have confirmation from...
More Posts
Next page »