Base solution for your next web application

Activities of "yekalkan"

which cannot run if propertyName1 or propertyName2 has value

did you mean "doesn't have value" ?

I think we should make it (e.PropertyName1 != null ? e.PropertyName1.ToString() : "").Contains(input.Filter)

Thanks for reporting

I was thinking of creating the Student entity first and having it appear on the Root and then the StudentInfo which would not have a menu position... Then going back to Student and adding a Navigation Property of StudentInfo.

This will work.

When you create StudentInfo, you can uncheck "Create user interface" if you dont want ui to be created.

After code generation, try to build your solution. If it fails to build, copy the error and share it here.

Have you change or deleted the license code in config.json file?

Tool just reads the columns of the table you selected from database and creates new properties with same name and data type. It doesn't help you with any relationship or logic in database.

Tool skips navigation properties (end with "Id" prefix). You can add them on navigation properties tab.

Please email to [email protected] to get your free ABP Commercial license.

This is not possible. We strongly recommend using a source control system (like Git). Otherwise, backup your project.

This is not in our plans. But you can create a feature request at https://github.com/aspnetzero/aspnet-zero-core/issues

Please try to build the project on visual studio and share the failure reason.

Showing 11 to 20 of 314 entries