Sign In
Jeremy Hance
CF GAC, Loader, Interop, etc...
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Announcements
FAQs
Samples / Snippets
The Rest
Archive
Archives
July 2005
(2)
August 2004
(1)
July 2004
(6)
MSDN Blogs
>
Jeremy Hance
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Jeremy Hance
Back from the Dead
Posted
over 7 years ago
by
jehance
1
Comments
I knew it'd been a while since I'd updated my blog, but the realization that it'd had been nearly a year since my last post shocked me some. I mean, I've told people it'd been nearly a year, but didn't really believe it until I saw the date myself. Well...
Jeremy Hance
A Simple Resource Helper Class
Posted
over 7 years ago
by
jehance
8
Comments
using System; using System.Reflection; using System.IO; using System.Runtime.CompilerServices; /// <summary> /// A simple helper class for extracting Resources from the /// calling assembly /// </summary> public class ResourceHelper...
Jeremy Hance
PocketOutlook and COM Interop
Posted
over 8 years ago
by
jehance
0
Comments
New to the .NET Compact Framework in Whidbey Beta 1 is a feature known as COM Interop. Among other things, this feature allows simple managed access to a number of Native APIs, including the Pocket Outlook Object Model (POOM). Steven has posted a great...
Jeremy Hance
Space Exploration (Way Off Topic)
Posted
over 8 years ago
by
jehance
3
Comments
It is my intention to keep this blog parimarily technical, but I feel the need to make an off topic post today. For those that do not know, today is the 35th Anniversary of Neil Armstrong's famous first step out onto the moon, one of a few truly monumental...
Jeremy Hance
Working from Home
Posted
over 8 years ago
by
jehance
3
Comments
Is there anything better than working from home? I'm sitting on my back porch today, wireless laptop at the ready, 10 month old Chocolate Lab at my feet, staring out at the beautiful rarity known as a “Sunny Seattle Day”. Today, it was...
Jeremy Hance
How do I get the "right" Device ID?
Posted
over 8 years ago
by
jehance
4
Comments
I've been asked more than once how to go about getting the “right” Device ID from managed code. There's a myth floating around (to which, for a short time, I myself subscribed) that a device has multiple Device IDs, or that there's some trick...
Jeremy Hance
A Simple Device ID Class
Posted
over 8 years ago
by
jehance
4
Comments
I've received a number of questions regarding how best to retrieve the Device ID. As a result, I've decided to provide the following class for your coding pleasure: --- jeh This posting is provided “AS IS“, without warranties, and confers...
Jeremy Hance
Why Doesn't My Desktop App Work on CF (Anymore)?
Posted
over 8 years ago
by
jehance
1
Comments
The Desktop Framework and the CF Framework have different Public Key Tokens as part of their strong name. The Desktop framework commonly uses two different Key Tokens (b77a5c561934e089 and b03f5f7f11d50a3a), while CF currently uses one (969db8053d3322ac...
Jeremy Hance
Now Open For Business
Posted
over 8 years ago
by
jehance
2
Comments
My name is Jeremy Hance, and I'm an SDET on the Compact Framework team. Officially, SDET = Software Development Engineer in Test. In my position, I write code used to test the functionality of the Compact Framework. Primarily, I work with the Global Assembly...
Page 1 of 1 (9 items)