Navigation Properties are used within The Entity Framework to Navigate to relations of a table. These relations are made by foreign keys. The Navigation Properties can be loaded in many different ways by using Includes, LazyLoading and explicit loading.