A cool thing, did not realise this, you can use a @MasterType directive in an ASP.NET page to strongly type the Master property, quite cool.
<%@ MasterType TypeName="BaseMaster" %>
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.