Reconciling client-side and server-side lookup values with T4 Templates
One of the challenges when creating web applications is the separation of logic between the client and the server. Most solutions will have the concept of “lookups” e.g. categories or some type of data that is static but necessary for the business logic. In terms of the server-side code, you...
[Read More]