Browse by Tags

Tail calling in .NET
Thought I would give a little details on one type of optimization that it is possible to see and explain what it is and how it affects things so that if you come across it, you will understand what is happening. So there is this concept of tail calling Read More...
Posted 02 October 08 06:00 by Tom | 3 Comments   
Filed under , ,
Debugging .NET Framework Source Code
I am not sure how many people are familiar with the .NET Reference Source project, but if you do a lot of debugging of .NET code, chances are that you have had a situation where you wanted to be able to step into the .NET Source from within Visual Studio. Read More...
Making an Asynchronous Call using the Impersonation Identity
If you try to make an asynchronous call, you will notice that the thread that executes the call doesn't run under the same account as the thread that called it, assuming you are using impersonation. There are a number of ways to change this if you would Read More...
Posted 22 April 08 10:20 by Tom | 5 Comments   
Filed under , , , ,

Search

This Blog

Page view tracker