Sign in
Dennis "D.C." Dietrich
C#, .NET and the Curse of the Resource Fork - A Tester's Tale
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
Cloud Computing
Code Camp
Code Generation
Debugging
Delegates
EMTF
Events
Exceptions
Garbage Collector
Globalization
Hardware
HTTP
Links
Localization
Mac OS X
MIX
Object Lifetime
Open Source
Quality Assurance
Runtime Code Compilation
Silverlight
Software Engineering
Testing
Usability
User Experience
Virtualization
Browse by Tags
MSDN Blogs
>
Dennis "D.C." Dietrich
>
All Tags
>
debugging
Tagged Content List
Blog Post:
HTTP debugging for Silverlight developers (Mac OS X edition)
Dennis 'D.C.' Dietrich [MSFT]
Many posts have been written about how to debug problems with issuing HTTP requests from Silverlight applications, particularly in the context of web services and WCF (see for example Debugging Web Service Usage in Silverlight 2 or Faults and Exceptions when using Web Services in Silverlight 2 ). As...
on
8 Jun 2009
Blog Post:
It's all about systems - even if you're testing only a component
Dennis 'D.C.' Dietrich [MSFT]
Earlier this year I bought a brand new computer and wanted to play what turned out to be one of my favorite games of all times. However, it also turned out that this new computer of mine came with a pretty bad graphics card. It did work but the performance was so bad that even full screen DVD playback...
on
22 Oct 2008
Blog Post:
How would you test a... C# code generator with Visual Studio Team Test
Dennis 'D.C.' Dietrich [MSFT]
Introduction I spent some time this week thinking about how to test a code generator that generates C# code and is itself written in C# (so it's once again all about managed code). At first I thought about how to verify the generator output directly. Since the output is C# code - which ultimately...
on
14 Jun 2008
Blog Post:
Setting up Silverlight 2 remote debugging on Mac OS X
Dennis 'D.C.' Dietrich [MSFT]
Let's face it: Silverlight is awesome! So are the Visual Studio Tools for Silverlight. One reason why it is so awesome is that you can run your applications on Windows and Mac OS X. But what if you need to debug an application while it is running on a Macintosh? Since there are no development tools for...
on
5 Mar 2008
Blog Post:
Referenced assembly 'filename' is a localized satellite assembly (why it's not wise to ignore warning al1056)
Dennis 'D.C.' Dietrich [MSFT]
Usually you should fix all warnings you see when building your code right away and personally I'm a big fan of treating warnings as errors. Here is one more reason: Marking an assembly with the AssemblyCulture attribute using a non-empty string will make that assembly look like a satellite assembly...
on
13 Oct 2007
Blog Post:
Fun with events and delegates
Dennis 'D.C.' Dietrich [MSFT]
So how can you verify that a given class raises an event? Well, you can simply write some code that registers an event handler and then cause the target to raise that event. Now, how do you verify that a given class does actually handle an event raised by another class? Basically it’s the same thing...
on
1 Oct 2007
Blog Post:
A good reason for calling GC.Collect()
Dennis 'D.C.' Dietrich [MSFT]
You've probably heard that you should not call GC .Collect() and generally speaking this is absolutely correct. Yes, there are probably exceptions to that rule but unless you know for sure that calling GC .Collect() will improve the runtime behavior of your application you should refrain from making...
on
23 Sep 2007
Page 1 of 1 (7 items)