April 2004 - Posts

MVP Award!!!
Monday, April 12, 2004 10:12 PM

The email arrived today!  I have been recognized with the MVP award for C#.  Many thanks to all those in the community who I have met and who have made my forays into .NET as interesting as they continue to be.  I am very pleased and humbled to be counted amongst the ranks of other MVP holders!

Hey, maybe I can get even more speaking gigs now? ;-)

If you are looking for an (ahem ... ) MVP speaker at your .NET User Group, drop me an email!

 

 

UPDATE (4/15/2004):  Thanks to everyone for your kind words and also those that responded for UG presentations! :-)

 

CShark and other interesting .NET related license plates?
Sunday, April 04, 2004 11:33 PM

It has finally arrived - a personalized license plate (or tag in DMV jargon) from the DMV.  After them first issuing the plate which never arrived - then refusing to do anything about it when called, then the kind souls at AAA issued a new plate so we could complete this years registration for the car and issued a request to the DMV to reissue the plate which they finally did!

So, there it is - “CSHARK“.

It was originally the name for a coding standards framework for C# which I started while at a previous client.  The idea was to enable the company to ensure their coding standards were being followed by making it an addin for VS.NET available from a keystroke while in the editor.  The framework used some regular expressions to parse the source code (a poor solution) and then used a series of interfaces to define rules which could be implemented to test for different things.  It was different to FxCop in that it was only designed to test the formatting of the code - braces in the right places, spacing, etc.  FxCop operates at the IL level and therefore works across all .NET languages but is concerned more with the functionality and design rather than formatting.  I abandoned the framework since I think that a code formatting tool (maybe as a filter to your favorite source control system ... ?) is a better way to go.  I should also thank a previous coworker and friend, Jim Callender, who being the gifted artist he is, designed a great 32x32 shark icon for the product.

If you are interested in a coding standards framework or a C# parsing CODEDOM based solution, be sure to take a look at Ivan Zderadicka's website.

Now all I need to do is wash the car! :-)

Anyone else have any interesting .NET related license plates?

by thycotic | 1 comment(s)
Filed under: ,
More Posts

This Blog

Syndication