Jan Schreuder on .Net

.Net code samples, experiences, observations

View my professional profile on LinkedIn

Recent Posts

Tags

News

  • Inappropriate comments will be deleted at my discretion.

    The information and code samples in this weblog is provided "AS IS" without warranty of any kind, either expressed or implied, including but not limited to the merchantability and/or fitness for a particular purpose.

Community

Email Notifications

Tool suppliers

Tools

General

Microsoft

Favorite blogs

Archives

Browse by Tags

All Tags » General (RSS)
IE8 Release Candidate available for download
You may have noticed already, but the RC1 release of Internet Explorer 8 is now available for download at this location . Internet Explorer 8 offers the following new features: Accellerators. Makes it easier to map directions, translate words, send email...
If Microsoft is so good at testing, why does your software suck?
I was triggered to read a blog post by James Whittaker, software architect at Microsoft, through an article in Computable, a Dutch IT magazine. The dutch article was a short interview with James Whittaker about his work at Microsoft and for Visual Studio...
Sleepless in Seattle
This week I'm in Seattle as part of LEAP 2009 , a Microsoft program for Dutch IT architects. Purpose of this program is to increase knowledge on Microsoft's vision on technical architecture, the future of software technology and enhancing architects...
What the f**k..
I see a lot of code from other developers and every now and then you see some real gems. Today I was looking at a query to see if and how it could be optimised. One of the things I did was look at the query plan to see if indexes were used for various...
How to: Delete rows from a table using a join on a second table
In my current project, we have a tables where the primary key consists of two values. Based on the result of a query, we needed to delete a few rows from that table. The query returned the two key values and we needed to join that information in the delete...
Have you heard of MinWin yet?
On October 13, Eric Traut from the Core Virtual Machine Team at Microsoft’s Core OS Division, gave a presentation about the vritualization technology Microsoft currently has to offer. The full presentation can be seen here and takes about an hour...
Syntax error? Really?!?!
In my current project, we have adopted Microsoft StyleCop as a tool to make sure everyone sticks to the same style of coding. One of the things we currently incorporate in our daily work is making sure our existing code conforms to the rules we agreed...
Sandcastle now on CodePlex
The Sandcastle project, Microsoft's tools to generate documentation from your well-documented code, is now available on CodePlex. That was already the case, but until about 2 month's ago, that was without the source code. You can now download...
Need help with Crystal Reports? Look here!
Because I blog about Crystal Reports occasionally, and created a helper class to assist in integrating it into .Net applications, I get a lot of questions from people that have problems running their reports. Especially in production environments after...
Have your C# coding style analysed by Microsoft, part 2
Just as a small update on the use of StyleCop . I disagreed with some of the rules, like having to use spaces rather than tabs. It's not really an annoying rule, the only thing about it is that you have to agree on using spaces or tabs and then stick...
Have your C# coding style analysed by Microsoft!
Or to be more specific, by Microsoft StyleCop . Now this may not be new to you, and that's very likely since StyleCop was announced in May of this year, but it was new to me. The tool checks your code for coding style and more specific, the Microsoft...
SAP is annoying me
I never had to do anything with SAP my self, other than interfacing from a .Net application. But since SAP has purchased Business Objects, I find I have to deal with them more and more. Why? Well, since SAP bought Business Objects, who bought Crystal...
Looking for icons?
It happens to all of us. You need an icon for a specific subject and you can't seem to find one. Having a new icon designed might take too long. Usually, people simply resort to starting Google Image search . This morning I bumped into Wikimedia Commons...
Deploying applications that use Crystal Reports for .Net
I know, for a lot of Microsoft developers Crystal Reports (CR) is a no-go area. But I know that a lot of developers are using it, whether they like it or not. Because of my posts about CR, and more specifically my CrystalHelper class, I'm asked how...
Dynamic type support in C# aka Late Binding
VB6 and VB.Net developers know this feature: "Late Binding" and C# developers have often ridiculed that option. Buit it seems that the next version of Visual Studio will support a feature called "Dynamic type support". An article on...
Posted: Thu, Feb 21 2008 1:41 PM by Jan Schreuder | with no comments
Filed under: ,
More Posts Next page »