Skip to content

RecruitmentCondorAgency/CondorTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

MVC and C# - PRACTICAL

The practical test consists of a simple CRUD App written with ASP.net 5.

You will find a basic Login interface, with a CRUD for listing a set of movies and series from different platforms. Your task consistis in finding and fixing any bugs that prevent the app to function properly.

Keep in mind that his app does not follow the best naming conventions. It also has some security issues and is missing functionality.

Apart from the Home, Login, and Register pages, no other page should be publicly accessible. You must make sure that it remains this way.

Use any other modifications you consider applicable, folder structure, name of files, etc.

You will have 1 hour to make as many changes as you can.

What we'll be looking at

  • Clarity/Simplicity of Code
  • Use of newer features of C#.
  • Issues/Bugs fixed.
  • Coding Principles applied.
  • Any extra addition to the functionality.
  • Commits, Branches, History of modifications.

Requirements

  • This project uses ASP.net 5. Make sure you can run ASP.net 5.
  • You can use any Code Editor. We recommend Visual Studio 2019.
  • You can test in any web browser, but make sure the app runs in Google Chrome and Mozilla Firefox.

How to proceed.

  1. Make sure you have all the requirements for running this app.
  2. Fork/Clone this repository.
  3. Download it.
  4. Modify what you consider necessary and make sure it works as you expect.
  5. Once you have finished your work create a pull request to this repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors