Base solution for your next web application

Activities of "sedulen"

How can I create a read-only Controller for the API. The service will need full CRUDL but data will be created internally via background job and never directly through an external system.

Thanks, R. Gilbert

Is it possible to define an Entity in the RAD tool that references another object? Thanks, R. Gilbert

I've read several articles and tried several things for example: [https://stackoverflow.com/questions/45881069/ef-core-don%C2%B4t-use-aspnetcore-environment-during-update-database]). I've tried both the donet cli as well as VS package manager I'm setting ASPNETCORE_ENVIRONMENT to "Development"and then running Update-Database --verbose or dotnet ef database update -v and in both cases, it appears to be attempting to the connectionString defined in appsettings.json and not in appsettings.Development.json

Hi, We are building a system where tenancy is already defined in another system and we need to mirror that tenancy in our AspNet Zero system. Would it be possible for us to retain the pre-assigned tenant id from the other system and apply as the tenant Id in out ASP.NET Zero system?

Thanks!

Hi, Is there is way to implement authentication that is not tenant aware so that authentication runs across all tenants, and if successful authentication, automatically set the tenant context to the 1st matching tenant? If we modify login/authentication to not require a tenant ID, can we still support multi-tenancy? TIA R. Gilbert

Hi, Is it possible to Extend the Tenant object and add more attributes. For the system we are building, there are additional attributes that we need to capture about a tenant. Thanks, R. Gilbert

Hi, We would like to reference native JavaScript/TypeScript/Angular classes from NativeScript. Has anyone successfully reused or know if it's possible to reuse service proxies, models and controllers in a cross-mobile-platform NativeScript solution. Thanks in advance! R. Gilbert

Hi all,

We are extremely excited about the ASP.NET Zero stack. Our dev team has primarily used Autofac in the past and we'd like to know how easy it would be to switch from Castle Windsor to Autofac, potential risks and steps to switch if anyone has experience in doing so.

Thanks, Russell G.

Showing 141 to 148 of 148 entries