mardi 30 décembre 2014

Can i use MVC in my OOP exam project?


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




  1. ASP.NET Web Application




  2. Object Oriented code in C#




  3. Displaying data from a database




  4. 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