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)
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...
Posted: May 16 2008, 01:09 PM by Jan Schreuder | with no comments
Filed under: ,
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: Feb 21 2008, 01:41 PM by Jan Schreuder | with no comments
Filed under: ,
SQL Server 2008 February CTP is available for download
Just found this on Dan''s Blog , the SQL Server 2008 CTP is available for download. If you're interested in the latest version of SQL Server, then follow any of the links below. The download can be found here If you want to know what's...
Microsoft SysInternals
I was pointed to the Sysinternals section on TechNet recently. I've seen some of the tools provided there before, but I always seem to forget where I could find them. So now, as a permanent reminder, a short blog post. From the Sysinternals website...
Posted: Feb 15 2008, 10:07 AM by Jan Schreuder | with no comments
Filed under: ,
Keep track of data changes using a SQL trigger
In my current project, we calculate the status of tasks that a user needs to do and store the status in a table. This happens on a daily basis. Once every week, we calculate which items are overdue and inform the user by email to take appropriate action...
Finding Memory Leaks in WPF-Based applications
No matter what people say, managed code applications can (and will) leak memory. I bumped into a blog post on MSDN today which describes how memory leaks in WPF applications can be avoided and found should they occur. From the blog post: In this blog...
The 9 worst Microsoft products ever?
Everyone is entitled to his/her opinion. The author of this article certainly has an opinion about a number of Microsoft products. There are even some products I had never heard of before. The list contains the following Microsoft products: Actimates...
Visual Studio "Rosario"
I guess most of us are really happy with the release of Visual Studio 2008. I know I am, although I realise that I won't be able to use it professionally. I have only recently been able to convince my current projectowner to upgrade our suite of applications...
What is that treeview doing? Who can help? Problem SOLVED!
We're currently migrating our web applications from the .Net 1.1 framework to .Net 2.0. The whole process runs quite smoothly, untill yesterday that is. In a few web forms, we've previously used the TreeView which was in the Microsoft Web Components...
Posted: Oct 23 2007, 09:42 AM by Jan Schreuder | with 3 comment(s)
Filed under:
More Posts Next page »