Working with Delegates Made Easier with C# 2.0
Visual C# Article Published November 3, 2003
See how the new delegate syntax conveniences in C# 2.0 take a lot of the tedium and drudgery out of working with delegates.
See how the new delegate syntax conveniences in C# 2.0 take a lot of the tedium and drudgery out of working with delegates.
Is it possible to have a fair thread synchronization mechanism in the managed world?
Many developers (especially C/C++ developers) are concerned about JIT (Just In Time) compilation because the end-user's machine is compiling code on the fly, hurting the application's overall performance. Jeffrey talks about how JIT compilers can actually create faster programs.
Jeffrey Richter provides chapter 6, 'Common Object Operations,' from his new book, Applied Microsoft .NET Framework Programming.