sebitsi

Results 4 issues of sebitsi

Hi, How i should configure dataSource deployment when credentials are stored in SSRS ? I'm using: ``` "DataSources": [ { "ConnectionString": "Data Source=1.1.2.1;Initial Catalog=DB", "Name": "dsSomething", "Extension": "SQL", "CredentialRetrieval": "Store",...

Hi. In documentation you wrote `Beginning from June, 2021, the Blazorise library has dual licenses; open source & commercial. Based on your yearly revenue, you may need to buy a...

I want to use some concept that is reusable and properly processed on remote (SQL side). Simple query like `ctx.Documents.Where(d => ((d.Meta.ValidEnd == null || d.Meta.ValidEnd > DateTime.Now())).ToList(); ` is...

feature

Hi. I'm testing some use cases in ABP 8.2.0 - RC3 (tiered Blazor web-app). I know that RouteTenantResolveContributor is registered by default. But I don't understand where or how I...