.NET Development
Looking for an example of a generic razor page that can be used to generate “cursor-specific” razor pages
Gravatar is a globally recognized avatar based on your email address. Looking for an example of a generic razor page that can be used to generate “cursor-specific” razor pages
  Alejandro A Sosa
  All
  May 18, 2021 @ 01:29pm

Hello,

Does anyone know of an example that implements a something along this line?

Objective: An automatic technique to generate a family of CRUD pages starting from (1) a set of annotated POCO classes where each class describes a "cursor" that we wish to edit, and (2) a base template.

The base template would be a generic razor page with which we generate cursor-specific razor pages.

The idea is that when we wish to change the look or behavior of the CRUD pages, instead of modifying them one by one manually, we modify the base template and regenerate all cursor-specific razor pages.

Thank you very much,

Alex

Gravatar is a globally recognized avatar based on your email address. re: Looking for an example of a generic razor page that can be used to generate “cursor-specific” razor pages
  FoxInCloud Support - Thierry N.
  Alejandro A Sosa
  May 20, 2021 @ 12:37am

Hi Alejandro,

You can just use Server-Side Includes

Gravatar is a globally recognized avatar based on your email address. re: Looking for an example of a generic razor page that can be used to generate “cursor-specific” razor pages
  Alejandro A Sosa
  FoxInCloud Support - Thierry N.
  May 21, 2021 @ 07:52am

Thanks for the tip Thierry.

Alex

© 1996-2024