This is my first post in this forum. I've spend most of the day reading through post about MVC and OOP, most of them very informative, i think it's begging to sink in. . kinda. .
I am to make a program for my exam, it has the these requirements for the backend.
Requirements - back-end
ASP.NET Web Application
Object Oriented code in C#
Displaying data from a database
Saving information send from an HTML form in the database
I want to use MVC and Entity Framework for this. My application will use only CRUD level operations. Which means no business logic (which would be placed in the model), only application logic(placed in the controller). So the model will just be a class representaion of what data is stored in the database. Really i just want to know, when building an application like this, is it OOP?
Aucun commentaire:
Enregistrer un commentaire