nopCommerce 4.30 BETA released. Please share your impressions

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 года назад
Hi A.M

Question

Has the SQL Server Database schema changed much from 3.0 to 4.2 and 4.3

If yes where would I find details of whats changed?

Yes I agree Blazor client side is still under development but the server side is not
uses SinglR  
My personal feeling on performance is either convert to Angular, or use Blazor server side
I am not a great fan of Angular

Kind regards
Peter
4 года назад
a.m. wrote:
It would seem like EF core is a microsoft baby so is only going to improve with time.
Looks like this baby is never going to grow up (the community waits for "2-level caching" support already for 12 years). We have to move forward without EF.

P.S. We'll share our performance comparison results later. But I already can say that performance increased multiple times after moving away from EF


…. We have to move forward without EF.
why progress without EF Core?
4 года назад
Hi, how we can change/set custom table name different than TEntity ??

public abstract class NopEntityBuilder<TEntity> : IEntityBuilder where TEntity : BaseEntity
    {
        public string TableName => typeof(TEntity).Name;
        public abstract void MapEntity(CreateTableExpressionBuilder table);
    }

public override void MapEntity(CreateTableExpressionBuilder table)
{

}
4 года назад
Congrats... Just downloaded and installed the beta version! WOW big improvement on the performance! Thank you - be safe! just realized 11 years nopcommerce and counting!
4 года назад
[email protected] wrote:
Hi, how we can change/set custom table name different than TEntity ??

public abstract class NopEntityBuilder<TEntity> : IEntityBuilder where TEntity : BaseEntity
    {
        public string TableName => typeof(TEntity).Name;
        public abstract void MapEntity(CreateTableExpressionBuilder table);
    }

public override void MapEntity(CreateTableExpressionBuilder table)
{

}


Please refer below posts
https://www.nopcommerce.com/boards/topic/80047/nopcommerce-430-bug-fixes-and-improvements

and

https://github.com/nopSolutions/nopCommerce/commit/96e74973cd4300df5459af160640221240d31faf

you need to use INameCompatibility for your custom table name.

Thank you.
4 года назад
Congrats Team !  How is the BETA testing ?
4 года назад
AlanA wrote:
Congrats Team !  How is the BETA testing ?

Join us; you can earn $10 ;)
4 года назад
still some of the issues  - 68; hope it takes another couple of weeks

https://github.com/nopSolutions/nopCommerce/pulse
4 года назад
Good Job! Go ahead NopCommerce
4 года назад
Hi,

can somebody share a 4.3 nopcommerce site link?
I'm not a programmeer but I would still like to check the new features.

Thanks

Matteo
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.