Chapter 23: Threading, Reflection, and CodeDOM

TitleDemoSourceLanguage
Starting a Process in a Separate Thread recipe2301cs.aspx recipe2301cs.aspx source C#
Starting a Process in a Separate Thread recipe2301vb.aspx recipe2301vb.aspx source VB.NET
Terminating a Thread recipe2302cs.aspx recipe2302cs.aspx source C#
Terminating a Thread recipe2302vb.aspx recipe2302vb.aspx source VB.NET
  Recipe2303cs.aspx Recipe2303cs.aspx source C#
  Recipe2303vb.aspx Recipe2303vb.aspx source VB.NET
Retrieving Metadata Information from an Assembly Recipe2304cs.aspx Recipe2304cs.aspx source C#
Retrieving Metadata Information from an Assembly Recipe2304vb.aspx Recipe2304vb.aspx source VB.NET
Retrieving Information About a Class and its Members Recipe2305cs.aspx Recipe2305cs.aspx source C#
Retrieving Information About a Class and its Members Recipe2305vb.aspx Recipe2305vb.aspx source VB.NET
Generating a Class Using the CodeDOM Recipe2306cs.aspx Recipe2306cs.aspx source C#
Generating a Class Using the CodeDOM Recipe2306vb.aspx Recipe2306vb.aspx source VB.NET

  "The concept for this book is deceptively simple: a list of ASP.NET Web application tasks and how to accomplish them in code. The trick is in having identified those 150 or so common tasks and then to create clear, simple examples that show you how to do them. There's no dross here, just a little text and a bunch of code samples. Here's the bottom line: if I have an ASP.NET book open on my desk at any given moment, it's most likely to be this one."
Mike Pope
Microsoft