Base solution for your next web application

Activities of "cbogner85"

Hello,

just to give some feedback (maybe somebody else comes up with this question in the future): after working with DevExpress and ASP.NET Zero I quickly understood why you suggested jQuery version.

It's true that it fits better to ASP.NET Zero and after working with it for a while, I even started to prefer it over the Tag Helpers. :)

Therefore, I'd also suggest everybody to use jQuery version.

Hi @ismcagdas,

it works like a charm - thank you so much!

First, I thought it wouldn't work as gulp took more than 2 minutes to finish task "buildDev" - and while (initially) running this task, it doesn't reflect changes. But after finishing the task, watching files runs perfect and instant. This saves me so much time.

Thank you again!

Cheers Claus

Hi,

great tip - that was easy to accomplish :)

Thank you very much!

Thank you very much for your clear response.

I'll try to implement it this way :)

Just to clarify, my main menu also depends on project's permissions and items will change when a user switches between projects. That means, for some items I can't use AppPermissions approach to perform show/hide actions. Yet I have no idea how I will accomplish this, since .AddItem(...) in AppNavigationProvider only allows permissionDependency or featureDependency... initially I thought I could write something like this:

menu .AddItem(new MenuItemDefinition( AppPageNames.Common.Project, L("UploadFiles"), permissionDependency: new ExtendedPermissionDependency(AppPermissions.Pages_Project_Upload, CurrentProjectId) )

by creating my own "ExtendedPermissionDependency" class.

Best regards Claus

Hi,

thanks for your quick reply.

I'm currently upgrading an existing project from Classic ASP.NET (Webforms) to ASP.NET Zero and basically your suggestion is how I did it in the previous version. Where should this permission check take place in ASP.NET Zero to follow best practise? I'm quite new to ASP.NET Core and thought I could maybe extend/overload or "copy" abp permission to follow best practises.

I also need to show/hide menu items based on custom permission checks.

Thanks in advance Claus

Showing 1 to 5 of 5 entries