Base solution for your next web application

Activities of "rcasaca"

Question
  • What is your product version?
    • 10.0.0
  • What is your product type (Angular or MVC)?
    • MVC
  • What is product framework type (.net framework or .net core)?
    • .net core

How can i add a new SettingScope? I need some settings to be linked to User and their Companies or Working Sites. When retrieved they should fallback up to Company starting at User level.

Do i need to create a specific Setting entity? Also a new SettingManager?

Any tip? Thanks

  • What is your product version?
    • 10.0.0
  • What is your product type (Angular or MVC)?
    • MVC
  • What is product framework type (.net framework or .net core)?
    • .net core

Hi, I'm trying to built an "global filter", like a scope, to filter all my queries on entities that depends on it. Mix between Tenant and Localization.

I've already have the selection. It will store the value in Settings entity, using SettingManager.

My questions are:

  • What is the best approach to get the setting value and add it to my Session?
  • Also, and how can i apply it in all my queries?
    • I'll need inherit all my class Entities from Interface IMayHaveProject and/or IMustHaveProject that must be created?

Thanks in advance.

Showing 11 to 12 of 12 entries