Base solution for your next web application

Activities of "christianharo"

Question

.Net Core and Angular V10.2 RC

I saw 10.2RC was released today. One of the points shows:

Article: Sign in with unique email without specifying tenant.

Where can we find the article can you share a link? or how does this work ?

Thanks

ASP.NET CORE & Angular .NET 5.0 v10.0.0

I am using the latest version. I am having issues sending the test email. The application works with no issues and i even get the Test e-mail sent succesfully however the email never arrives to the recipient.

At first I thought I had issues with the SMTP settings so I wrote a small application and tested with the same settings and the email reached the destination.

Both the ASPNET Zero host application and the test Console application are running from my local PC.

Please help. Thanks.

Question

Hello,

What will be the best way to implement the following in ASPNET.Zero?

  • Version 10 ( latest)
  • Angular
  • NET.Core

Suppose that Tenants are schools , These schools have users as teachers, students and parents, I assume these will be Roles.

The Teachers will only be able to see their assigned students data, The Parents only their kids data and The Students only their own data.

I am wondering if this is correct way with ASPNET. Zero or what will be the recommended way. Also if there are any examples of this will be great.

Thanks.

ASP.NET CORE & Angular .NET 5.0 v10.0.0

Downloaded a brand new project . Using the Power tools created a new entity with two properties ( required) , Used the option Create Non-Modal CRUD page.

Generated and run the application however the validation of the required fields doesn't work.

The applicaiton shows a Saved Succesfully but doesn't show errors abour the fields been required. Also there is no Form tag in the html ( not sure if this was intentional or a bug)

Question

The feature list claims a master detail for the power tools.I am using core and angular the latest version.

I do not see a way to generate a header ( master ) and details option as a 1 to many. Can you confirm that this isn't an option yet ? Or when will this be implemented ?

How do we add a dynamic property to a entity generated by the asp.Net zero tools. How do we assign it to the property that we want on the table.

The Documentation only shows how to create and add to the current user method.

I am using AspNet Zero Core + Angular 8.1 how to change the brand color from the default current purple color ?

Question

Hello,

Having an issue ? The App runs fine in developpment and crashes when deployed.

I'm using ASP.NET CORE & Angular V.8.0.0. ( latest)

From IIS I can start the backend and it runs ok.

But when I launch the app from the browser, here is the error I get this error :

ERROR SyntaxError: Unexpected token < in JSON at position 0 at JSON.parse (<anonymous>) at XMLHttpRequest.o.onreadystatechange [as __zone_symbol__ON_PROPERTYreadystatechange] (main.002842262ec102d6dcb0.js:1) at XMLHttpRequest.I (polyfills.e4561eaaef4f193a51de.js:1) at t.invokeTask (polyfills.e4561eaaef4f193a51de.js:1) at Object.onInvokeTask (main.002842262ec102d6dcb0.js:1) at t.invokeTask (polyfills.e4561eaaef4f193a51de.js:1) at e.runTask (polyfills.e4561eaaef4f193a51de.js:1) at e.invokeTask [as invoke] (polyfills.e4561eaaef4f193a51de.js:1) at b (polyfills.e4561eaaef4f193a51de.js:1) at XMLHttpRequest.m (polyfills.e4561eaaef4f193a51de.js:1)

Hello,

I have purchased ASPNEt Zero to create a new project. This project will make use of multi-tenancy and will be using a single database as I plan to host this in azure. The tenants will be able to create users in their own with different roles and permisions.

Question :

Aspet Zero (ABP) uses "Tenancy name" at login time to recognize the correct Tentant. This can be confusing/troublesome for the tentant and their users if this name is fogoten will casuse administration issues , if the tenats and their users are usign a new device

Is there an out of the box way that the Tenacy name is automatically recongnized based on the username and password ? if not Is there an example in how to correctly implement this using the framework ?

Thank you.

Showing 1 to 9 of 9 entries