Browse by Tags

Debugging .NET apps for .NET 4.0
With Visual Studio 2010 and .NET 4.0 getting ready to be shipped sometime in the next year, I wanted to see what were peoples ideas for how to debug applications that were written with them.  Are you happy in production with what you are currently Read More...
Posted 02 September 09 12:45 by Tom | 11 Comments   
Filed under , , ,
Logging modules for ASP.NET (MVC) and also for Windows Azure
I was just reading through Scott Hanselman’s post about ELMAH and this sounds like a great idea.  Getting a easy to consume report of all of your exceptions is a wonderful thing, especially when you add in that you can get it as an RSS feed, an email Read More...
Any ASP.NET Debugging requests?
With us starting to look forward to .NET 4.0, I started to think about the debugging story for ASP.NET and wondered if you had any requests for what you would like to see. Some of the things that are on my mind are ideas like: Giving some kind of visual Read More...
Posted 22 April 09 06:00 by Tom | 11 Comments   
Filed under , ,
ASP.NET Troubleshooting
So with how long ASP.NET has been out for now, I am really curious to know how people go about tracking down issues in their project. I’d like to know things like: How do you know there is a problem What tools do you use to confirm that the problem really Read More...
What do you need to troubleshoot Azure?
Looking to the future with cloud computing, it is going to become increasingly important to have good information about what is happening with your site in order to properly maintain it. Keeping development type of issues aside, what types of things do Read More...
Posted 19 November 08 06:00 by Tom | 6 Comments   
Filed under , , ,
Strange callstacks
How many times have you been troubleshooting a dump or application, you look at the callstack and you see something that just doesn’t quite look right.  Chances are the problem is that you don’t have correct symbols. For example, if you see something Read More...
Posted 29 October 08 06:00 by Tom | 1 Comments   
Filed under , , ,
Videos are coming – suggested topics?
So I have started to create some videos showing various things that you can do.  Are there specific things that everyone would like to see?  I’d like to build a list of the things you want and then I can start knocking them out.  I’m figuring Read More...
Posted 13 October 08 06:00 by Tom | 2 Comments   
Filed under , , , ,
ASP.NET Tip: How to avoid creating a GC Hole
There are only a few things that can make a .NET process crash.  The most common one is an Unhandled Exception getting raised.  Another way that is can happen is by creating a GC Hole. What is a GC Hole So first a little background on what I Read More...
Posted 25 September 08 06:00 by Tom | 5 Comments   
Filed under , , , ,
Who uses SOSEX and what for?
Another thing I am curious to know is if anyone is using SOSEX and what advantages it gives you for debugging.  I have talked to the author of it and I think it has a lot of useful commands, just wanted to get everyone’s take on it. Let me know any Read More...
Posted 22 September 08 06:00 by Tom | 3 Comments   
Filed under , , ,
High Memory part 6 – Fragmentation revisited
I have talked about a bunch of commands used to troubleshoot a managed memory problem in the past and given some situations of using them like: High memory, CPU, or other performance problems with .NET High Memory continued - Datatables High Memory part Read More...
Debugger Extension update
The debugger extension that we were working on getting out with the debugger package has hit some roadblocks and it looks like it isn't going to be shipping with the debugger anytime soon. We are looking to see if we can find an alternative method to Read More...
Posted 12 September 08 06:00 by Tom | 2 Comments   
Filed under , , , ,
How do you test the performance of your web site?
I wanted to get a feel for what tools people are using to test the performance of their website.  My questions are: Do you check page-load times?  Do you dig in to see which files are taking the time How do you track down a page that uses a Read More...
SOS Tip: Using help
This is just a quick little note to remind everyone that the !help command in sos can be very helpful.  Not only does it list all of the possible commands, but if you run it and pass it the name of a command, it will print out a bunch of really useful Read More...
Posted 09 September 08 06:32 by Tom | 1 Comments   
Filed under , , ,
SOS Best Practice: Match the SOS version with the process being analyzed
I haven’t seen a whole of of issues around this as of yet, but now that 3.5 SP1 has released that may change.  If you copy SOS.dll to another location and then load it out of that directory to troubleshoot dumps, you may start seeing problems.  Read More...
Posted 25 August 08 06:00 by Tom | 1 Comments   
Filed under , , , ,
Do you think about supportability?
So I wanted to get a read on how people design their web sites.  My thinking is that there isn’t much time spent in planning for supportability.  There are a lot of other concerns that take priority, What is more important – Design or Content Read More...
Posted 24 July 08 06:00 by Tom | 6 Comments   
Filed under , , , ,
More Posts Next page »

Search

This Blog

Page view tracker