Welcome to MSDN Blogs Sign in | Join | Help

February 2006 - Posts

This issue has been pretty frequent since .net came out, and I am bringing it up for two reasons. It is something I think every web developer calling web services should be aware of... and It is a good example of how the product changes based on feedback Read More...
I hate to give away the resolution in the title of the blog since it takes away a lot of the suspense:) but I can't figure out a better way to name the blog posts and still keep them nicely searcheable so here we go... This one has come up a number of Read More...
If someone asked me, what is the nastiest types of issues you get? I would say managed heap corruption, closely followed by native heap corruption. Btw, if you are new to debugging .net issues with windbg this case study might not be the best one to start Read More...
I’ve written quite a few posts on memory issues because that is the type of problem we get most frequently in support, but I thought I’d break it up a little bit with a post on a crash scenario. This is a problem that I have seen a number of times in Read More...
A while back I got interested in the new .net/CLR features in SQL Server 2005 such as .net stored procedures, functions, triggers etc. First off let me just say that the extent of my knowledge about databases is pretty much limited to “select * from authors” Read More...
I got a comment on one of the posts asking this question and I started writing a comment-answer but it turned into a long-winded rant so I decided to blog it instead:) So you're looking at a dump and run !gcroot on your object but it doesn't find a root. Read More...
In ASP.NET 1.1 as you probably know, there are 3 different locations to store session objects. In proc which stores session variables in the cache, State server which stores it in the state service and finally SQL Server . There are of course pros and Read More...
I have been receiving a lot of email lately asking for help on particular issues. Unfortunately I can not give attention to individual issues as I am posting to this blog in my own free time or on the rare occasions that slots of time open during my workday. Read More...
 
Page view tracker