Ends in:
2 DAYS
15 HRS
14 MIN
23 SEC
Ends in:
2 D
15 H
14 M
23 S

Activities of "improwise"

Answer

ABP Framework version: v4.4.2 UI type: Blazor DB provider: EF Core Tiered (MVC) or Identity Server Separated (Angular): no

Exception message and stack trace: The project name is invalid! Please specify a different name. Volo.Abp.Cli.CliUsageException: The project name is invalid! Please specify a different name.

Steps to reproduce the issue:

It seems like it is impossible to create a new project/SLN in ABP Suite that contains/ends with "Blazor", like "TestProjectBlazor". Generating the project online with the same name and then open it in ABP Suite seem to work though. No problem creating something like "TestProjectAngular".

  • at Volo.Abp.Cli.Commands.NewCommand.ExecuteAsync(CommandLineArgs commandLineArgs) in D:\ci\Jenkins\workspace\abp-commercial-release\abp\framework\src\Volo.Abp.Cli.Core\Volo\Abp\Cli\Commands\NewCommand.cs:line 66 at Volo.Abp.Suite.Areas.AbpSuite.CrudPageGenerator.Services.SolutionService.CreateSolutionAsync(CreateSolutionModel input) at lambda_method2438(Closure , Object ) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.

Had a quick look and it seems like there are few resons not to use the ABP Suite instead assuming you have access to it of course.

Question

I am trying to understand the practical differences between using ABPHelper(GUI) and ABPSuite? Both seem to do basically the same thing and both also seem to be in active maintanance. What advantages/disadvantages does each of them have over the other? Thanks.

Hi,

Redis is the most popular cache server. It has undergone a lot of tests and has extremely high performance and stability. so this is why we choose to redis.

Memurai seems good, you can also try to use it, the code does not need any changes, because it is fully compatible with redis

Thank you.

Hi,

To improve performance, we cache permissions and settings etc, so we need distributed caching to keep public and back-end website data consistent.

Thanks, but that isn't really an answer to why the choice was made to go with Redis in particular, just why caching in general is a good thing.

Related question, should we consider using something like Memurai instead which seems to run natively on Windows?

https://www.memurai.com/

I should perhaps add that we have been able to install and configur Redis on a development machine and it seem to be working so this is more a question of WHY than HOW.

For anyone reading this interested in the HOW:

https://developer.redis.com/create/windows/ https://redis.com/blog/redis-on-windows-10/

Thanks.

Hi,

Have searched for this but not found any good answer. Can someone please explain to me the reasoning for deciding to use Redis in ABP and be dependent on it for the "public website" features? Having researched it, my understanding is that in order to use it, you have to install the Linux subsystem and then a linux distro and then finally Redis. If that is the case, I would much rather just find some other solution for my needs for a public website/CMS that does not require all these extra steps and maintaining something I don't feel familiar with which might also have some additional concerns regarding stability, performance, security etc. in a production environment.

I know that .net core is supposed to be multi platform these days but would imagine that it is still mainly "Microsoft developers" using it and that it is also mostly hosted in Windows enviroments so having to go the extra mile here seems strange to me.

Obviously there are lots of smart people involved in the ABP project, so perhaps I am missing something here that would make me understand the reasoning here and why it is a better solution than the alternatives :)

Thanks.

Showing 241 to 248 of 248 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on December 02, 2024, 12:35