What\'s the difference between Get(object id) and Load(object id)? The documentation pretty much reads the same. Also, if it matter
Get(object id)
Load(object id)
Get will return Null if the object doesn't exist whereas Load will not return Null - it either returns an object or throws an exception.