In Part 1 of this series , I showed how delegates work in C#. We created a matrix that was populated with a delegated function call. This function was responsible for performing the display result in each cell of the matrix. In today's post, we wish...
In Part 1 of 2, I want to show the example that I created today for my talk at VSLive in Dallas. First, let's explore delegates in C# on the server in .net. In part 2, we'll look at how to accomplish the same concept on the client using MS Ajax...