“Microsoft has granted Sells Brothers, Inc. a research grant to add ref-counting to Rotor and to study the performance effects. There’s been a lot of speculation about just how we’re planning to add ref-counting to Rotor.”
“In Chapter 5, I extolled the virtues of setting up your DataSets like in-memory databases. Unfortunately I asked you to write quite a bit of code to do all the work. I was only teasing you. This chapter will show you how to use Typed DataSets to make that job a lot easier while at the same time creating type-safety at compilation time.”
“Built Software recently released the first beta of BoxDB for .NET, a library
designed to simplify database application development. BoxDB is an
abstraction layer that sits between your application and a SQL database. The
purpose is twofold: First, BoxDB eliminates the type of repetitive SQL
programming that you might otherwise cut & paste throughout your app.
Second, BoxDB creates a simpler interface for persisting application data to the database.”