Waldek Mastykarz - Innovation Matters | SharePoint Server MVP | ISSN 2210-9390

ExtensionAttribute Visual Studio Item Template

, , No Comments »

Extension Methods are a new feature of Visual Studio 2008. They basically allow you to add new methods to already existing classes. You could for example introduce a new method: String.IsValidEmailAddress() which would validate whether the given string is a valid e-mail address. Scott Guthrie has written some more information about the Extension Methods in Visual Studio 2008. Read more »

Rock My Website: download winners' code

No Comments »

A while ago John, Martijn and myself have won the Rock My Website competition. John has mentioned this earlier in one of his posts. Read more »

ASP.NET events can cause troubles

, , , No Comments »

…if you are developing a Webrichtlijnen compliant website in ASP.NET or let’s say in… SharePoint 2007! Read more »

Using .NET Custom Attributes for release documentation

No Comments »

During the last Dev Days in the Netherlands I’ve attended to Francesco Balena’s presentation on .NET Reflection. It was definitely interesting and it has inspired me to take a closer look at it. After a while I came on the idea of using .NET Reflection for generating release documentation for .NET applications and assemblies. It would once and for all solve the problem of updating the release notes stored in a separate file and getting sure all the changes have been put there. Read more »

Imtech C# String Converter (Free .NET Tool)

No Comments »

Once in a while you need to paste one of these long strings into your C# code. I’ve set recently a record by pasting an exported SharePoint 2007 RSS Viewer Web Part: more than 400 lines! If it’s only once during the solution development it’s doable: you could get it well formatted using some Search and Replace with Regular Expressions. But what if you have to paste a dozen of such strings in your code? Read more »

Copyright © 2007 - 2010 Waldek Mastykarz

Creative Commons License