Andy guides you through one way of implenting repository pattern using Entity Framework 4. The repository pattern can assist in building application logic that can take advantage of an ORM without being coupled to it. The Repository pattern has great appeal when it comes to unit testing, as stubing out a repository is trival.