Hi guys need help with the assignment C#
Hi everyone, I am new to the programming and only been studying for 3 months mostly html, css, js and node in the moment. I was given this assignment and don't quite understand it so if anyone could help me with few pointers and a bit of help in what direction to go to. I will post the assignment here so any help is appreciated. Thank you! Summary: develop a minimalistic application of your choice by following technologies and concepts mentioned above and requirements defined below. Requirements · Create a database with following elements · VehicleMake (Id,Name,Abrv) e.g. BMW,Ford,Volkswagen, · VehicleModel (Id,MakeId,Name,Abrv) e.g. 128,325,X5 (BWM), · Create the solution (back-end) with following projects and elements · Project.Service · EF models for above database tables · VehicleService class - CRUD for Make and Model (Sorting, Filtering & Paging) · Project.MVC · Make administration view (CRUD with Sorting, Filtering & Paging) · Model administration view (CRUD with Sorting, Filtering & Paging) · Filtering by Make all classes should be abstracted (have interfaces) · Mapping should be done by using AutoMapper (http://automapper.org/) · EF 6, Core or above with Code First approach (EF Power Tools can be used) should be used · MVC project · return view models rather than EF database models · return proper Http status codes