Preshen99 / EasyGames

Post-Interview Assessment
0 stars 0 forks source link

Easy Games Main Issues #1

Closed Preshen99 closed 1 year ago

Preshen99 commented 1 year ago

Problem 1: SQL Server and SSMS versions incompatible

  1. Used SQL queries to create DB, Columns, and data -Solution

Problem 2: When running the cshtml files, it returned an error on webpages.

  1. Creating MVC file, with an MVC setup - Error returned
  2. Creating Empty file, with an MVC setup - Solution

Problem 3: Creating ADO.NET EDM in Visual Studio. Some files were missing upon creation.

  1. Created with EF Version 6.0 - model.tt file missing
  2. Created with EF Version 5.0 - Solution

Problem 4: Creating controller with views created from EF Model, returned errors upon running webpage.

  1. Created controller with EF Model (i.e. SQL Server DB): Error returned
  2. Created empty controller and pasted values from controller with EF Model: Solution