Welcome!

The .NET Addict's Blog

Kevin Hoffman

Subscribe to Kevin Hoffman: eMailAlertsEmail Alerts
Get Kevin Hoffman via: homepageHomepage mobileMobile rssRSS facebookFacebook twitterTwitter linkedinLinkedIn


Top Stories by Kevin Hoffman

Kindle Session at Cloud Expo Barnes and Noble just recently unveiled their upcoming eReader, the Nook. On the blog of my non-techy alter-ego I've posted a comparison of the two readers that is entirely based on my own personal feelings of what is cool and what isn't, so take it as opinion and certainly not as a technical review. So far I've remained relatively aloof from the whole "eBook" craze. Ordinarily, given my geeky background and borderline insane craving for technology, one would think that I'd be all over these things. The problem is, my love for the written word also extends to a love for the experience of reading a book. Click here to check out the blog post. Call me crazy, but I love the smudged thumbs I get from a 3-hour reading session where the real wor... (more)

Debugging EXC_BAD_ACCESS Errors with NSZombieEnabled

iPhone Summit at Cloud Expo One of the biggest problems developers have when building apps for the iPhone is memory violations. A lot of developers, especially those who come from a Java or .NET background, have trouble adjusting to an environment where they need to manually keep track of reference counts and they need to be explicitly aware of their own memory management. I've known qu... (more)

Want to Learn How to Write iPhone Applications?

If you're like me, you've probably been spending every waking moment you have eating, living, and breathing the iPhone SDK. Since March 6th, that's pretty much all I can think about once I get home. So, what do you do if you want to learn how to write iPhone apps, but you want to become a pro at iPhone SDK programming? Its one thing to read the SDK, page-by-page until your eyes bleed (wh... (more)

Html.JqGrid - Cleaning Up Your jqGrid Code

I was recently working on a project where I had five or six different pages, each of which was going to have a full CRUD-enabled jqGrid complete with form editing, date pickers, fields that show up in the form and not on the grid, etc. The problem is after I got finished doing the first one I realized that there was a truckload of really redundant jqGrid code that I didn't want to have t... (more)

Working with Table Storage on the Windows Azure

Azure Cloud on Ulitzer If you've been working with Azure for a while then you've probably spent some time using the StorageClient sample that came with previous versions of the SDK. With the November 2009 release of the SDK (the one they'll be using at PDC 2009), they have wrapped that sample up into the SDK and refactored it to fit more in line with the conventions and quality standards ... (more)