Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "yekalkan"

This feature is not supported at the moment.

This isn't related to licensing. There are two potential reasons of this error:

  • An asp.net zero based solution is not open in visual studio at the moment.
  • AspNetZeroRadTool/Config.json file doesn't exist.

Column names that ends with "Id" are skipped intentionally, because they are most likely primary or foreign keys. It skips the primary keys since every entity should inherit from Entity<T> base class. Also, it skips the foreign keys because they are most likely going to be a navigation property and it may lead to a mismatch in generated code. There may be some situations that column name ends with "Id" when it's a primitive column, we will make it better in next release.

Main aim of the 'Load Entity From Database' feature is to decrease the time wasted on creating tables with many primitive types. Then you can set primary key and navigation properties. I think you should be able to generate what you want without editing the json file. If not, please inform us why.

When opening 'Load Entity From Database' GUID columns are not detected.

We'll fix this in next release.

See <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/1049">https://github.com/aspnetzero/aspnet-ze ... ssues/1049</a>

@maliming is right.

Are the rules for downloading projects with Demo and Test in the name still the same?

Yes.

Or does the Download button register that project as your "real" project regardless of the contents of the project name?

No. [Download Test Project] button is there to ensure that you didn't waste your project count by accident.

@chauey

There is a IsRegenerate bool flag in there, what is that for?

For add-migration command parameter. If the flag is set, name of migration will be "Regenerated_X_{RANDOMNUMBER}", otherwise "Added_X".

here it is <a class="postlink" href="https://www.aspnetzero.com/Documents/Development-Guide-Rad-Tool-Mac-Linux#how-to-run-rad-tool">https://www.aspnetzero.com/Documents/De ... n-rad-tool</a>

@chauey

String concatenation based basic template system.

Yes. There is a navigation property section on extension interface.

Hi,

Documents section is a part of our website and not a separate module. Therefore we can't share it for now.

But someday in future, we may share it as a module.

Showing 221 to 230 of 314 entries