Once the type handlers are registered, everything should work automatically, and you should be able to use these types as either parameters or return values:
string redmond = "POINT (122.1215 47.6740)";
DbGeography point = DbGeography.PointFromText(redmond,
DbGeography.DefaultCoordi...