• You absolutely can use stored procedures:

    http://msdn.microsoft.com/en-us/data/gg699321.aspx

    Personally I'd recommend building a good data model and database first, then point EF at it. However I'd search around for what other people have done as well and make an educated decision for your environment and goals.