Activities of "alper"

as I can see you have an active license under Ecosoft until 2027-10-29. so you need to login with this organization as @maliming said.

As I remember, these endpoints are being cached, so if Redis is running, then only the first request can be slow; other requests must be returned very fast.

we didn't use this library in our templates so you don't need to purchase. but if you like it and want to use it in your final app then you need to buy.

When adding Blazorise middleware, you basically enter your token key. Encrypt your token via ABP's Encryption library and write the encrypted text rather than the token itself. This way, you can make it harder to be accessed.

services
    .AddBlazorise( options =>
    {
        options.ProductToken = _stringEncryptionServce.Decrypt("xxxxxxx");
    } )

I'll talk this issue with Blazorise's owner

I'm closing this issue since we are contacting you via email.

@Sumeyye will check your issue

we cannot help you if you don't cooperate with us for your problem. In this post, he's showing that he can successfully use DateOnly?

you can hide it visually by adding the following CSS

#IdleSessionTimeoutTab-tab {
    display: none;
}
  • for MVC there's a global styling file => global-styles.css in the wwwroot folder.
  • for Angular styles.scss in the angular/src folder.
Answer

normally there's a restriction to create new project based on v7,v6,v5... because they're not maintained anymore and we only support 2 last stable versions. but we understand your requirements and we have made an improvement on our nuget server. you will be able create v6.0.2 project. now this feature is on test, we'll notify you once it's live.

Showing 1 to 10 of 2062 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on November 17, 2025, 08:31
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.