Activities of "Dicky.tech@gmail.com"

Question

I don't seem to get json property names working.

abp seems to normalise every request response regardless of the json property names. see below sample and how have set my field properties. how can I.get it to work and have my API responses reflect well i.e CityName ? I also want to return 5,000 records per page for this service, the default seems to be 1,000 max.

public class Videogame { [JsonProperty("CityName")] public string City_Name { get; set; } [JsonProperty("ReleaseDate")] public DateTime Release_Date { get; set; } }

  1. When i generate code, the UI menu items are all created as main menus, at the time of generating how can i create the menu item under another menu item or how can i edit the same after creating ?
  2. I have a DB with 50 tables, i want to generate ABP code using this DB, how can i generate the code from this DB using abp suite ? I also have the classes for this DB that are currently working well with abp.io free version. How can i used load this classes to the abp suite UI so that it can generate the rest of the code ?
  3. Then i want to rename all default abp tables belows. Any guide on how i can rename all this tables.

Hi,

  1. I was just asking if we can disable redis cache on the public website.
  2. The easy CRM blazor is not running because the preview blazor nuggets are not getting downloaded/
  3. The database folder is blank, i need to perform migrations to run the project for the first time ?

Showing 21 to 23 of 23 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13