Brian Long’s .NET Debugging Slides

Many thanks to Brian Long for last night’s presentation on .NET Debugging - another great performance. You can download Brian’s slides here.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by: Guy Smith-Ferrier
Posted on: Thursday, July 13, 2006 at 1:00 AM
Categories: Events
Actions: E-mail | Kick it! | DZone it! | del.icio.us
Post Information: Permalink | Comments (2) | Post RSSRSS comment feed

Related posts

Comments

Patrik

Friday, July 14, 2006 1:00 AM

Patrik

Hi Guy

I read your sample chapter. Good stuff and easy to read!

I’d like to implement the following scenario: we deliver resources to the customer. But the customer translates or changes the resources, too. I should have this fallback: If there is a customer translation: use it. If not: the application should use our own translation. It sounds to me like e perfect use for CustomCulture. How would you implement this? Idea: the customer compiles his resources as de-DE-custom (or de-custom). We compile our resources as de-DE (or de) thus the fallback will work. What do you think? Do you have another approach?

Can’t wait to read the other chapters!
Thanks, Patrik

Patrik

Friday, July 14, 2006 1:00 AM

Patrik

sorry, wrong toppic