Tom Christian's Blog
-
What is more important – Design or Content
-
Debugging ASP.NET on a Production Server 101
So I thought I would put all the information together in one place that I have been creating over the past few months. I’ll try to go through all the steps and the different things that you will need to use in order to track down a problem.
-
BLOG CHAT: SQL Injection
So finally all the details have been worked out. We are going to have this chat on Friday July 18th. At 2:00 PM EST. That is 11:00 AM PST.
-
Visual Studio 2008 Web Server Here shell extension
This has to be one of the coolest shell extensions that I have seen yet. It is right up there with the Command Prompt Here one.
-
SOS: Always use the correct debugger
I cannot stress this enough. It is very important that you use the same architecture for the debugger as the process that you are trying to troubleshoot.
-
SOS: Upcoming release has a few new commands – HeapStat
-
SOS: Upcoming release has a few new commands – DumpXmlDocument
-
SQL Injection – some tools to help
-
ASP.NET Tips: Finding what is taking up memory
There are some times that you want to figure out what is taking up your memory. There are a few ways that you can do this and some limitations put on this by .NET and ASP.NET.
-
ASP.NET and Performance
I wanted to talk about monitoring performance in ASP.NET for a bit. I have already posted a few postings that talk around this issue, namely: