Hi guys need help with the assignment C# | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

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

3rd Apr 2019, 10:35 AM
Hrvoje Jagnjic
5 Answers
0
And have you done anything yet or you have nothing? Also where did you get it?
3rd Apr 2019, 11:14 AM
Maneren
Maneren - avatar
0
I want to start it and need some pointers. I got it as an asignment to solve.
3rd Apr 2019, 11:17 AM
Hrvoje Jagnjic
0
Like in school?
3rd Apr 2019, 11:24 AM
Maneren
Maneren - avatar
0
Just becase wanting someone to do your homework is prohibited here
3rd Apr 2019, 11:25 AM
Maneren
Maneren - avatar
0
No I dont want somebody to do my work just need some info whether it needs to be like a table of somesort and things like that. I don't need someone to post like a code and stuff because that is pointless in the end.
3rd Apr 2019, 11:32 AM
Hrvoje Jagnjic