Base solution for your next web application

Activities of "darwinrc"

Hello, all

I managed to deploy my app to Azure, created the application and the database there, but I cannot get the EF migrations working, the tables just don't get created.

Is there any special consideration regarding this deployment?

Thanks in advance.

Question

Good day, all

Any experience regarding the deployment of ASP.NET Boilerplate to Azure Cloud, particularly using continuous delivery?

Good day,

I'm trying to assign permissions to roles in a multi-tenancy environment following ModuleZeroSampleProject. In the InitialDataBuilder I see the following code:

context.Permissions.Add(new RolePermissionSettings{RoleId = adminRoleForDefaultTenant.Id, Name = "CanDeleteAnswers", IsGranted = true});

My problem is that I must creates the roles and permissions for each tenant. I can create the role using the RolManager, but I can't figure out a way to assign the related permissions to those roles outside the InitialDataBuilder, taking into account that it should be dynamically generated after creating each tenant.

Thanks in advance.

Good day all,

I need to send a file from an AngularJS view to a service method via DTO in order to be saved and processed in the server.

Do you know how can I accomplish that?

Is it possible or do I need to create a new controller for handling the http request?

Thanks in advance.

Question

Hello all,

Is there any example of uploading a file to the server using the framework?

I am working with AngularJS.

Thanks a lot in advance.

Showing 1 to 5 of 5 entries