Kenny Kerr
<span style="color:#4a67b1"><strong><em>This blog has moved to <a href="http://kennykerr.ca/"><span style="color:#4a67b1">kennykerr.ca</span></a></em></strong></span>
-
Independent Microsoft Technical Evangelist?
Hi, my name is Kenny Kerr and I am an Independent Microsoft Technical Evangelist.
-
Lesson of the Day
-
Humans and Mac Minis
This is hilarious and yet so sad.
-
Initializing Arrays and Aggregates
Jordy posted a question to MSDN’s new forums website that I thought would be interesting to readers of my blog. Basically he wants to convert the following native C++ code to managed code:
-
Using Statements
From a completely unrelated Google search I came across this post by Fritz Onion over on pluralsight mentioning that he was happy to see Visual Basic 2005 adopting the C# using statement to make resource management a little easier in VB. He went on to concede that it wasn’t quite as elegant as the corresponding C#. Here is the VB example he provided:
-
Applied Visual C++ 2005
I haven’t been blogging much over the last few months mostly because I’ve been real busy on various projects, the most significant being my new book entitled Applied Visual C++ 2005. Hopefully I will be able to write more about it in the coming weeks. In a nutshell, it introduces Visual C++ 2005 as a language and compiler for developing applications targeting the .NET Framework.
-
The Case of the Missing Generic (Parse Method)
I’ve noticed that quite a few people in the community have been wondering why on earth the System.Enum type in version 2 of the .NET Framework lacks a generic Parse method. If you haven’t used the Parse method lately, an example will help to clarify the frustration many developers have experienced.
-
More on Building Secure Applications in C++
Earlier this year I wrote an introduction to some of the safety features available to hobbyist developers using Visual C++ 2005 Express Edition. You can read it here:
-
Icon Browser on MSDN
I just noticed that my Icon Browser utility is featured on MSDN. This was one of the first .NET applications I wrote back in 2001 and is still one of the most useful little tools I’ve written on a sleepless night, mostly due to the “Export Icon” feature. You can read the full article here:
-
Using Visual C++ Express to Build Secure Applications
My latest Visual C++ 2005 (security) article is now live on MSDN. It should be headlined on the appropriate dev centers in the next day or two, but here's a sneak preview: