The Problem Solver

Tell me and I will forget
Show me and I will remember
Involve me and I will understand
- Confucius -

Google Ads

This Blog

Syndication

Search

Tags

News





  • View Maurice De Beijer's profile on LinkedIn

Community

Email Notifications

Explore

Archives

Browse by Tags

All Tags » LINQ » DevCenter » .NET (RSS)
Combined DevelopMentor instructors blog feed.
Michael Kennedy , one of the co instructors from DevelopMentor , has created a combined feed from all the blogs of the various DevelopMentor. An awesome group of people with a lot of knowledge to share. Highly recommended in you RSS reader. http://feeds...

Posted by Maurice | with no comments

Want to download all MIX sessions?
Then you should check Mike Swanson’s blog post here . He has two batch files, the first downloads all MIX session recordings with in the format you like, the second renames them so it is easier to make sense of all the media file names. If you just want...

Posted by Maurice | 1 comment(s)

Looking back at the MVP Summit
Last week lots of MVP, myself included, where in Redmond visiting Microsoft on our yearly MVP pilgrimage. The MVP Summit is always a great event. Not only do we get to talk to the MS team members who actually design and build all the software we love...

Posted by Maurice | with no comments

Consuming an ADO.NET Data Service from Silverlight
When developing Silverlight line of business (LOB) applications we often need to get at some data from a database. There are various ways to do so. One option that is easy to get started with with is creating an ADO.NET Entity Data Model (EDM) and exposing...

Posted by Maurice | 16 comment(s)

Updated SQL Server Compact Workflow Persistence Service
Yesterday I uploaded a new version of the SQL Server Compact Workflow Persistence Service to code.msdn.com. No major changes this time just two new features to get it more in line with the standard SqlWorkflowPersistenceService. I added a GetAllWorkflows...

Posted by Maurice | 3 comment(s)

PDC session download
Want to download and watch all PDC content? Then there are a couple of ways to get at them. The official way if to go through the session agenda at the conference site. See https://sessions.microsoftpdc.com/public/timeline.aspx . You see all sessions...

Posted by Maurice | with no comments

Red Gate to continue development of .NET Reflector
.NET Reflector, by Lutz Roeder, must be one of the most useful tools I have when developing .NET code. Usually it is the first thing I install right after Visual Studio not even waiting until I need it because I know I will. So the big news is that Red...

Posted by Maurice | with no comments

.NET Framework 3.5 Enhancements Training Kit
Want to know what is new in the .NET 3.5 SP1 framework or Visual Studio 2008 SP1? Then check out the presentations and labs here: http://www.microsoft.com/downloads/details.aspx?FamilyID=355C80E9-FDE0-4812-98B5-8A03F5874E96&displaylang=en Overview...

Posted by Maurice | 1 comment(s)

Visual Studio 2008 Service Pack 1 available
It is available from the subscriptions download at http://msdn.microsoft.com/en-us/subscriptions/default.aspx Get it while it is hot Enjoy!

Posted by Maurice | 7 comment(s)

SQL Server Compact 3.5 SP1 released
Steve Lasker just announced that SQL Server Compact 3.5 service pack 1 is released, read his announcement here . They added support for the entity framework, great stuff. And another neat feature is native 64 bits support. No longer do you need to target...

Posted by Maurice | with no comments

Filed under: , , , ,

CodeCamp 2008
Afgelopen jaar hebben we het eerste CodeCamp in Nederland georganiseerd en dat was een groot succes. De meeste deelnemers vroegen om meer, sommige zelfs om een CodeCamp per kwartaal of een heel weekend lang. Nou hebben we dat laatste nog niet gedaan maar...

Posted by Maurice | with no comments

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...

Posted by Maurice | 6 comment(s)

Filed under: , , ,

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...

Posted by Maurice | with no comments

Filed under: , , , ,

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...

Posted by Maurice | 14 comment(s)

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...

Posted by Maurice | 6 comment(s)

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...

Posted by Maurice | with no comments

Filed under: , , ,

LINQ to SQL and creating databases
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...

Posted by Maurice | 3 comment(s)

Filed under: , , ,

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...

Posted by Maurice | 3 comment(s)

Filed under: , , , , , ,

MIX 08 Presentations
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!...

Posted by Maurice | 1 comment(s)

Filed under: , , ,

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...

Posted by Maurice | with no comments

Filed under: , , ,

More Posts Next page »