Questions

  1. What impact would unchecking the ALLOW WINDOWS AZURE SERVICES TO ACCESS THE SERVER checkbox have, when creating a database from the portal?
  2. Describe the Database-First approach to creating an Entity Framework data model
  3. In an EF entity, what is a navigation property, and which property modifier must be used?
  4. What is special about IdentityDbContext?
  5. How do we relate a user entity (such as Customer) to an authenticated user?
  6. How do we enable migrations in an EF project?
  7. When we change our EF model and want to capture the change in migrations, what do we do?
  8. What EF cmdlet do we use to build the database from our entity model?
  9. What are the differences in features between using SSMS with Azure SQL Server and SQL Server?
  10. If we wanted to design an ...

Get Learning Microsoft Azure now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.