Granville Barnett

October 2008 - Posts

Design Patterns – Part 7 published

The 7th part of the design patterns series was published today. This part covers the template pattern.

View it – Design Patterns – Part 7

Originally posted at http://msmvps.com/blogs/gbarnett. Please post all comments there. Thanks, Granville.
Design Patterns – Part 6 published

Part 6 of the design patterns series has just been published on DotNetSlackers. This part covers the adapter pattern.

View it – Design Patterns – Part 6

Originally posted at http://msmvps.com/blogs/gbarnett. Please post all comments there. Thanks, Granville.
Design Patterns – Part 5 published

In this part of the series we look at the command pattern.

I've also seen that Sonu has posted in the article quick links to the previous articles in the series as well. While the articles are not written in any specific order I would recommend that you read the first part before you read any of the others if only for motivation to learn more about design patterns.

View it – Design Patterns – Part 5

Originally posted at http://msmvps.com/blogs/gbarnett. Please post all comments there. Thanks, Granville.
A good book on Vim commands and a Vim emulator for VS

I've used Vim for quite some time on Windows (yep, not quite a Vim purist...) however, I have never actually read a book on Vim. For those who don't know Vim is an awesome text editor with a really powerful set of commands you can issue via the keyboard.

Why care? Well, using Vim commands when editing any sort of document really allows you to do stuff really quick once you have a pretty decent understanding of how to use the commands. Traversing text files and such like becomes a lot less mundane, performing edit based transformations becomes quick and effective, etc etc.

The book I am talking about is called Learning the Vi and Vim Editors, 7th Edition. It came to my attention while browsing Safari as this edition is only a few months old. I'm about 5 chapters in and I must say that its very well written and straight to the point. If you are in the market for such a book then I would happily recommend this one.

Also...

Until around 6 or so weeks ago I didn't know Vim like functionality could be emulated within any of the major applications I use (namely VS) but to my surprise there was – ViEmu. Now you can use all those Vim commands within VS. The same people also provide an emulator for Office based products – Word, and Outlook (I think those are just the two) as well as SQL Management Studio.

Originally posted at http://msmvps.com/blogs/gbarnett. Please post all comments there. Thanks, Granville.
More Posts