我目前正在评估伙伴关系。 NET MVC作为网络项目的可能技术。 我是伙伴关系的起点。 NET MVC 我需要一点意见。
我们目前有一个伙伴关系。 联网系统,使数据能够从使用臭氧消耗潜能值行的数据库和数据表检索。 这些数据是在一个网页上提供的,该网页使用的是使用数据库各栏的电网。 该系统是以通用方式建造的,由数据库驱动,以便我们不必撰写一个海关网页,显示数据库中的每个表。 我们实际上有一个伙伴关系。 数据库中用于制作和编辑不同表格的网络网页。
We are looking at rewriting the system using ASP.NET MVC. Is it possible to have generic models, controllers and viewers in ASP.NET MVC that use dictionaries or lists instead of having separate classes for each table in a database? On the controller side I have seen the following article to convert a data table to an IEnumerable:
https://stackovermission.com/问题3392612/con trans- datatable-to-ie amountablet”
However, I am not sure whether the same can be achieved on the model and viewer side. Is the whole idea of generic models, controllers and views perhaps contrary to the idea of ASP.NET MVC?
Regards Lucas