I am developing an application in ASP.NET C # and came across the following script:
As I speak of the 20 plus admin screens, which design template could I use to minimize the amount of code I need to write?
Although I’m from a bridge template , but I'm a little confused about how to implement it ...
Some technology that I use:
For a set of admin screens that simply perform CRUD operations (Create, Read, Update, Delete) and with a bit of business logic, I would be very tempted to more or less avoid design patterns and see asp.net dynamic data . This is especially true if you want to minimize the amount of code you want to write.
This is not a design pattern ... but I would strongly suggest using dynamic data. Jonathan Carter has some great articles about this: http://lostintangent.com/index.php?s=dynamic+data
: Search, GetById, Save, Create GetAll, . , , .
, , , , .
, - . , , .
. , . , . LinqToSql, , , , .
.
, . ORM . SubSonic - http://subsonicproject.com. : http://subsonicproject.com/web-forms-controls/the-scaffold/
Source: https://habr.com/ru/post/1706963/More articles:The output from the Form class in .NET. - .netInterpreting BEA weblogic thread dumps - useful documents and / or tools? - multithreadingSound sampling at low frequencies - filteringUINavigationController Auto-Rotation to Landscape не обновляет фрейм UIView - user-interfacePython3 Http web server: virtual hosts - pythonAuthenticating Maven Server as Profile Properties - authenticationTinyMCE: using CSS class attributes with format-dropdown formats - javascriptHow to find out the size of callbacks in ASP.NET AJAX? - asp.net-ajaxSplit algorithm - time complexity - time-complexityHow to debug a single .cpp file in Visual Studio? - c ++All Articles