Where can I find an examples of code migration from SubsSonic 2.2 to 3.0. For example we have Subssonic 2.2 code:
public static void SavePageModules(PageModuleCollection modCol)
{
modCol.SaveAll();
}
How do we write this method for 3.0. Are Collection deprecated in 3.0.
Best regards.