Sign in
|
Join
Kenny Kerr
Produce the highest quality screenshots with the least amount of effort! Use
Window Clippings
.
This Blog
Home
About
Syndication
RSS
Search
Go
Tags
.NET
C#
C++
Concurrency
Introduction to MSIL
Security
Technology
Tools
Vista
Window Clippings
Windows
XML
Navigation
Home
Blogs
Archives
June 2008 (1)
May 2008 (9)
April 2008 (11)
March 2008 (4)
February 2008 (3)
January 2008 (3)
December 2007 (5)
November 2007 (3)
October 2007 (5)
September 2007 (2)
July 2007 (6)
June 2007 (6)
May 2007 (11)
April 2007 (8)
March 2007 (4)
February 2007 (3)
January 2007 (9)
December 2006 (4)
November 2006 (2)
October 2006 (4)
September 2006 (2)
August 2006 (1)
July 2006 (4)
June 2006 (4)
May 2006 (8)
March 2006 (1)
January 2006 (2)
December 2005 (1)
November 2005 (1)
October 2005 (6)
September 2005 (4)
August 2005 (3)
July 2005 (6)
June 2005 (10)
May 2005 (3)
April 2005 (1)
February 2005 (2)
December 2004 (2)
November 2004 (1)
October 2004 (3)
September 2004 (11)
August 2004 (4)
July 2004 (7)
June 2004 (6)
May 2004 (5)
Links
Karin Kerr
Kenny and Karin
Kenny's Articles
Popular Posts
App Lockdown Supplement
Toward Better Design in Native C++
C++/CLI: The Most Powerful Language for .NET Programming
The Linq between C# and C++
Increment differences in C++ and C#
Max CPU: Another one for your developer toolbox...
Window Clippings
Demystifying Managed Code and Compiler Output
Mixing Native and Managed Types in C++
Introduction to MSIL (Series)
Windows Vista for Developers (Series)
Known Folders Browser
Browse by Tags
All Tags
»
C#
(
RSS
)
.NET
C++
Concurrency
Introduction to MSIL
Security
Technology
Tools
Vista
Window Clippings
Windows
Tuesday, April 15, 2008 5:46 AM
Windows with C++: Windows Imaging Component (Part 1)
My latest column is now available in the April 2008 issue of MSDN Magazine. This is part 1 of a 3 part series about the Windows Imaging Component that ships with Windows Vista as well as the .NET Framework 3.0 and later. Windows with C++: Windows Imaging...
Posted by
KennyKerr
| with
no comments
Filed under:
C++
,
C#
,
Vista
,
.NET
,
Windows
,
Technology
Tuesday, December 11, 2007 2:10 PM
Parallel Programming with C++ – A New Series
Microsoft’s developer division has, at least publicly, been placing a lot of emphasis on making it easier for C# and VB developers to build scalable applications more easily. The Parallel Extensions CTP for .NET 3.5 is clear evidence of their commitment...
Posted by
KennyKerr
| with
no comments
Filed under:
C++
,
C#
,
.NET
,
Concurrency
,
Windows
,
Technology
Tuesday, July 03, 2007 12:00 AM
How to learn C++ (and Windows development)
Every few months I get asked for book recommendations for learning the C++ programming language and then how to get started with Windows programming with C++. I don’t buy into the “C++ in 10 days” school of learning but rather advice readers to read books...
Posted by
KennyKerr
|
13 comment(s)
Filed under:
C++
,
C#
Wednesday, June 13, 2007 7:11 PM
Security: Applying Cryptography Using The CNG API In Windows Vista
My next article for MSDN Magazine is now available. Its part of the July 2007 issue of the magazine and covers the new cryptography platform introduced in Windows Vista. Security: Applying Cryptography Using The CNG API In Windows Vista Windows Vista...
Posted by
KennyKerr
| with
no comments
Filed under:
C++
,
C#
,
Security
,
Vista
Tuesday, June 05, 2007 12:34 PM
Add watermarks to your Window Clippings images
I wrote this add-in last night using the .NET Framework mostly to serve as an example of how easy it is to write add-ins for Window Clippings , but also because I think it’s a useful add-in for those who like to add watermarks to their published images...
Posted by
KennyKerr
|
14 comment(s)
Filed under:
C#
,
Window Clippings
Friday, June 09, 2006 1:45 PM
Beyond WinFX: Transactions, Aero Wizards, And Task Dialogs In Windows Vista
The July 2006 issue of MSDN Magazine features my latest article where I talk about some of the new native APIs introduced with Windows Vista. Beyond WinFX: Transactions, Aero Wizards, And Task Dialogs In Windows Vista What comes to mind when you think...
Posted by
KennyKerr
|
3 comment(s)
Filed under:
C++
,
C#
,
Vista
Friday, June 02, 2006 11:34 AM
Attributes That Do Nothing
Some attributes in the .NET Framework don’t do anything. That is, there mere existence decorating your assemblies (and their types and members) has no discernable impact on runtime behavior. They are not used by the CLR for things like serialization...
Posted by
KennyKerr
|
6 comment(s)
Filed under:
C++
,
C#
,
.NET
Thursday, May 11, 2006 4:37 PM
The Linq between C# and C++
C# is the hot new language, unless you’re Don Box in which case it’s probably Ruby , but let’s pretend its C# for the purpose of this discussion. :) A future version of C# will allow you to write the following: int[] numbers = { 10,...
Posted by
KennyKerr
|
9 comment(s)
Filed under:
C++
,
C#
,
.NET
Wednesday, March 29, 2006 3:42 PM
Increment differences in C++ and C#
A friend was a bit surprised today to find that the postfix increment operator (i++) doesn’t always work exactly the same in both C++ and C#. I’m not a language lawyer and this is the kind of thing I usually file under “you shouldn’t...
Posted by
KennyKerr
|
13 comment(s)
Filed under:
C++
,
C#
,
.NET
Wednesday, August 24, 2005 3:31 PM
Demystifying Managed Code and Compiler Output
Since publishing my Introduction to MSIL series, I have received a number of questions related to compilers and IL. In this post I hope to address a number of those questions. Q How can I get the C++ compiler to produce IL? A The short answer is that...
Posted by
KennyKerr
|
2 comment(s)
Filed under:
C++
,
C#
,
.NET
More Posts
Next page »