Base solution for your next web application

Activities of "alirizaadiyahsi"

Thanks for feedback

do you guys plan to implement lazy loading in aspnetzero

Actually there is no need to implement anything to support lazy loading. It is feature of EF Core. So you can use it without any implementations. Am I missing something?

do you believe it's still lacking to much "basic" features.

As I know there is any issue in ASP.NET Zero about this. You can also ask this question EF Core Team too.

This is the source of metronic that we use in ASP.NET Zero and we are on v5.3.1 now. <a class="postlink" href="https://github.com/aspnetzero/metronic">https://github.com/aspnetzero/metronic</a>

I added an issue to mention version of metronic: <a class="postlink" href="https://github.com/aspnetzero/metronic/issues/15">https://github.com/aspnetzero/metronic/issues/15</a>

Check following to upgrade steps: <a class="postlink" href="https://github.com/aspnetzero/metronic/blob/master/metronic-upgrade-guide.md">https://github.com/aspnetzero/metronic/ ... e-guide.md</a>

Hi @sebastian.morar

What is your product version? And what errors do you get? We cant open image that you attached, because of permission. I get this error: Your client does not have permission to get URL

BTW, we updated document, don't use "gulp-prod" if your product is the latest version.

Hi @fguo, we are usually adding required description to issue before write document if needed. You can check related issue of feature.

For example check this for OpenId : <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/1292#issuecomment-408000612">https://github.com/aspnetzero/aspnet-ze ... -408000612</a>

Also you can find all changes under releases menu: <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/releases">https://github.com/aspnetzero/aspnet-zero-core/releases</a>

Check this: <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/1497#issuecomment-409464075">https://github.com/aspnetzero/aspnet-ze ... -409464075</a>

Hi @smartlayer, it is available in "asp.net core mvc & jquery" and "asp.net core & angular". Is you product "mvc5 & jquery"?

Just fill configurations that @alper mentioned with your own paypal app info.

Removed 'm-menu__item--expanded m-menu__item--open' and it is collapsed by default now.

Check this change: 517e01cc79210781bd5c1c06bc8d9364d8d229b9#diff-04d37ee483d5fd6633b7c5baccfaf879L12

@mdframe, sory for conflict. I checked it will be fixed in version 6.0

In file : angular/src/app/shared/layout/nav/side-bar-menu.component.html If you change line 12 and remove this : [ngClass]="{'m-menu__item--expanded m-menu__item--open': menuItem.items.length > 0}" then it should be collapsed by default.

Showing 351 to 360 of 369 entries