Base solution for your next web application

Activities of "ayoyusuf"

Hi @ismcagdas

Thanks for the prompt response. This is very clear. Thanks.

However, this sample only shows how to set a value at the initialization of the Session parameter. Kindly advice, how do we update the session value? (I would prefer to use best practice as this might be a sensitive component, so I don't want to just mess around.)

The email has been sent

Remember, everything is autogenerated from the raw template files via power tool

Hi, Thanks for the Feedback.

We do think option one would be a much better option.

Do you have any sample code that can be re-used or modified for this suggested methodology?

See the CreateEditionDto below.

our team didn't even know about the Swashbuckle so no we would not even attempt to make changes to a configuration we don't know what would happen.

CreateEditionDto{ edition* EditionCreateDto{ id integer($int32) nullable: true displayName* string dailyPrice number($double) nullable: true weeklyPrice number($double) nullable: true monthlyPrice number($double) nullable: true annualPrice number($double) nullable: true trialDayCount integer($int32) nullable: true waitingDayAfterExpire integer($int32) nullable: true expiringEditionId integer($int32) nullable: true } featureValues* [NameValueDto{ name string nullable: true value string nullable: true }] }

these names are on swagger UI and in the Angular projects (both typescript and html). So, the whole process completes with no errors. Just need to understand the basis/logic to enable the programmers add their own processes without errors.

I do hope you were able to observe and understand better the problem based on the full project that was sent.

Alternatively, if you do have a similar implementation in another project/sample, do share so I can pick up the logic used for it from that.

If you need any other information, do let me know.

Yes, the Tables containing the DataTables have different IDs. I have sent you an email with the files requested.

Showing 1 to 8 of 8 entries