Sign in
|
Join
|
Help
Search
Dennis van der Stelt
The most votes generally drown out the best votes
Home
Contact
RSS for Posts
Atom
RSS for Comments
Community
Home
Blogs
Media
News
Email Notifications
Go
I read...
Alex Thissen
Anko Duizer
Frans Bouma
Daniel Moth
Justin Smith
Mike Taulty
I Use...
ASP.NET
WindowsForms
CopySourceAsHTML
SQL Server Stuff
System.Web.Mail Faq
Visio UML 2.0 Stencils
ConnectionStrings
VSO Image Resizer
Tags
.NET Compact Framework 3.5
.NET Framework 2.0
.NET Framework 3.0
.NET Framework 3.5
Agile
Architecture and Design
ASP.NET
Blogging
BloggingAbout.NET
Community Server
Development
Games
Miscellaneous
MIX07
PDC08
Personal
Silverlight
SQL Server 2005
SQL Server 2008
Team System
Utilities
Vista
Visual Studio 2005
Visual Studio 2008
WCF
Recent Posts
Who is actually using LINQ or LINQ to SQL?
Microsoft project “Velocity”
LINQ to SQL objects and doing in-memory queries over them
"How Do I?" Videos
Getting data from Excel the fast way, using LINQ
Archives
October 2008 (2)
September 2008 (5)
August 2008 (1)
July 2008 (3)
June 2008 (8)
May 2008 (2)
April 2008 (5)
March 2008 (6)
February 2008 (7)
January 2008 (2)
December 2007 (10)
November 2007 (6)
October 2007 (6)
September 2007 (4)
August 2007 (11)
June 2007 (8)
May 2007 (5)
April 2007 (4)
March 2007 (3)
February 2007 (3)
January 2007 (9)
December 2006 (15)
November 2006 (21)
October 2006 (9)
September 2006 (8)
August 2006 (13)
June 2006 (5)
May 2006 (1)
April 2006 (3)
March 2006 (3)
February 2006 (8)
January 2006 (7)
December 2005 (2)
November 2005 (8)
October 2005 (10)
September 2005 (7)
August 2005 (9)
July 2005 (5)
June 2005 (7)
May 2005 (6)
April 2005 (6)
March 2005 (10)
February 2005 (7)
January 2005 (15)
December 2004 (10)
November 2004 (6)
October 2004 (7)
September 2004 (3)
July 2004 (6)
June 2004 (15)
May 2004 (23)
April 2004 (5)
March 2004 (12)
February 2004 (27)
January 2004 (5)
December 2003 (10)
November 2003 (10)
October 2003 (16)
Browse by Tags
All Tags
»
.NET Framework 3.5
(
RSS
)
.NET Compact Framework 3.5
.NET Framework 2.0
Architecture and Design
ASP.NET
Development
LINQ
PDC08
Personal
Silverlight
SQL Server 2005
SQL Server 2008
Visual Studio 2005
Visual Studio 2008
WCF
Who is actually using LINQ or LINQ to SQL?
Microsoft UK sends out these MSDN Flash newsletters once in a while. Every one of them has this poll with some .NET related question and the results come in the next letter. I got the latest today and last time the poll was about the following: What really...
Posted:
Oct 01 2008, 03:45 PM
by
Dennis van der Stelt
| with
12 comment(s)
Filed under:
.NET Framework 3.5
,
LINQ
Microsoft project “Velocity”
Thursday September the 4th I gave a presentation for DotNed about Velocity, the framework to enable distributed cache on the Windows platform. It was a fun evening for me with lots of great questions from the audience. You can download the slides from...
Posted:
Sep 18 2008, 09:24 PM
by
Dennis van der Stelt
| with
1 comment(s)
Filed under:
Development
,
.NET Framework 3.5
,
PDC08
LINQ to SQL objects and doing in-memory queries over them
This is extremely easy and for most of you probably so obvious that you’ll start spamming me that this is time spend better on other things. But it has helped others and maybe it can help some of my visitors. I’ve used it when migrating data between two...
Posted:
Jul 10 2008, 08:20 PM
by
Dennis van der Stelt
| with
1 comment(s)
Filed under:
.NET Framework 3.5
,
LINQ
"How Do I?" Videos
When people want start learning about .NET in general or a specific subject like Silverlight or security, can be send to the "How Do I?" videos. I do this myself a lot of times, because a lot of videos aren't 60+ minutes. Just as a reminder...
Posted:
Mar 12 2008, 08:59 PM
by
Dennis van der Stelt
| with
no comments
Filed under:
ASP.NET
,
Silverlight
,
Visual Studio 2008
,
.NET Framework 3.5
,
.NET Compact Framework 3.5
Getting data from Excel the fast way, using LINQ
David , Alex and me just needed to get a load of data from some Excel sheets and work with the data. What's better than to load the data into a DataSet using OleDB and process it using LINQ to DataSets? Make sure you know what the format of your columns...
Posted:
Feb 29 2008, 03:42 PM
by
Dennis van der Stelt
| with
9 comment(s)
Filed under:
Visual Studio 2008
,
.NET Framework 3.5
,
LINQ
Read-only automatic property
I got a question during my latest presentation about automatic properties (full name is actually automatically implemented properties) with just a 'getter'. I could not remember the syntax, thought it was something with the readonly keyword. I...
Posted:
Dec 28 2007, 10:02 PM
by
Dennis van der Stelt
| with
2 comment(s)
Filed under:
.NET Framework 3.5
LINQ to SQL vs. DBA's
Why is it that in Oracle world, it's much more custom to have a database administrator (DBA) on your project than when you're working with SQL-Server? I believe it brings great value to a project to have a dedicated experienced DBA working in...
Posted:
Dec 28 2007, 12:02 AM
by
Dennis van der Stelt
| with
4 comment(s)
Filed under:
Architecture and Design
,
.NET Framework 3.5
Compiling a .NET 3.5 project and running on a .NET 2.0 machine
For those that are still curious after my previous post about using C# 3.0 features in .NET 2.0 . You can compile any .NET Framework 3.5 project and run it in a .NET Framework 2.0 environment (read, no .NET Framework 3.5 installed) without any problems...
Posted:
Dec 06 2007, 03:40 PM
by
Dennis van der Stelt
| with
1 comment(s)
Filed under:
Visual Studio 2008
,
.NET Framework 3.5
,
.NET Framework 2.0
Using C# 3.0 from .NET 2.0
Yesterday I wrote an article on the property snippet in Visual Studio 2008 and that it had changed from Visual Studio 2005. Only a few hours later, I questioned myself if even a few people might be interested in this. Not because of the snippet, but because...
Posted:
Dec 05 2007, 09:48 PM
by
Dennis van der Stelt
| with
9 comment(s)
Filed under:
Visual Studio 2008
,
Visual Studio 2005
,
.NET Framework 3.5
,
.NET Framework 2.0
Automatic properties and replacing the Visual Studio 2008 'prop' snippet
In .NET Framework 3.5, we've gained automatic properties. Automatic properties are really simple to understand. Instead of writing a full getter and setter with a private field (called a backing field, because it belongs to the property) you just...
Posted:
Dec 04 2007, 12:24 PM
by
Dennis van der Stelt
| with
4 comment(s)
Filed under:
Visual Studio 2008
,
.NET Framework 3.5
Borrow and extend; Summer Class
When Microsoft takes a great idea from someone else, they always enhance it. They call this "borrow and extend". Take tabbed browsing for example, where you can view QuickTabs and get a screen with every open tab in a preview window. It seems...
Posted:
Nov 23 2007, 02:07 PM
by
Dennis van der Stelt
| with
no comments
Filed under:
Visual Studio 2008
,
.NET Framework 3.5
,
.NET Compact Framework 3.5
~Visual Studio 2005
Forget about VPC, VMWare and the likes, I finally got it on my laptop! Let's play... Oh, by the way, after I've finished Call of Duty 4. This game ROCKS! Technorati Tags: Visual Studio 2008 , .NET Framework 3.5 , .NET 3.5 , Team System
Posted:
Nov 20 2007, 04:14 PM
by
Dennis van der Stelt
| with
1 comment(s)
Filed under:
Visual Studio 2008
,
Visual Studio 2005
,
.NET Framework 3.5
,
.NET Framework 2.0
.NET Framework 3.5 in February
Normally I get flooded with messages about stuff like the official release-date for .NET Framework 3.5. But since my Omea Reader database crashed (for the third time, but this time I can't find a solution to get it working again) and I still haven't...
Posted:
Nov 05 2007, 10:10 AM
by
Dennis van der Stelt
| with
7 comment(s)
Filed under:
Visual Studio 2008
,
.NET Framework 3.5
,
.NET Compact Framework 3.5
Class-A Summer Classes become Winter Classes
As I really enjoyed giving the Summer Classes a few weeks ago, the first ever real .NET 3.5 class world wide, I'm really pleased to announce the Winter Classes. Although the date hasn't even been set, we're planning it around the end of January...
Posted:
Oct 04 2007, 09:08 AM
by
Dennis van der Stelt
| with
2 comment(s)
Filed under:
Personal
,
WCF
,
Silverlight
,
Visual Studio 2008
,
.NET Framework 3.5
,
.NET Compact Framework 3.5
.NET 3.5 Summer Class was... awesome!
The weekend-after has passed and I've slept through most of it. Man did we use up some hours (some nights we went on with the training until 23:00 hours) and especially the last night when we drank past the bar its closing hours and went on in a local...
Posted:
Sep 17 2007, 04:07 PM
by
Dennis van der Stelt
| with
no comments
Filed under:
SQL Server 2005
,
Silverlight
,
SQL Server 2008
,
Visual Studio 2008
,
.NET Framework 3.5
More Posts
Next page »